INPUT_OBJECT

ChannelClipsCreationAuthRestrictionOptionsInput

ChannelClipsCreationAuthRestrictionOptionsInput are the additional options for the auth restrictions.

link GraphQL Schema definition

1input ChannelClipsCreationAuthRestrictionOptionsInput {
5
2# The time requirement in minutes, of how long a follower needs to be following to
3# create clips.
4followingLengthMinutes: Int
6}