skillbox/.graphqlconfig

14 lines
349 B
Plaintext

{
"projects": {
"private": {
"schemaPath": "./server/schema.graphql",
"includes": ["./client/src/graphql/**"],
"excludes": ["./client/src/graphql/gql/public-client/**"]
},
"public": {
"schemaPath": "./server/schema-public.graphql",
"includes": ["./client/src/graphql/gql/public-client/*.gql"]
}
}
}