INPUT_OBJECT

UpdateClipViewCountInput

UpdateClipViewCountInput increments the viewcount of the provided slug.

link GraphQL Schema definition

1input UpdateClipViewCountInput {
4
2# The slug of the clip to increment viewcount on.
3slug: ID!
5}