4716 lines
140 KiB
JSON
4716 lines
140 KiB
JSON
{
|
|
"data": {
|
|
"__schema": {
|
|
"queryType": {
|
|
"name": "Query"
|
|
},
|
|
"mutationType": {
|
|
"name": "Mutation"
|
|
},
|
|
"subscriptionType": null,
|
|
"types": [
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Axis",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "subjects",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Subject",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"description": "Represents `true` or `false` values.",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Category",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "subjects",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Subject",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CreateQuestionInput",
|
|
"description": "Autogenerated input type of CreateQuestion",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "question",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionCreateInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "CreateQuestionPayload",
|
|
"description": "Autogenerated return type of CreateQuestion",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "errors",
|
|
"description": "Errors encountered during execution of the mutation.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "question",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CreateReviewMessageInput",
|
|
"description": "Autogenerated input type of CreateReviewMessage",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "message",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ReviewMessageInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "CreateReviewMessagePayload",
|
|
"description": "Autogenerated return type of CreateReviewMessage",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "errors",
|
|
"description": "Errors encountered during execution of the mutation.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "reviewMessage",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewMessage",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DateRangeInput",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "startAt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601Date",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "endAt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601Date",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DestroyQuestionInput",
|
|
"description": "Autogenerated input type of DestroyQuestion",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "questionId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "DestroyQuestionPayload",
|
|
"description": "Autogenerated return type of DestroyQuestion",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "deletedQuestionId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "errors",
|
|
"description": "Errors encountered during execution of the mutation.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "FinishQuestionInput",
|
|
"description": "Autogenerated input type of FinishQuestion",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "questionId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "FinishQuestionPayload",
|
|
"description": "Autogenerated return type of FinishQuestion",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "errors",
|
|
"description": "Errors encountered during execution of the mutation.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "question",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"description": "Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"VXNlci0xMA==\"`) or integer (such as `4`) input value will be accepted as an ID.",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601Date",
|
|
"description": "An ISO 8601-encoded date",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601DateTime",
|
|
"description": "An ISO 8601-encoded datetime",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"description": "Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Mutation",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "createQuestion",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "CreateQuestionPayload",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for CreateQuestion",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CreateQuestionInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "createReviewMessage",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "CreateReviewMessagePayload",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for CreateReviewMessage",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "CreateReviewMessageInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "destroyQuestion",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "DestroyQuestionPayload",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for DestroyQuestion",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DestroyQuestionInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "finishQuestion",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "FinishQuestionPayload",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for FinishQuestion",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "FinishQuestionInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "updateQuestion",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "UpdateQuestionPayload",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "input",
|
|
"description": "Parameters for UpdateQuestion",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "UpdateQuestionInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INTERFACE",
|
|
"name": "Node",
|
|
"description": "An object with an ID.",
|
|
"interfaces": null,
|
|
"possibleTypes": [
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"ofType": null
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"description": "ID of the object.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "PageInfo",
|
|
"description": "Information about pagination in a connection.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "endCursor",
|
|
"description": "When paginating forwards, the cursor to continue.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "hasNextPage",
|
|
"description": "When paginating forwards, are there more items?",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "hasPreviousPage",
|
|
"description": "When paginating backwards, are there more items?",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "startCursor",
|
|
"description": "When paginating backwards, the cursor to continue.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Query",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "currentUser",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "node",
|
|
"description": "Fetches an object given its ID.",
|
|
"type": {
|
|
"kind": "INTERFACE",
|
|
"name": "Node",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "id",
|
|
"description": "ID of the object.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": "Fetches a list of objects given a list of IDs.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INTERFACE",
|
|
"name": "Node",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "ids",
|
|
"description": "IDs of the objects.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "questions",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "QuestionConnection",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "after",
|
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "before",
|
|
"description": "Returns the elements in the list that come before the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "first",
|
|
"description": "Returns the first _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "last",
|
|
"description": "Returns the last _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionWhereInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "reviewers",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "UserConnection",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "after",
|
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "before",
|
|
"description": "Returns the elements in the list that come before the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "first",
|
|
"description": "Returns the first _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "last",
|
|
"description": "Returns the last _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "subjects",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "SubjectConnection",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "after",
|
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "before",
|
|
"description": "Returns the elements in the list that come before the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "first",
|
|
"description": "Returns the first _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "last",
|
|
"description": "Returns the last _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"description": null,
|
|
"interfaces": [
|
|
{
|
|
"kind": "INTERFACE",
|
|
"name": "Node",
|
|
"ofType": null
|
|
}
|
|
],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "alternatives",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "QuestionAlternative",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "authorship",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "authorshipYear",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "bloomTaxonomy",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionBloomTaxonomy",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "body",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "checkType",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionCheckType",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "createdAt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601DateTime",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "difficulty",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionDifficulty",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "explanation",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "instruction",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "intention",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "references",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "reviewMessages",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewMessageConnection",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "after",
|
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "before",
|
|
"description": "Returns the elements in the list that come before the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "first",
|
|
"description": "Returns the first _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "last",
|
|
"description": "Returns the last _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "reviewRequests",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequest",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "reviewer",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "status",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionStatus",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "subject",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Subject",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "support",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "updatedAt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601DateTime",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "user",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "QuestionAlternative",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "correct",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "text",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionAlternativeInput",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "correct",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "text",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "QuestionBloomTaxonomy",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "remember",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "understand",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "apply",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "analyze",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "evaluate",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "create",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "QuestionCheckType",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "unique_answer",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "incomplete_affirmation",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "multiple_answer",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "negative_focus",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "assertion_and_reason",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "gap",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "interpretation",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "association",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ordering_or_ranking",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "constant_alternatives",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "QuestionConnection",
|
|
"description": "The connection type for Question.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "edges",
|
|
"description": "A list of edges.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "QuestionEdge",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": "A list of nodes.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "pageInfo",
|
|
"description": "Information to aid in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "PageInfo",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "totalCount",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionCreateInput",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "instruction",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "support",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "body",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "alternatives",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionAlternativeInput",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "explanation",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "references",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "authorshipYear",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "authorship",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "intention",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "status",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionStatus",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "checkType",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionCheckType",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "difficulty",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionDifficulty",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bloomTaxonomy",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionBloomTaxonomy",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "subjectId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "reviewerUserId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "QuestionDifficulty",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "easy",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "medium",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "hard",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "QuestionEdge",
|
|
"description": "An edge in a connection.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "cursor",
|
|
"description": "A cursor for use in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "node",
|
|
"description": "The item at the end of the edge.",
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "QuestionStatus",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "DRAFT",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "WAITING_REVIEW",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "WITH_REQUESTED_CHANGES",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "APPROVED",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "REGISTERED",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionUpdateInput",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "instruction",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "support",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "body",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "alternatives",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionAlternativeInput",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "explanation",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "references",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "authorshipYear",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "authorship",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "intention",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "status",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionStatus",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "checkType",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionCheckType",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "difficulty",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionDifficulty",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bloomTaxonomy",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionBloomTaxonomy",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "subjectId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "reviewerUserId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionWhereInput",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "checkType",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionCheckType",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "status",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionStatus",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "difficulty",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionDifficulty",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "bloomTaxonomy",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "QuestionBloomTaxonomy",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "authorshipYear",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "subjectId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "userId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "createDate",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "DateRangeInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "unifesoAuthorship",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "ReviewMessage",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "createdAt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601DateTime",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "feedbackType",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "ReviewMessageFeedbackType",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "question",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "text",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "updatedAt",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ISO8601DateTime",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "user",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "ReviewMessageConnection",
|
|
"description": "The connection type for ReviewMessage.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "edges",
|
|
"description": "A list of edges.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewMessageEdge",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": "A list of nodes.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewMessage",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "pageInfo",
|
|
"description": "Information to aid in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "PageInfo",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "totalCount",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "ReviewMessageEdge",
|
|
"description": "An edge in a connection.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "cursor",
|
|
"description": "A cursor for use in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "node",
|
|
"description": "The item at the end of the edge.",
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewMessage",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "ReviewMessageFeedbackType",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "REQUEST_CHANGES",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "APPROVE",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ANSWER",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "ReviewMessageInput",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "feedbackType",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "ReviewMessageFeedbackType",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "text",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "questionId",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequest",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "answered",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "question",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "user",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequestConnection",
|
|
"description": "The connection type for ReviewRequest.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "edges",
|
|
"description": "A list of edges.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequestEdge",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": "A list of nodes.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequest",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "pageInfo",
|
|
"description": "Information to aid in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "PageInfo",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "totalCount",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequestEdge",
|
|
"description": "An edge in a connection.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "cursor",
|
|
"description": "A cursor for use in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "node",
|
|
"description": "The item at the end of the edge.",
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequest",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"description": "Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "Subject",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "axis",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Axis",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "category",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Category",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "questions",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "QuestionConnection",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "after",
|
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "before",
|
|
"description": "Returns the elements in the list that come before the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "first",
|
|
"description": "Returns the first _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "last",
|
|
"description": "Returns the last _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "where",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionWhereInput",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "SubjectConnection",
|
|
"description": "The connection type for Subject.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "edges",
|
|
"description": "A list of edges.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "SubjectEdge",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": "A list of nodes.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "Subject",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "pageInfo",
|
|
"description": "Information to aid in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "PageInfo",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "totalCount",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "SubjectEdge",
|
|
"description": "An edge in a connection.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "cursor",
|
|
"description": "A cursor for use in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "node",
|
|
"description": "The item at the end of the edge.",
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Subject",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "UpdateQuestionInput",
|
|
"description": "Autogenerated input type of UpdateQuestion",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": [
|
|
{
|
|
"name": "question",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "INPUT_OBJECT",
|
|
"name": "QuestionUpdateInput",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
],
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "UpdateQuestionPayload",
|
|
"description": "Autogenerated return type of UpdateQuestion",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "clientMutationId",
|
|
"description": "A unique identifier for the client performing the mutation.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "errors",
|
|
"description": "Errors encountered during execution of the mutation.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "question",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "Question",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"description": null,
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "activeReviewRequests",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequestConnection",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "after",
|
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "before",
|
|
"description": "Returns the elements in the list that come before the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "first",
|
|
"description": "Returns the first _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "last",
|
|
"description": "Returns the last _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "avatarUrl",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "email",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "id",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "ID",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "inactiveReviewRequests",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "ReviewRequestConnection",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "after",
|
|
"description": "Returns the elements in the list that come after the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "before",
|
|
"description": "Returns the elements in the list that come before the specified cursor.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "first",
|
|
"description": "Returns the first _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
},
|
|
{
|
|
"name": "last",
|
|
"description": "Returns the last _n_ elements from the list.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "roles",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "UserRole",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "UserConnection",
|
|
"description": "The connection type for User.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "edges",
|
|
"description": "A list of edges.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "UserEdge",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "nodes",
|
|
"description": "A list of nodes.",
|
|
"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,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "pageInfo",
|
|
"description": "Information to aid in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "PageInfo",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "totalCount",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Int",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "UserEdge",
|
|
"description": "An edge in a connection.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "cursor",
|
|
"description": "A cursor for use in pagination.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "node",
|
|
"description": "The item at the end of the edge.",
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "User",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "UserRole",
|
|
"description": null,
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "admin",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "teacher",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "nde",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "coordinator",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "center_director",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "pro_rector",
|
|
"description": null,
|
|
"isDeprecated": false,
|
|
"deprecationReason": 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.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "args",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "locations",
|
|
"description": null,
|
|
"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,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "onField",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": true,
|
|
"deprecationReason": "Use `locations`.",
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "onFragment",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": true,
|
|
"deprecationReason": "Use `locations`.",
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "onOperation",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": true,
|
|
"deprecationReason": "Use `locations`.",
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "__DirectiveLocation",
|
|
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "QUERY",
|
|
"description": "Location adjacent to a query operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "MUTATION",
|
|
"description": "Location adjacent to a mutation operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SUBSCRIPTION",
|
|
"description": "Location adjacent to a subscription operation.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FIELD",
|
|
"description": "Location adjacent to a field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FRAGMENT_DEFINITION",
|
|
"description": "Location adjacent to a fragment definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FRAGMENT_SPREAD",
|
|
"description": "Location adjacent to a fragment spread.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INLINE_FRAGMENT",
|
|
"description": "Location adjacent to an inline fragment.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SCHEMA",
|
|
"description": "Location adjacent to a schema definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "SCALAR",
|
|
"description": "Location adjacent to a scalar definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "OBJECT",
|
|
"description": "Location adjacent to an object type definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "FIELD_DEFINITION",
|
|
"description": "Location adjacent to a field definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ARGUMENT_DEFINITION",
|
|
"description": "Location adjacent to an argument definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INTERFACE",
|
|
"description": "Location adjacent to an interface definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "UNION",
|
|
"description": "Location adjacent to a union definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM",
|
|
"description": "Location adjacent to an enum definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM_VALUE",
|
|
"description": "Location adjacent to an enum value definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_OBJECT",
|
|
"description": "Location adjacent to an input object type definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_FIELD_DEFINITION",
|
|
"description": "Location adjacent to an input object field definition.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__EnumValue",
|
|
"description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Field",
|
|
"description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "args",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "type",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "defaultValue",
|
|
"description": "A GraphQL-formatted string representing the default value for this input value.",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "deprecationReason",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "isDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "type",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Schema",
|
|
"description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "directives",
|
|
"description": "A list of all directives supported by this server.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Directive",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "mutationType",
|
|
"description": "If this server supports mutation, the type that mutation operations will be rooted at.",
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "queryType",
|
|
"description": "The type that query operations will be rooted at.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "subscriptionType",
|
|
"description": "If this server support subscription, the type that subscription operations will be rooted at.",
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "types",
|
|
"description": "A list of all types supported by this server.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
|
|
"interfaces": [],
|
|
"possibleTypes": null,
|
|
"fields": [
|
|
{
|
|
"name": "description",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "enumValues",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__EnumValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "fields",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Field",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "inputFields",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__InputValue",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": [
|
|
{
|
|
"name": "includeDeprecated",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "false"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "interfaces",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "kind",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "ENUM",
|
|
"name": "__TypeKind",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "name",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "ofType",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
},
|
|
{
|
|
"name": "possibleTypes",
|
|
"description": null,
|
|
"type": {
|
|
"kind": "LIST",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "OBJECT",
|
|
"name": "__Type",
|
|
"ofType": null
|
|
}
|
|
}
|
|
},
|
|
"isDeprecated": false,
|
|
"deprecationReason": null,
|
|
"args": []
|
|
}
|
|
],
|
|
"inputFields": null,
|
|
"enumValues": null
|
|
},
|
|
{
|
|
"kind": "ENUM",
|
|
"name": "__TypeKind",
|
|
"description": "An enum describing what kind of type a given `__Type` is.",
|
|
"interfaces": null,
|
|
"possibleTypes": null,
|
|
"fields": null,
|
|
"inputFields": null,
|
|
"enumValues": [
|
|
{
|
|
"name": "SCALAR",
|
|
"description": "Indicates this type is a scalar.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "OBJECT",
|
|
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INTERFACE",
|
|
"description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "UNION",
|
|
"description": "Indicates this type is a union. `possibleTypes` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "ENUM",
|
|
"description": "Indicates this type is an enum. `enumValues` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "INPUT_OBJECT",
|
|
"description": "Indicates this type is an input object. `inputFields` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "LIST",
|
|
"description": "Indicates this type is a list. `ofType` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
},
|
|
{
|
|
"name": "NON_NULL",
|
|
"description": "Indicates this type is a non-null. `ofType` is a valid field.",
|
|
"isDeprecated": false,
|
|
"deprecationReason": null
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"directives": [
|
|
{
|
|
"name": "include",
|
|
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
|
|
"locations": [
|
|
"FIELD",
|
|
"FRAGMENT_SPREAD",
|
|
"INLINE_FRAGMENT"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "if",
|
|
"description": "Included when true.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "skip",
|
|
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
|
|
"locations": [
|
|
"FIELD",
|
|
"FRAGMENT_SPREAD",
|
|
"INLINE_FRAGMENT"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "if",
|
|
"description": "Skipped when true.",
|
|
"type": {
|
|
"kind": "NON_NULL",
|
|
"name": null,
|
|
"ofType": {
|
|
"kind": "SCALAR",
|
|
"name": "Boolean",
|
|
"ofType": null
|
|
}
|
|
},
|
|
"defaultValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "deprecated",
|
|
"description": "Marks an element of a GraphQL schema as no longer supported.",
|
|
"locations": [
|
|
"FIELD_DEFINITION",
|
|
"ENUM_VALUE",
|
|
"ARGUMENT_DEFINITION",
|
|
"INPUT_FIELD_DEFINITION"
|
|
],
|
|
"args": [
|
|
{
|
|
"name": "reason",
|
|
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).",
|
|
"type": {
|
|
"kind": "SCALAR",
|
|
"name": "String",
|
|
"ofType": null
|
|
},
|
|
"defaultValue": "\"No longer supported\""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |