Studio Service

DeleteTokenPayload

DeleteTokenPayload

The output of our deleteToken mutation.

FieldArgumentTypeDescription
clientMutationIdStringThe exact same `clientMutationId` that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.
tokenToken
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Token`.
userByUserIdUserReads a single `User` that is related to this `Token`.
userByCreatedByUserReads a single `User` that is related to this `Token`.
userByUpdatedByUserReads a single `User` that is related to this `Token`.
tokenEdgeTokensEdgeAn edge for our `Token`. May be used by Relay 1.
orderBy[TokensOrderBy!]The method to use when ordering `Token`.