SetScreenContentByAppInstanceIdPayload
SetScreenContentByAppInstanceIdPayload
The output of our setScreenContentByAppInstanceId
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. | |
screen | Screen | ||
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 `Screen`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `Screen`. | |
screenGroupByScreenGroupId | ScreenGroup | Reads a single `ScreenGroup` that is related to this `Screen`. | |
screenGroupByScreenGroupIdAndOrgId | ScreenGroup | Reads a single `ScreenGroup` that is related to this `Screen`. | |
castByCastId | Cast | Reads a single `Cast` that is related to this `Screen`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Screen`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Screen`. | |
screenEdge | ScreensEdge | An edge for our `Screen`. May be used by Relay 1. | |
orderBy | [ScreensOrderBy!] | The method to use when ordering `Screen`. |