AddGroupSpacePermissionSetsPayload
AddGroupSpacePermissionSetsPayload
The output of our addGroupSpacePermissionSets
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. | |
groupSpace | GroupSpace | ||
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 `GroupSpace`. | |
groupByGroupId | Group | Reads a single `Group` that is related to this `GroupSpace`. | |
groupByGroupIdAndOrgId | Group | Reads a single `Group` that is related to this `GroupSpace`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `GroupSpace`. | |
groupSpaceEdge | GroupSpacesEdge | An edge for our `GroupSpace`. May be used by Relay 1. | |
orderBy | [GroupSpacesOrderBy!] | The method to use when ordering `GroupSpace`. |