INPUT_OBJECT
AddChannelInput
A type that describes the input for the AddChannel mutation.
link GraphQL Schema definition
- input AddChannelInput {
- # A unique identifier for the User that created the channel.
- String! :
- # The description of the new Channel. <= 500 characters.
- String! :
- # The privacy level of the Channel ('org' or 'private').
- String! :
- # The name of the Channel. <= 100 characters.
- String! :
- # Determines the Channel visibility within the Pluralsight app on the 'Company
- # Channels' tab. If the value is 'false' the Channel would still be available to
- # the owner and anyone that was invited. This field is connected to 'Display
- # employee's Company channels' option within the Pluralsight app on 'Create
- # channel'.
- Boolean :
- # The objective of the channel; A description of what the creator hopes to
- # accomplish by watching all content within a given channel. <= 100 characters.
- String :
- }