INPUT_OBJECT
ChannelContentInput
A type that describes an input for the AddChannelContent mutation.
link GraphQL Schema definition
- input ChannelContentInput {
- # The type of the content (ie EXTERNAL_LINK, COURSE, INTERACTIVE_COURSE, PATH,
- # PROJECT, SECTION, GUIDE, or SKILL_ASSESSMENT). NOTE: Interactive courses are
- # being deprecated.
- ChannelContentType :
- # The id of the content. Not applicable for 'EXTERNAL_LINK' content type.
- String :
- # The name of the section (only applicable to SECTION type).
- String :
- # The description of a section (only applicable to SECTION type).
- String :
- # The content for the section (only applicable to SECTION type).
- ChannelContentSectionInput] : [
- # The details of the content, only applicable for 'EXTERNAL_LINK' content type.
- ChannelContentDetailsInput :
- }