OBJECT

CreateVideoHighlightPayload

link GraphQL Schema definition

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