INPUT_OBJECT
CreateLicenseRequirementInput
CreateLicenseRequirementInput is used for create LicenseRequirement object. Input was generated by ent.
link GraphQL Schema definition
- input CreateLicenseRequirementInput {
- : Float
- # The total number of general Ce hours required, exclusive of any topic-specific
- # hours.
- : Float
- : Boolean
- : Boolean
- : LicenseRequirementType
- : Int
- : LicenseRequirementRenewalCycleUnit
- : String
- : String
- # An editorialized note about the requirement to be displayed on the web landing
- # page.
- : String
- # Global requirements apply to all providers of the specified type, outside of a
- # certifying board.
- : Boolean
- : Time
- : Time
- : ID
- : ID
- : [ID!]
- : ID
- }