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 29, 2023
1 parent 990fc58 commit 9eb1507
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions apps/website/graphql.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 9eb1507

Please sign in to comment.