OBJECT

UpdateVideoPayload

Response to a request to update a video.

link GraphQL Schema definition

1type UpdateVideoPayload {
2
3# The video with updated fields.
4video: Video
5
6}