INPUT_OBJECT

UpdateCertifyingBoardSpecializationInput

UpdateCertifyingBoardSpecializationInput is used for update CertifyingBoardSpecialization object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateCertifyingBoardSpecializationInput {
  • name: String
  • code: String
  • certifyingBoardID: ID
  • clearCertifyingBoard: Boolean
  • addLicenseIDs: [ID!]
  • removeLicenseIDs: [ID!]
  • clearLicenses: Boolean
  • addLicenseRequirementIDs: [ID!]
  • removeLicenseRequirementIDs: [ID!]
  • clearLicenseRequirements: Boolean
  • }

link Require by