From d811accc9cffb2f78e2a34626c81c6d82b4bc475 Mon Sep 17 00:00:00 2001 From: Drulikar Date: Mon, 17 Feb 2025 22:39:47 -0600 Subject: [PATCH] Remove extra json --- .graphqlrc.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .graphqlrc.json diff --git a/.graphqlrc.json b/.graphqlrc.json deleted file mode 100644 index 753dd76ce7..0000000000 --- a/.graphqlrc.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "projects": [ - { - "schema": [ - "src/Tgstation.Server.Client.GraphQL/schema.graphql" - ], - "documents": [ - "src/Tgstation.Server.Client.GraphQL/**/*.graphql" - ] - }, - { - "schema": [ - "src/Tgstation.Server.Host.Utils.GitLab.GraphQL/schema.graphql" - ], - "documents": [ - "src/Tgstation.Server.Host.Utils.GitLab.GraphQL/**/*.graphql" - ] - } - ] -} \ No newline at end of file