OBJECT
Credential
link GraphQL Schema definition
- type Credential {
- : ID!
- : Boolean!
- : Boolean!
- : Time
- : Time
- : Time
- # The board acronym if national, or state if a state license
- : String
- # The license number or identifier for the credential, such as a board
- # certification number.
- : String
- # Derived from the CertifyingBoard, if it has a region/state
- : String
- # Derived from the name of the CertifyingBoard
- : String!
- : CertifyingBoard
- : ProviderType
- : CertifyingBoardSpecialization
- : Boolean!
- # Whether extended continuing education earning is enabled for this credential
- : Boolean!
- : ContinuingEducationRequirement
- }