OBJECT

BoardCertification

link GraphQL Schema definition

  • type BoardCertification implements Node {
  • id: ID!
  • # Name of the certifying board
  • name: String!
  • # Sub-specialty of the certification
  • subSpecialty: String
  • user: User
  • }