DeleteAuthTokenResponse
The response from deleting an Auth Token
type DeleteAuthTokenResponse {
success: Boolean!
errors: [String!]
}
Fields
DeleteAuthTokenResponse.success ● Boolean! non-null scalar
If the Auth Token was deleted successfully
DeleteAuthTokenResponse.errors ● [String!] list scalar
List of errors that may have occurred during the operation
Returned By
deleteAuthToken mutation