INPUT_OBJECT
RemoveChannelContentInput
Input type for removeChannelContent mutation. For additional information regarding content types please see: https://help.pluralsight.com/help/creating-your-first-channel
link GraphQL Schema definition
- input RemoveChannelContentInput {
- # Id of the user who is removing the content from this channel.
- String! :
- # Id of the channel that the given content will be removed from.
- String! :
- # 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 :
- # The contents to delete from this channel. This allows you to delete multiple
- # contents at once. If provided, contentType and contentId will be ignored.
- ChannelContentTypeAndIdInput] : [
- }