OBJECT

CreateVideoCommentPayload

link GraphQL Schema definition

1type CreateVideoCommentPayload {
2
3# The comment that was created.
4comment: VideoComment!
5
6}