Studio Service

SetGroupIsDefaultPayload

SetGroupIsDefaultPayload

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