INPUT_OBJECT

UpdateClipInput

UpdateClipInput updates the title of the clip with the provided slug.

link GraphQL Schema definition

1input UpdateClipInput {
4
2# The slug of the clip to update.
3slug: ID!
7
5# The new title of the clip.
6title: String
8}