INPUT_OBJECT
CreateClassificationCategoryInput
CreateClassificationCategoryInput is used for create ClassificationCategory object. Input was generated by ent.
link GraphQL Schema definition
- input CreateClassificationCategoryInput {
- # The name of the classification category (e.g., 'Infection Control',
- # 'Bioterrorism').
- : String!
- # Markdown content containing definition, concepts, nuances, and other
- # classification details.
- : String!
- # Whether this classification category is active.
- : Boolean
- # Display/processing order.
- : Int
- : Time
- : Time
- : [ID!]
- : [ID!]
- : [ID!]
- }