2123 lines
60 KiB
JSON
2123 lines
60 KiB
JSON
|
{
|
||
|
"__schema": {
|
||
|
"queryType": {
|
||
|
"name": "Query"
|
||
|
},
|
||
|
"mutationType": {
|
||
|
"name": "Mutation"
|
||
|
},
|
||
|
"subscriptionType": null,
|
||
|
"types": [
|
||
|
{
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Boolean",
|
||
|
"description": "The `Boolean` scalar type represents `true` or `false`.",
|
||
|
"fields": null,
|
||
|
"inputFields": null,
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "CreateUserInput",
|
||
|
"description": "The details required to create a user.",
|
||
|
"fields": null,
|
||
|
"inputFields": [
|
||
|
{
|
||
|
"name": "avatar",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "displayName",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"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": "firstName",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "id",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "lastName",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "SCALAR",
|
||
|
"name": "DateTimeUtc",
|
||
|
"description": "DateTime",
|
||
|
"fields": null,
|
||
|
"inputFields": null,
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "EqualityConstraint",
|
||
|
"description": null,
|
||
|
"fields": null,
|
||
|
"inputFields": [
|
||
|
{
|
||
|
"name": "field",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "value",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Group",
|
||
|
"description": null,
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "creationDate",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "DateTimeUtc",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "displayName",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "id",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Int",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "users",
|
||
|
"description": "The groups to which this user belongs.",
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "LIST",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "User",
|
||
|
"ofType": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "uuid",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"inputFields": null,
|
||
|
"interfaces": [],
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Int",
|
||
|
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
|
||
|
"fields": null,
|
||
|
"inputFields": null,
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Mutation",
|
||
|
"description": null,
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "addUserToGroup",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "groupId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Int",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "userId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Success",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "createGroup",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "name",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Group",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "createUser",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "user",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "CreateUserInput",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "User",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "deleteGroup",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "groupId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Int",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Success",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "deleteUser",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "userId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Success",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "removeUserFromGroup",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "groupId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Int",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "userId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Success",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "updateGroup",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "group",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "UpdateGroupInput",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Success",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "updateUser",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "user",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "UpdateUserInput",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Success",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"inputFields": null,
|
||
|
"interfaces": [],
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Query",
|
||
|
"description": null,
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "apiVersion",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "group",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "groupId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Int",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Group",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "groups",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "LIST",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Group",
|
||
|
"ofType": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "user",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "userId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "User",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "users",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "filters",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "RequestFilter",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "LIST",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "User",
|
||
|
"ofType": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"inputFields": null,
|
||
|
"interfaces": [],
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "RequestFilter",
|
||
|
"description": "A filter for requests, specifying a boolean expression based on field constraints. Only one of\nthe fields can be set at a time.",
|
||
|
"fields": null,
|
||
|
"inputFields": [
|
||
|
{
|
||
|
"name": "all",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "LIST",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "RequestFilter",
|
||
|
"ofType": null
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "any",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "LIST",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "RequestFilter",
|
||
|
"ofType": null
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "eq",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "EqualityConstraint",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "memberOf",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "memberOfId",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Int",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "not",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "RequestFilter",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
|
||
|
"fields": null,
|
||
|
"inputFields": null,
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Success",
|
||
|
"description": null,
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "ok",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Boolean",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"inputFields": null,
|
||
|
"interfaces": [],
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "UpdateGroupInput",
|
||
|
"description": "The fields that can be updated for a group.",
|
||
|
"fields": null,
|
||
|
"inputFields": [
|
||
|
{
|
||
|
"name": "displayName",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "id",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Int",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "INPUT_OBJECT",
|
||
|
"name": "UpdateUserInput",
|
||
|
"description": "The fields that can be updated for a user.",
|
||
|
"fields": null,
|
||
|
"inputFields": [
|
||
|
{
|
||
|
"name": "avatar",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "displayName",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "email",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "firstName",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "id",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "lastName",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": null,
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"interfaces": null,
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "OBJECT",
|
||
|
"name": "User",
|
||
|
"description": null,
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "avatar",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "creationDate",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "DateTimeUtc",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "displayName",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"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": "firstName",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "groups",
|
||
|
"description": "The groups to which this user belongs.",
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "LIST",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "OBJECT",
|
||
|
"name": "Group",
|
||
|
"ofType": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "id",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "lastName",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "uuid",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"inputFields": null,
|
||
|
"interfaces": [],
|
||
|
"enumValues": null,
|
||
|
"possibleTypes": null
|
||
|
},
|
||
|
{
|
||
|
"kind": "OBJECT",
|
||
|
"name": "__Directive",
|
||
|
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
|
||
|
"fields": [
|
||
|
{
|
||
|
"name": "name",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "description",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "String",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "isRepeatable",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Boolean",
|
||
|
"ofType": null
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "locations",
|
||
|
"description": null,
|
||
|
"args": [],
|
||
|
"type": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "LIST",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "NON_NULL",
|
||
|
"name": null,
|
||
|
"ofType": {
|
||
|
"kind": "ENUM",
|
||
|
"name": "__DirectiveLocation",
|
||
|
"ofType": null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
},
|
||
|
{
|
||
|
"name": "args",
|
||
|
"description": null,
|
||
|
"args": [
|
||
|
{
|
||
|
"name": "includeDeprecated",
|
||
|
"description": null,
|
||
|
"type": {
|
||
|
"kind": "SCALAR",
|
||
|
"name": "Boolean",
|
||
|
"ofType": null
|
||
|
},
|
||
|
"defaultValue": "false",
|
||
|
"isDeprecated": false,
|
||
|
"deprecationReason": null
|
||
|
}
|
||
|
],
|
||
|
"type": {
|
||
|