skillbox/graphql.config.json

14 lines
341 B
JSON

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