Studio Service

DeleteChannelPayload

DeleteChannelPayload

The output of our deleteChannel 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.
channelChannel
queryQueryOur root query field type. Allows us to run any query from our mutation payload.
orgByOrgIdOrgReads a single `Org` that is related to this `Channel`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `Channel`.
fileByCoverImageIdFileReads a single `File` that is related to this `Channel`.
channelByDraftOfChannelReads a single `Channel` that is related to this `Channel`.
userByCreatedByUserReads a single `User` that is related to this `Channel`.
userByUpdatedByUserReads a single `User` that is related to this `Channel`.
userByPublishedByUserReads a single `User` that is related to this `Channel`.
themeByThemeIdThemeReads a single `Theme` that is related to this `Channel`.
channelEdgeChannelsEdgeAn edge for our `Channel`. May be used by Relay 1.
orderBy[ChannelsOrderBy!]The method to use when ordering `Channel`.