INPUT_OBJECT

UpdateLicenseHistoryInput

UpdateLicenseHistoryInput is used for update LicenseHistory object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateLicenseHistoryInput {
  • # The institution that issued the license.
  • institution: String
  • clearInstitution: Boolean
  • # The title of the license.
  • title: String
  • # The license number.
  • licenseNumber: String
  • clearLicenseNumber: Boolean
  • # The state in which the license was issued.
  • state: String
  • clearState: Boolean
  • startDate: Time
  • clearStartDate: Boolean
  • endDate: Time
  • clearEndDate: Boolean
  • lastRenewedAt: Time
  • clearLastRenewedAt: Boolean
  • # Is this the suggested license for the user?
  • suggested: Boolean
  • # Has this license been verified?
  • verified: Boolean
  • # Has this license been confirmed by the user?
  • confirmed: Boolean
  • # The raw status value of the license from the certifying board.
  • statusValue: String
  • clearStatusValue: Boolean
  • # If true, the user has opted to continue earning CE in this license period
  • # instead of beginning a new license period.
  • extendedCeEarningEnabled: Boolean
  • userID: ID
  • clearUser: Boolean
  • certifyingBoardID: ID
  • clearCertifyingBoard: Boolean
  • certifyingBoardSpecializationID: ID
  • clearCertifyingBoardSpecialization: Boolean
  • providerTypeID: ID
  • clearProviderType: Boolean
  • addAuditIDs: [ID!]
  • removeAuditIDs: [ID!]
  • clearAudits: Boolean
  • addEducationSummaryIDs: [ID!]
  • removeEducationSummaryIDs: [ID!]
  • clearEducationSummaries: Boolean
  • }

link Require by