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.
- : String
- # The title of the license.
- : String!
- # The license number.
- : String
- # The state in which the license was issued.
- : String
- : Time
- : Time
- : Time
- # Is this the suggested license for the user?
- : Boolean
- # Has this license been verified?
- : Boolean
- # Has this license been confirmed by the user?
- : Boolean
- # The raw status value of the license from the certifying board.
- : String
- # If true, the user has opted to continue earning CE in this license period
- # instead of beginning a new license period.
- : Boolean
- : ID
- : ID
- : ID
- : ID
- : [ID!]
- : [ID!]
- }