You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -39226,13 +39226,13 @@
39226
39226
{
39227
39227
"kind": "OBJECT",
39228
39228
"name": "User",
39229
-
"description": null,
39229
+
"description": "A user on this instance of Intercode. Users exist across all conventions. For each convention a user has logged\ninto, they will have an attached UserConProfile.\n",
39230
39230
"interfaces": [],
39231
39231
"possibleTypes": null,
39232
39232
"fields": [
39233
39233
{
39234
39234
"name": "email",
39235
-
"description": null,
39235
+
"description": "The user's email address",
39236
39236
"type": {
39237
39237
"kind": "SCALAR",
39238
39238
"name": "String",
@@ -39244,7 +39244,7 @@
39244
39244
},
39245
39245
{
39246
39246
"name": "event_proposals",
39247
-
"description": null,
39247
+
"description": "The event proposals owned by this user",
39248
39248
"type": {
39249
39249
"kind": "NON_NULL",
39250
39250
"name": null,
@@ -39268,7 +39268,7 @@
39268
39268
},
39269
39269
{
39270
39270
"name": "first_name",
39271
-
"description": null,
39271
+
"description": "The user's first name",
39272
39272
"type": {
39273
39273
"kind": "SCALAR",
39274
39274
"name": "String",
@@ -39280,7 +39280,7 @@
39280
39280
},
39281
39281
{
39282
39282
"name": "id",
39283
-
"description": null,
39283
+
"description": "The unique ID of this user",
39284
39284
"type": {
39285
39285
"kind": "NON_NULL",
39286
39286
"name": null,
@@ -39296,7 +39296,7 @@
39296
39296
},
39297
39297
{
39298
39298
"name": "last_name",
39299
-
"description": null,
39299
+
"description": "The user's last name",
39300
39300
"type": {
39301
39301
"kind": "SCALAR",
39302
39302
"name": "String",
@@ -39308,7 +39308,7 @@
39308
39308
},
39309
39309
{
39310
39310
"name": "name",
39311
-
"description": null,
39311
+
"description": "The user's full name",
39312
39312
"type": {
39313
39313
"kind": "SCALAR",
39314
39314
"name": "String",
@@ -39320,7 +39320,7 @@
39320
39320
},
39321
39321
{
39322
39322
"name": "name_inverted",
39323
-
"description": null,
39323
+
"description": "The user's full name in Last, First format",
39324
39324
"type": {
39325
39325
"kind": "SCALAR",
39326
39326
"name": "String",
@@ -39332,7 +39332,7 @@
39332
39332
},
39333
39333
{
39334
39334
"name": "privileges",
39335
-
"description": null,
39335
+
"description": "The global privileges this user has across all conventions",
39336
39336
"type": {
39337
39337
"kind": "LIST",
39338
39338
"name": null,
@@ -39352,7 +39352,7 @@
39352
39352
},
39353
39353
{
39354
39354
"name": "user_con_profiles",
39355
-
"description": null,
39355
+
"description": "All of the UserConProfiles owned by this user",
0 commit comments