DeletePermissionSetPayload
DeletePermissionSetPayload
The output of our deletePermissionSet
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. | |
permissionSet | PermissionSet | ||
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 `PermissionSet`. | |
commonPermissionSetByCommonPermissionSetId | CommonPermissionSet | Reads a single `CommonPermissionSet` that is related to this `PermissionSet`. | |
permissionSetEdge | PermissionSetsEdge | An edge for our `PermissionSet`. May be used by Relay 1. | |
orderBy | [PermissionSetsOrderBy!] | The method to use when ordering `PermissionSet`. |