DeleteUserTokenResponse
Response for deleteUserToken mutation
type DeleteUserTokenResponse {
id: ID
success: Boolean!
}
Fields
DeleteUserTokenResponse.id
● ID
scalar
The id of the token target of the delete.
DeleteUserTokenResponse.success
● Boolean!
non-null scalar
Whether or not the delete was successful
Returned by
deleteUserToken
mutation