createComment
No description
createComment(
postId: ID!
data: CommentInput!
): Comment
No description
createComment(
postId: ID!
data: CommentInput!
): Comment
createComment.postId
● ID!
non-null scalarcreateComment.data
● CommentInput!
non-null inputComment
object