Studio Service

DeletePermissionSetPayload

DeletePermissionSetPayload

The output of our deletePermissionSet 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.
permissionSetPermissionSet
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `PermissionSet`.
commonPermissionSetByCommonPermissionSetIdCommonPermissionSetReads a single `CommonPermissionSet` that is related to this `PermissionSet`.
permissionSetEdgePermissionSetsEdgeAn edge for our `PermissionSet`. May be used by Relay 1.
orderBy[PermissionSetsOrderBy!]The method to use when ordering `PermissionSet`.