TokenVerify
Result of token verify mutation.
type TokenVerify {
isValid: Boolean!
user: User
accountErrors: [AccountError!]!
}
Fields
TokenVerify.isValid ● Boolean! non-null scalar
Whether the token is valid.
TokenVerify.user ● User object
The user associated with the token.
TokenVerify.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
tokenVerify mutation