Skip to content

Commit

Permalink
actions: 🤖 (graphql) updated graphql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2023
1 parent 5d246fe commit 40c5e03
Showing 1 changed file with 37 additions and 5 deletions.
42 changes: 37 additions & 5 deletions apps/website/graphql.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"description": null,
"fields": [
{
"name": "findUser",
"name": "verifyUserPresence",
"description": null,
"args": [
{
Expand All @@ -99,7 +99,7 @@
"name": null,
"ofType": {
"kind": "INPUT_OBJECT",
"name": "UserWhereUniqueInput",
"name": "UserWhereAuthIdInput",
"ofType": null
}
},
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
}
},
Expand Down

0 comments on commit 40c5e03

Please sign in to comment.