From 507523971cfc2d9117f2dadc9ffccf644c7eeb56 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 8 Sep 2024 21:17:40 -0400 Subject: [PATCH] Use `.graphql` everywhere --- src/Tgstation.Server.Client.GraphQL/.graphqlrc.json | 2 +- .../Tgstation.Server.Client.GraphQL.csproj | 12 ++++-------- .../Tgstation.Server.Host.csproj | 4 ++-- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/Tgstation.Server.Client.GraphQL/.graphqlrc.json b/src/Tgstation.Server.Client.GraphQL/.graphqlrc.json index 8b40dd050c..0b651ad84f 100644 --- a/src/Tgstation.Server.Client.GraphQL/.graphqlrc.json +++ b/src/Tgstation.Server.Client.GraphQL/.graphqlrc.json @@ -4,7 +4,7 @@ "extensions": { "strawberryShake": { "name": "GraphQLClient", - "url": "../../artifacts/tgs-api.gql", + "url": "../../artifacts/tgs-api.graphql", "namespace": "Tgstation.Server.Client.GraphQL", "records": { "inputs": false, diff --git a/src/Tgstation.Server.Client.GraphQL/Tgstation.Server.Client.GraphQL.csproj b/src/Tgstation.Server.Client.GraphQL/Tgstation.Server.Client.GraphQL.csproj index f02166323b..362c736ab3 100644 --- a/src/Tgstation.Server.Client.GraphQL/Tgstation.Server.Client.GraphQL.csproj +++ b/src/Tgstation.Server.Client.GraphQL/Tgstation.Server.Client.GraphQL.csproj @@ -6,10 +6,6 @@ $(TgsApiVersion) - - - - @@ -18,13 +14,13 @@ - + - - + + @@ -34,5 +30,5 @@ - + diff --git a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj index ed2426e3fd..54c068b9bd 100644 --- a/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj +++ b/src/Tgstation.Server.Host/Tgstation.Server.Host.csproj @@ -38,9 +38,9 @@ - + - +