OBJECT
RemoveChannelContentPayload
Return type for removeChannelContent mutation.
link GraphQL Schema definition
- type RemoveChannelContentPayload {
- # Id of the user who removed the content from this channel.
- String! :
- # Id of the channel that the given content was removed from.
- String! :
- # The type of content removed from the channel.
- ChannelContentType :
- # The id of the removed content. For paths, this is a slug. For all other content
- # types, this is a uuid.
- String :
- # The contents to delete from this channel. This allows you to delete multiple
- # contents at once. If provided, contentType and contentId will be ignored.
- ChannelContentTypeAndIdPayload] : [
- }