OBJECT
type Comment {id: ID! item_type: String item_id: Int comment: String added_on: DateTime added_by_user: User item: Item }