INPUT_OBJECT

UpdateOwnerChanletAttributesInput

UpdateOwnerChanletAttributesInput updates the owner chanlet attributes.

link GraphQL Schema definition

1input UpdateOwnerChanletAttributesInput {
4
2# The ID of the owner chanlet (channel that owns chanlets).
3channelID: ID!
7
5# Whether the chanlets should return for the viewers.
6isChanletFeatureEnabled: Boolean!
8}