INPUT_OBJECT

UpdateBoardCertificationInput

UpdateBoardCertificationInput is used for update BoardCertification object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateBoardCertificationInput {
  • # Name of the certifying board
  • name: String
  • # Sub-specialty of the certification
  • subSpecialty: String
  • clearSubSpecialty: Boolean
  • userID: ID
  • clearUser: Boolean
  • }

link Require by