ShareChannelToAllSpacesPayload
ShareChannelToAllSpacesPayload
The output of our shareChannelToAllSpaces 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. | |
| channel | Channel | ||
| 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 `Channel`. | |
| spaceBySpaceId | Space | Reads a single `Space` that is related to this `Channel`. | |
| fileByCoverImageId | File | Reads a single `File` that is related to this `Channel`. | |
| channelByDraftOf | Channel | Reads a single `Channel` that is related to this `Channel`. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Channel`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Channel`. | |
| userByPublishedBy | User | Reads a single `User` that is related to this `Channel`. | |
| themeByThemeId | Theme | Reads a single `Theme` that is related to this `Channel`. | |
| channelByChildOf | Channel | Reads a single `Channel` that is related to this `Channel`. | |
| channelByDuplicateOf | Channel | Reads a single `Channel` that is related to this `Channel`. | |
| channelEdge | ChannelsEdge | An edge for our `Channel`. May be used by Relay 1. | |
| orderBy | [ChannelsOrderBy!] | The method to use when ordering `Channel`. | |