CreateUserTokenResponse
Response for createUserToken mutation.
type CreateUserTokenResponse {
success: Boolean!
token: String
}
Fields
CreateUserTokenResponse.success
● Boolean!
non-null scalar
Was the operation a success.
CreateUserTokenResponse.token
● String
scalar
The token itself: a string to be handed to the user and that won't be stored.
Returned by
createUserToken
mutation