AuthError
Represents errors from OAuth/auth operations.
type AuthError {
field: String
message: String!
code: String!
}
Fields
AuthError.field ● String scalar
AuthError.message ● String! non-null scalar
The error message.
AuthError.code ● String! non-null scalar
The error code.
Member Of
CreateCustomerToken object