Skip to main content

Fields

authErrors : Boolean

Whether the possible authentication errors are included.

name : String

Name of the query/mutation whose possible errors are returned.

possibleErrors : [PossibleErrorType]

List of the errors the query/mutation is susceptible of raising.

type : query_type

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" }