SaleType
The sale type of a product for a given country.
type SaleType {
country: String!
type: ProductType!
}
Fields
SaleType.country ● String! non-null scalar
The country of the sale type.
SaleType.type ● ProductType! non-null enum
The sale type.
Member Of
Product object