From 9eb1507073f399f1955ee143d770f25020be5210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Oct 2023 04:38:52 +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 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/apps/website/graphql.schema.json b/apps/website/graphql.schema.json index 424d3e1..187bee0 100644 --- a/apps/website/graphql.schema.json +++ b/apps/website/graphql.schema.json @@ -185,6 +185,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "email", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "fingerprintId", "description": null, @@ -289,6 +305,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "email", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "name", "description": null,