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