INPUT_OBJECT

CreateLicenseRequirementInput

CreateLicenseRequirementInput is used for create LicenseRequirement object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateLicenseRequirementInput {
  • totalHours: Float
  • # The total number of general Ce hours required, exclusive of any topic-specific
  • # hours.
  • generalHours: Float
  • active: Boolean
  • contentAvailable: Boolean
  • type: LicenseRequirementType
  • renewalCycle: Int
  • renewalCycleUnit: LicenseRequirementRenewalCycleUnit
  • renewalHumanized: String
  • referenceText: String
  • # An editorialized note about the requirement to be displayed on the web landing
  • # page.
  • specialNote: String
  • # Global requirements apply to all providers of the specified type, outside of a
  • # certifying board.
  • global: Boolean
  • createdAt: Time
  • updatedAt: Time
  • providerTypeID: ID
  • certifyingBoardID: ID
  • topicIDs: [ID!]
  • certifyingBoardSpecializationID: ID
  • }

link Require by