INPUT_OBJECT

ChannelClipsCreationRestrictedToInput

ChannelClipsCreationRestrictedToInput contains the roles that are allowed to create Clips on a channel that has isClipsEnabled set to true.

link GraphQL Schema definition

1input ChannelClipsCreationRestrictedToInput {
4
2# Allow channel followers to create Clips.
3followers: Boolean!
7
5# Allow channel subscribers to create Clips.
6subscribers: Boolean!
8}