PossibleErrorsOutputType
Information and possible errors of the requested query/mutation.
Fields
Whether the possible authentication errors are included.
Name of the query/mutation whose possible errors are returned.
List of the errors the query/mutation is susceptible of raising.
Type of the query (query or mutation).
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"authErrors": true,
"name": "every-position-answer-author-memory",
"possibleErrors": [PossibleErrorType],
"type": "query"
}