INPUT_OBJECT
AddChannelContentInput
Input type for addChannelContent mutation. For additional information regarding content types please see: https://help.pluralsight.com/help/creating-your-first-channel
link GraphQL Schema definition
- input AddChannelContentInput {
- # Identifies the User who adds this Content to this Channel.
- String! :
- # The primary ID of the channel that the provided content will be added to.
- String! :
- # A list of Content to add to the channel.
- ChannelContentInput]! : [
- }