ReactivateTokenPayload
ReactivateTokenPayload
The output of our reactivateToken mutation.
| Field | Argument | Type | Description |
|---|---|---|---|
| clientMutationId | String | The exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations. | |
| token | Token | ||
| query | Query | Our root query field type. Allows us to run any query from our mutation payload. | |
| orgByOrgId | Org | Reads a single `Org` that is related to this `Token`. | |
| userByUserId | User | Reads a single `User` that is related to this `Token`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Token`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Token`. | |
| tokenEdge | TokensEdge | An edge for our `Token`. May be used by Relay 1. | |
| orderBy | [TokensOrderBy!] | The method to use when ordering `Token`. | |