OBJECT
ChannelContentTypeAndIdPayload
link GraphQL Schema definition
- type ChannelContentTypeAndIdPayload {
- # The type of content to be removed from the channel.
- ChannelContentType! :
- # The id of the content to be removed. For paths, this is a slug. For all other
- # content types, this is a uuid.
- String! :
- }