OBJECT

CreateChanletPayload

CreateChanletPayload returns the new chanlet that was created.

link GraphQL Schema definition

1type CreateChanletPayload {
2
3# The chanlet that was created.
4chanlet: Channel!
5
6# The channelID that the chanlet was created under.
7channelID: ID!
8
9}