Skip to content

Commit 5c1f26f

Browse files
committed
2 parents 9863a38 + 4471f08 commit 5c1f26f

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

apps/website/graphql.schema.json

+39
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,22 @@
12161216
},
12171217
"isDeprecated": false,
12181218
"deprecationReason": null
1219+
},
1220+
{
1221+
"name": "role",
1222+
"description": null,
1223+
"args": [],
1224+
"type": {
1225+
"kind": "NON_NULL",
1226+
"name": null,
1227+
"ofType": {
1228+
"kind": "ENUM",
1229+
"name": "UserRole",
1230+
"ofType": null
1231+
}
1232+
},
1233+
"isDeprecated": false,
1234+
"deprecationReason": null
12191235
}
12201236
],
12211237
"inputFields": null,
@@ -1327,6 +1343,29 @@
13271343
],
13281344
"possibleTypes": null
13291345
},
1346+
{
1347+
"kind": "ENUM",
1348+
"name": "UserRole",
1349+
"description": null,
1350+
"fields": null,
1351+
"inputFields": null,
1352+
"interfaces": null,
1353+
"enumValues": [
1354+
{
1355+
"name": "OCCUPIER",
1356+
"description": null,
1357+
"isDeprecated": false,
1358+
"deprecationReason": null
1359+
},
1360+
{
1361+
"name": "USER",
1362+
"description": null,
1363+
"isDeprecated": false,
1364+
"deprecationReason": null
1365+
}
1366+
],
1367+
"possibleTypes": null
1368+
},
13301369
{
13311370
"kind": "INPUT_OBJECT",
13321371
"name": "UserWhereAuthIdInput",

0 commit comments

Comments
 (0)