INPUT_OBJECT

AddMediaSegments

link GraphQL Schema definition

1input AddMediaSegments {
6
2# Details for the segment, such as start and stop offset.
3# See AddMediaSegment.details for the segment-details contract, including
4# the initializationSegment flag.
5details: JSONData!
9
7# The url to the segment content.
8url: String!
10}