INPUT_OBJECT
UpdateSupplierInput
Represents a Supplier entity.
link GraphQL Schema definition
- input UpdateSupplierInput {
- # The client's unique identifier
- : ID
- # The Supplier's Manufacturer Identification number.
- : String
- # The Supplier's DUNS number.
- : DUNS
- # The Supplier's FDA Establishment Identification.
- : String
- # The Supplier's address.
- : AddressInput
- # The Supplier's name.
- : String
- # The Supplier's phone number.
- : PhoneInput
- # The Supplier's email.
- : String
- }