From f1a0b908a344af3df2f8991e40db2d98ad0c37fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Jan 2025 20:21:22 +0000 Subject: [PATCH] =?UTF-8?q?actions:=20=F0=9F=A4=96=20(graphql)=20updated?= =?UTF-8?q?=20graphql=20schema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/website/graphql.schema.json | 48 ++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/apps/website/graphql.schema.json b/apps/website/graphql.schema.json index 2cc1b12..b288821 100644 --- a/apps/website/graphql.schema.json +++ b/apps/website/graphql.schema.json @@ -205,6 +205,54 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "lat", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "lng", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Float", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "location", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "name", "description": null,