PublicSupplier
The parent-most entity of the Supplier Domain
type PublicSupplier {
category: SupplierCategory
description: String
inStockProducts: Int
name: String!
shipFromAddress: Address
status: SupplierStatus!
supplierId: ID!
topVendors: [String!]
}
Fields
PublicSupplier.category
● SupplierCategory
enum
Indicates the vertical the majority of a Supplier's goods are in.
PublicSupplier.description
● String
scalar
PublicSupplier.inStockProducts
● Int
scalar
The approximate number of in stock products this Supplier has on a typical basis.
PublicSupplier.name
● String!
non-null scalar
PublicSupplier.shipFromAddress
● Address
object
The address where this Supplier's goods ship from.
PublicSupplier.status
● SupplierStatus!
non-null enum
PublicSupplier.supplierId
● ID!
non-null scalar
PublicSupplier.topVendors
● [String!]
list scalar
The top Brands or Vendors this Supplier carries, limit 5 and 256 characters each.
Member of
PublicSupplierConnection
object ● PublicSupplierEdge
object