Types
UpdateVideoProgressInput
Autogenerated input type of UpdateVideoProgress
input
UpdateVideoProgressInputFields
clientMutationId
String
A unique identifier for the client performing the mutation.
percentageComplete
Int!
required
How much of the video has been watched, from 0 to 100.
positionSeconds
Int!
required
The current playback position in the video, in seconds.
postId
ID!
required
ID of the post containing the video — resource ID or GlobalID.
videoId
ID!
required
Identifies the embedded video within the post's content (its data-video-id in the post body). This is not a resource ID.