OBJECT

VideoMutedSegmentConnection

A list of all sections of the video that are muted. If pagination is required at any point in the future, put edges and pageInfo in this type.

link GraphQL Schema definition

1type VideoMutedSegmentConnection {
2
3# No pagination functionality. All data returned in initial call.
4nodes: [VideoMutedSegment!]
5
6}