AppTokenVerify
Result of app token verify mutation.
type AppTokenVerify {
valid: Boolean!
appErrors: [AppError!]!
}
Fields
AppTokenVerify.valid ● Boolean! non-null scalar
Whether the token is valid.
AppTokenVerify.appErrors ● [AppError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
appTokenVerify mutation