INPUT_OBJECT

CreateChanletInput

CreateChanletInput creates a chanlet under the given channelID.

link GraphQL Schema definition

1input CreateChanletInput {
4
2# The ID of the channel the chanlet should belong to.
3channelID: ID!
5}