MutationCreateCommentInput
input MutationCreateCommentInput {
body: String!
postId: ID!
}
Fields
MutationCreateCommentInput.body ● String! non-null scalar
Body of the comment.
MutationCreateCommentInput.postId ● ID! non-null scalar
Global identifier of the post on which the comment is made.
Member Of
createComment mutation