OBJECT

SetResourceRestrictionPayload

SetResourceRestrictionPayload returns the updated restriction for a channel.

link GraphQL Schema definition

1type SetResourceRestrictionPayload {
2
3# The channel if a live resource restriction was updated.
4channel: Channel
5
6# The stream if a live resource restriction was updated.
7stream: Stream
8
9# The video if a video resource restriction was updated.
10video: Video
11
12}