OBJECT
1type MentionComment {23commentId: ID! 45mentionId: ID 67userId: ID 89firstName: String 1011lastName: String 1213userImage: String 1415commentText: String 1617createdDateTime: DateTime 1819modifiedDateTime: DateTime 2021}