ListingSupplier Object
Description
Pricing information for a listing.
Declaration
type ListingSupplier {
ref: ID!
id: String!
name: String!
}
Fields
| Name | Type | Description |
|---|---|---|
ref | ID! | Reference ID of the supplier document. |
id | String! | Short unique identifier of the supplier (nanoid). |
name | String! | Supplier name at the time of assignment. |