Refactor graphql config

This commit is contained in:
Ramon Wenger 2024-01-25 12:03:02 +01:00
parent 97dd9ef600
commit f7d083e66a
2 changed files with 2 additions and 10 deletions

View File

@ -1,8 +0,0 @@
projects:
config:
schema: ./server/schema.graphql
includes: ./client/src/graphql/**
excludes: ./client/src/graphql/gql/public-client/**
public:
schema: ./server/schema-public.graphql
includes: ./client/src/graphql/gql/public-client/*.gql

View File

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