Studio Service

AddGroupSpacePermissionSetsPayload

AddGroupSpacePermissionSetsPayload

The output of our addGroupSpacePermissionSets 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.
groupSpaceGroupSpace
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `GroupSpace`.
groupByGroupIdGroupReads a single `Group` that is related to this `GroupSpace`.
groupByGroupIdAndOrgIdGroupReads a single `Group` that is related to this `GroupSpace`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `GroupSpace`.
groupSpaceEdgeGroupSpacesEdgeAn edge for our `GroupSpace`. May be used by Relay 1.
orderBy[GroupSpacesOrderBy!]The method to use when ordering `GroupSpace`.