Remove graphql plugin config file

This commit is contained in:
schroda
2025-08-30 17:09:41 +02:00
parent a57281cda2
commit ef4f6659aa

View File

@@ -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',
]