OBJECT

UpdateClipViewCountPayload

UpdateClipViewCount returns the clip that was updated.

link GraphQL Schema definition

1type UpdateClipViewCountPayload {
2
3# The clip that was updated.
4# The views field is the only field that is updated, and the change is not
5# reflected immediately.
6clip: Clip
7
8}