OBJECT
CcvVideoData
link GraphQL Schema definition
1 type CcvVideoData { 2 3 Int! : 4 5 Int! : 6 7 Int! : 8 9 # An array of transcoded video renditions 10 CcvVideoRendition!]! : [ 11 12 CcvVideoStatus! : 13 14 }
OBJECT
1 type CcvVideoData { 2 3 Int! : 4 5 Int! : 6 7 Int! : 8 9 # An array of transcoded video renditions 10 CcvVideoRendition!]! : [ 11 12 CcvVideoStatus! : 13 14 }