INPUT_OBJECT

UpdateSupplierInput

Represents a Supplier entity.

link GraphQL Schema definition

  • input UpdateSupplierInput {
  • # 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
  • }

link Require by