OBJECT

CreateMultiVideoHighlightPayload

Response of highlight creation, the new highlight entering the creation process.

link GraphQL Schema definition

1type CreateMultiVideoHighlightPayload {
2
3# The created Video representing the Highlight.
4highlight: Video
5
6}