INPUT_OBJECT

UpdateLicenseRequirementInput

UpdateLicenseRequirementInput is used for update LicenseRequirement object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateLicenseRequirementInput {
  • 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
  • clearRenewalHumanized: Boolean
  • referenceText: String
  • clearReferenceText: Boolean
  • # An editorialized note about the requirement to be displayed on the web landing
  • # page.
  • specialNote: String
  • clearSpecialNote: Boolean
  • # Global requirements apply to all providers of the specified type, outside of a
  • # certifying board.
  • global: Boolean
  • createdAt: Time
  • clearCreatedAt: Boolean
  • updatedAt: Time
  • clearUpdatedAt: Boolean
  • providerTypeID: ID
  • clearProviderType: Boolean
  • certifyingBoardID: ID
  • clearCertifyingBoard: Boolean
  • addTopicIDs: [ID!]
  • removeTopicIDs: [ID!]
  • clearTopics: Boolean
  • certifyingBoardSpecializationID: ID
  • clearCertifyingBoardSpecialization: Boolean
  • }

link Require by