Studio Service

DeleteCredentialByKeyPayload

DeleteCredentialByKeyPayload

The output of our deleteCredentialByKey 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.
credentialCredential
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Credential`.
userByCreatedByUserReads a single `User` that is related to this `Credential`.
credentialEdgeCredentialsEdgeAn edge for our `Credential`. May be used by Relay 1.
orderBy[CredentialsOrderBy!]The method to use when ordering `Credential`.