CastStartPayload
CastStartPayload
The output of our castStart
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. | |
cast | Cast | ||
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 `Cast`. | |
spaceBySpaceId | Space | Reads a single `Space` that is related to this `Cast`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Cast`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Cast`. | |
castEdge | CastsEdge | An edge for our `Cast`. May be used by Relay 1. | |
orderBy | [CastsOrderBy!] | The method to use when ordering `Cast`. |