OBJECT
type ContentClassificationExampleDocument implements Node {id: ID! createTime: Time! updateTime: Time! postID: ID topicID: ID reasoning: String! body: String suggestedScore: Float! reinforcement: ContentClassificationExampleDocumentReinforcement! post: Post topic: Topic }