INPUT_OBJECT

UpdateCertifyingBoardInput

UpdateCertifyingBoardInput is used for update CertifyingBoard object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateCertifyingBoardInput {
  • # Name of the certifying board
  • name: String
  • # State of the certifying board
  • state: String
  • clearState: Boolean
  • # URL of the website for the certifying board
  • url: String
  • clearURL: Boolean
  • # Contact Phone number of the certifying board
  • phone: String
  • clearPhone: Boolean
  • # Direct URL to the continuing education requirements page if available on the
  • # board's website
  • ceRequirementsURL: String
  • clearCeRequirementsURL: Boolean
  • # Additional sources of information
  • additionalSources: [String!]
  • appendAdditionalSources: [String!]
  • clearAdditionalSources: Boolean
  • # Type of certifying board
  • boardType: CertifyingBoardBoardType
  • clearBoardType: Boolean
  • # Continuing education unit type
  • ceUnit: CertifyingBoardCeUnit
  • # Abbreviation for the certifying board
  • abbreviation: String
  • clearAbbreviation: Boolean
  • addProviderTypeIDs: [ID!]
  • removeProviderTypeIDs: [ID!]
  • clearProviderTypes: Boolean
  • addLicenseRequirementIDs: [ID!]
  • removeLicenseRequirementIDs: [ID!]
  • clearLicenseRequirements: Boolean
  • addLicenseIDs: [ID!]
  • removeLicenseIDs: [ID!]
  • clearLicenses: Boolean
  • addCredentialIDs: [ID!]
  • removeCredentialIDs: [ID!]
  • clearCredentials: Boolean
  • addSpecializationIDs: [ID!]
  • removeSpecializationIDs: [ID!]
  • clearSpecializations: Boolean
  • addTaxonomyIDs: [ID!]
  • removeTaxonomyIDs: [ID!]
  • clearTaxonomies: Boolean
  • }

link Require by