INPUT_OBJECT

AddMediaSegments

link GraphQL Schema definition

1input AddMediaSegments {
4
2# Details for the segment, such as start and stop offset
3details: JSONData!
7
5# The url to the segment content.
6url: String!
8}