createComment
createComment will create a Comment as the current logged in User.
createComment(
input: CreateCommentInput!
): CreateCommentPayload!
Arguments
createComment.input ● CreateCommentInput! non-null input
Type
CreateCommentPayload object
CreateCommentPayload contains the created Comment after the createComment mutation.