OBJECT

OwnerChanletAttributes

OwnerChanletAttributes store configuration flags for child chanlets the channel owns.

link GraphQL Schema definition

1type OwnerChanletAttributes {
2
3# Whether to show the child chanlets.
4isChanletFeatureEnabled: Boolean!
5
6}