Studio Service

DeleteScreenGroupByIdPayload

DeleteScreenGroupByIdPayload

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