diff --git a/src/lib/graphql/graphql.config.yml b/src/lib/graphql/graphql.config.yml deleted file mode 100644 index 0c80f0d1..00000000 --- a/src/lib/graphql/graphql.config.yml +++ /dev/null @@ -1,7 +0,0 @@ -schema: schema.json # download the schema from the server and place it in "src/lib/graphql/" -documents: [ - 'src/lib/graphql/queries/**', - 'src/lib/graphql/mutations/**', - 'src/lib/graphql/subscriptions/**', - 'src/lib/graphql/Fragments.ts', -] \ No newline at end of file