INPUT_OBJECT

CreateCertifyingBoardInput

CreateCertifyingBoardInput is used for create CertifyingBoard object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateCertifyingBoardInput {
  • # Name of the certifying board
  • name: String!
  • # State of the certifying board
  • state: String
  • # URL of the website for the certifying board
  • url: String
  • # Contact Phone number of the certifying board
  • phone: String
  • # Direct URL to the continuing education requirements page if available on the
  • # board's website
  • ceRequirementsURL: String
  • # Additional sources of information
  • additionalSources: [String!]
  • # Type of certifying board
  • boardType: CertifyingBoardBoardType
  • # Continuing education unit type
  • ceUnit: CertifyingBoardCeUnit
  • # Abbreviation for the certifying board
  • abbreviation: String
  • providerTypeIDs: [ID!]
  • licenseRequirementIDs: [ID!]
  • licenseIDs: [ID!]
  • credentialIDs: [ID!]
  • specializationIDs: [ID!]
  • taxonomyIDs: [ID!]
  • }

link Require by