OBJECT
1type ProjectComment {23comment: String! 45id: Int! 67permissions: ProjectCommentPermissions! 89postedOn: Int! 1011user: User 1213}