INPUT_OBJECT

CreateModeratorCommentInput

The required input to create a moderator comment on a channel.

link GraphQL Schema definition

1input CreateModeratorCommentInput {
4
2# The channel where the moderator comment was created.
3channelID: ID!
7
5# The target of the moderator comment.
6targetID: ID!
10
8# The body of the comment.
9text: String!
11}