INPUT_OBJECT

UpdateClassificationCategoryInput

UpdateClassificationCategoryInput is used for update ClassificationCategory object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateClassificationCategoryInput {
  • # The name of the classification category (e.g., 'Infection Control',
  • # 'Bioterrorism').
  • name: String
  • # Markdown content containing definition, concepts, nuances, and other
  • # classification details.
  • content: String
  • # Whether this classification category is active.
  • active: Boolean
  • # Display/processing order.
  • ordinal: Int
  • createdAt: Time
  • updatedAt: Time
  • addTopicIDs: [ID!]
  • removeTopicIDs: [ID!]
  • clearTopics: Boolean
  • addModelIDs: [ID!]
  • removeModelIDs: [ID!]
  • clearModels: Boolean
  • addReinforcementDocumentIDs: [ID!]
  • removeReinforcementDocumentIDs: [ID!]
  • clearReinforcementDocuments: Boolean
  • }

link Require by