OBJECT

EducationRequirement

link GraphQL Schema definition

  • type EducationRequirement implements Node {
  • id: ID!
  • countryCode: String!
  • stateCode: String!
  • periodInYears: Int!
  • totalCmeRequired: Int!
  • totalCmeCategoryOneRequired: Int!
  • referenceURL: String
  • profession: String
  • }