INPUT_OBJECT
CreateSupplierInput
Represents a Supplier entity.
link GraphQL Schema definition
- input CreateSupplierInput {
- # 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 :
- # The importer ids associated with the Supplier.
- KeyInput!]! : [
- }