CommentCreatedPayloadCommentCreatedPayload is returned when a new top level Comment is created on a Story.type CommentCreatedPayload { comment: Comment!}CopyFields#comment (Comment!)#comment is the new top level Comment that was created on the Story.