OBJECT
LicenseRequirement
link GraphQL Schema definition
- type LicenseRequirement implements Node {
- : ID!
- : 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
- : ProviderType
- : CertifyingBoard
- : [LicenseRequirementTopic!]
- : CertifyingBoardSpecialization
- }