OBJECT
type TopicClassificationCategory implements Node {id: ID! definition: String! concepts: [String!]! createdAt: Time! updatedAt: Time! enabled: Boolean! keywords: [String!] topic: Topic }