{ "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"] } } }