From 40c5e033794467fbe9f1fdb26eb6b729bfa9cb28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Oct 2023 12:21: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 | 42 ++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/apps/website/graphql.schema.json b/apps/website/graphql.schema.json index cb1b835..227f493 100644 --- a/apps/website/graphql.schema.json +++ b/apps/website/graphql.schema.json @@ -88,7 +88,7 @@ "description": null, "fields": [ { - "name": "findUser", + "name": "verifyUserPresence", "description": null, "args": [ { @@ -99,7 +99,7 @@ "name": null, "ofType": { "kind": "INPUT_OBJECT", - "name": "UserWhereUniqueInput", + "name": "UserWhereAuthIdInput", "ofType": null } }, @@ -153,6 +153,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "avatarUrl", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "createdAt", "description": null, @@ -240,6 +256,22 @@ "defaultValue": null, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "avatarUrl", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null, + "isDeprecated": false, + "deprecationReason": null } ], "interfaces": null, @@ -277,19 +309,19 @@ }, { "kind": "INPUT_OBJECT", - "name": "UserWhereUniqueInput", + "name": "UserWhereAuthIdInput", "description": null, "fields": null, "inputFields": [ { - "name": "userId", + "name": "authId", "description": null, "type": { "kind": "NON_NULL", "name": null, "ofType": { "kind": "SCALAR", - "name": "String", + "name": "ID", "ofType": null } },