AuthError
No description
type AuthError {
field: String
message: String!
code: String!
}
Fields
AuthError.field ● String scalar
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
AuthError.message ● String! non-null scalar
The error message.
AuthError.code ● String! non-null scalar
The error code
Member Of
CreateCustomerToken object