Initial commit
This commit is contained in:
14
graphql.config.js
Normal file
14
graphql.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
projects: {
|
||||
app: {
|
||||
schema: ["tina/__generated__/schema.gql"],
|
||||
documents: [
|
||||
"tina/__generated__/queries.gql",
|
||||
"tina/__generated__/frags.gql",
|
||||
"tina/queries/queries.gql",
|
||||
"tina/queries/frags.gql",
|
||||
"pages/**/*.{graphql,js,ts,jsx,tsx}",
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user