From e640155e2faa3248050b5563b9fc298edd1f71f4 Mon Sep 17 00:00:00 2001 From: Kadi Kraman Date: Tue, 3 Oct 2023 09:21:58 +0100 Subject: [PATCH] Update gql schema --- packages/eas-cli/graphql.schema.json | 36 ----------------------- packages/eas-cli/src/graphql/generated.ts | 3 -- 2 files changed, 39 deletions(-) diff --git a/packages/eas-cli/graphql.schema.json b/packages/eas-cli/graphql.schema.json index ed5821f0a6..a08a04e88b 100644 --- a/packages/eas-cli/graphql.schema.json +++ b/packages/eas-cli/graphql.schema.json @@ -9437,18 +9437,6 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "useDeprecatedBackend", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "type": { @@ -9478,18 +9466,6 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "useDeprecatedBackend", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "type": { @@ -9523,18 +9499,6 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null - }, - { - "name": "useDeprecatedBackend", - "description": null, - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null - }, - "defaultValue": null, - "isDeprecated": false, - "deprecationReason": null } ], "type": { diff --git a/packages/eas-cli/src/graphql/generated.ts b/packages/eas-cli/src/graphql/generated.ts index eafe88c6a1..968602c516 100644 --- a/packages/eas-cli/src/graphql/generated.ts +++ b/packages/eas-cli/src/graphql/generated.ts @@ -1401,19 +1401,16 @@ export type AppInsights = { export type AppInsightsTotalUniqueUsersArgs = { timespan: InsightsTimespan; - useDeprecatedBackend?: InputMaybe; }; export type AppInsightsUniqueUsersByAppVersionOverTimeArgs = { timespan: InsightsTimespan; - useDeprecatedBackend?: InputMaybe; }; export type AppInsightsUniqueUsersByPlatformOverTimeArgs = { timespan: InsightsTimespan; - useDeprecatedBackend?: InputMaybe; }; export type AppMutation = {