OBJECT

CreateModeratorCommentPayload

Result of a createModeratorComment mutation.

link GraphQL Schema definition

1type CreateModeratorCommentPayload {
2
3# The moderator comment created.
4comment: ModLogsComment
5
6}