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