OBJECT
type TopicClassification implements Node {id: ID! topicID: ID topicNotFoundValue: String topicNotFound: Boolean entityID: ID! entityType: String! modelVersion: String professions: String suggested: Boolean! active: Boolean! score: Float! reason: String reviewedAt: Time reviewedByAdminUserID: ID reviewStatus: TopicClassificationReviewStatus metadata: Map contentClassificationModelID: ID createdAt: Time! updatedAt: Time! topic: Topic post: Post! reviewedBy: User contentClassificationModel: ContentClassificationModel }