Skip to main content

DeactivateTokenPayload

No description

type DeactivateTokenPayload {  user: User!  token: Token  clientMutationId: String!}

Fields#

user (User!)#

user is the possibly modified User.

token (Token)#

token is the Token that was deleted.

clientMutationId (String!)#

clientMutationId is required for Relay support.