ActionAddCommentArgs
No description
input ActionAddCommentArgs {
actionId: ID!
comment: String!
replyToCommentId: ID
}
Fields
ActionAddCommentArgs.actionId ● ID! non-null scalar common
ActionAddCommentArgs.comment ● String! non-null scalar common
The comment text
ActionAddCommentArgs.replyToCommentId ● ID scalar common
Optional reply to a comment
Member Of
actionAddComment mutation