Refactor graphql config
This commit is contained in:
parent
97dd9ef600
commit
f7d083e66a
|
|
@ -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
|
||||
|
|
@ -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": {
|
||||
Loading…
Reference in New Issue