From 2d85e7187e330d2d989f75786973a737153b9617 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:48:45 +0700 Subject: [PATCH] chore(codegen): refresh geo graphql types --- app/composables/graphql/public/geo-generated.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/composables/graphql/public/geo-generated.ts b/app/composables/graphql/public/geo-generated.ts index 270e984..c761392 100644 --- a/app/composables/graphql/public/geo-generated.ts +++ b/app/composables/graphql/public/geo-generated.ts @@ -13,12 +13,6 @@ export type Scalars = { Boolean: { input: boolean; output: boolean; } Int: { input: number; output: number; } Float: { input: number; output: number; } - /** - * Allows use of a JSON String for input / output from the GraphQL schema. - * - * Use of this type is *not recommended* as you lose the benefits of having a defined, static - * schema (one of the key benefits of GraphQL). - */ JSONString: { input: Record; output: Record; } };