TokensDeactivateAll
Result of tokens deactivate all mutation.
type TokensDeactivateAll {
user: User
accountErrors: [AccountError!]!
}
Fields
TokensDeactivateAll.user ● User object
The user whose tokens were deactivated.
TokensDeactivateAll.accountErrors ● [AccountError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
tokensDeactivateAll mutation