DeactivateTokenPayloadNo descriptiontype DeactivateTokenPayload { user: User! token: Token clientMutationId: String!}CopyFields#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.