INPUT_OBJECT

CreateLicenseHistoryInput

CreateLicenseHistoryInput is used for create LicenseHistory object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateLicenseHistoryInput {
  • # The institution that issued the license.
  • institution: String
  • # The title of the license.
  • title: String!
  • # The license number.
  • licenseNumber: String
  • # The state in which the license was issued.
  • state: String
  • startDate: Time
  • endDate: Time
  • lastRenewedAt: Time
  • # 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
  • # 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
  • certifyingBoardID: ID
  • certifyingBoardSpecializationID: ID
  • providerTypeID: ID
  • auditIDs: [ID!]
  • educationSummaryIDs: [ID!]
  • }

link Require by