OBJECT

CreateVideoAppealPayload

CreateVideoAppealPayload the ID of the video for the appeal made.

link GraphQL Schema definition

1type CreateVideoAppealPayload {
2
3# The ID of the Vod this appeal was created for.
4videoID: ID
5
6}