CREATE_COMMENT_POST
Variable: CREATE_COMMENT_POST
const
CREATE_COMMENT_POST:DocumentNode
Defined in: src/GraphQl/Mutations/CommentMutations.ts:11
GraphQL mutation to create a new comment on a post.
Param
The text content of the comment.
Param
The ID of the post to which the comment is being added.
Returns
The created comment object.