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 course, interactive-course, path, project, section,
- # guide, or skill-assessment).
- String :
- # 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 content for the section (only applicable to section type)
- ChannelContentSectionInput] : [
- # The details of the content, only applicable for 'external-link' content type.
- ChannelContentDetailsInput :
- }