OBJECT
type BoardCertification implements Node {id: ID! # Name of the certifying boardname: String! # Sub-specialty of the certificationsubSpecialty: String user: User }