diff --git a/.graphqlrc b/.graphqlrc deleted file mode 100644 index 0a230d5e..00000000 --- a/.graphqlrc +++ /dev/null @@ -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 diff --git a/.graphqlconfig b/graphql.config.json similarity index 81% rename from .graphqlconfig rename to graphql.config.json index be0d4e6a..80e8de10 100644 --- a/.graphqlconfig +++ b/graphql.config.json @@ -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": {