OBJECT

DeleteVideoCommentPayload

link GraphQL Schema definition

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