INPUT_OBJECT

CreateSupplierInput

Represents a Supplier entity.

link GraphQL Schema definition

  • input CreateSupplierInput {
  • # The client's unique identifier
  • cid: ID
  • # The Supplier's Manufacturer Identification number.
  • mid: String
  • # The Supplier's DUNS number.
  • duns: DUNS
  • # The Supplier's FDA Establishment Identification.
  • fei: String
  • # The Supplier's address.
  • address: AddressInput!
  • # The Supplier's name.
  • name: String!
  • # The Supplier's phone number.
  • phone: PhoneInput
  • # The Supplier's email.
  • email: String
  • # The importer ids associated with the Supplier.
  • importers: [KeyInput!]!
  • }

link Require by