OBJECT
type CommentNamedEntity implements Node {id: ID! score: Float! word: String! start: Int! end: Int! entityGroup: String! comment: Comment }