Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dino3616 committed Jan 18, 2025
2 parents 9863a38 + 4471f08 commit 5c1f26f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions apps/website/graphql.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,22 @@
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "role",
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "UserRole",
"ofType": null
}
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
Expand Down Expand Up @@ -1327,6 +1343,29 @@
],
"possibleTypes": null
},
{
"kind": "ENUM",
"name": "UserRole",
"description": null,
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": [
{
"name": "OCCUPIER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "USER",
"description": null,
"isDeprecated": false,
"deprecationReason": null
}
],
"possibleTypes": null
},
{
"kind": "INPUT_OBJECT",
"name": "UserWhereAuthIdInput",
Expand Down

0 comments on commit 5c1f26f

Please sign in to comment.