Types
CreateCommentInput
Autogenerated input type of CreateComment
input
CreateCommentInputFields
body
String!
required
Comment text (HTML is sanitized server-side)
clientMutationId
String
A unique identifier for the client performing the mutation.
postId
ID!
required
GlobalID of the post to comment on
replyToId
ID
GlobalID of the parent comment when replying