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
- : String!
- # State of the certifying board
- : String
- # URL of the website for the certifying board
- : String
- # Contact Phone number of the certifying board
- : String
- # Direct URL to the continuing education requirements page if available on the
- # board's website
- : String
- # Additional sources of information
- : [String!]
- # Type of certifying board
- : CertifyingBoardBoardType
- # Continuing education unit type
- : CertifyingBoardCeUnit
- # Abbreviation for the certifying board
- : String
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- }