Product
A product
type Product implements Node {
discounts(
first: Int
orderBy: DiscountOrderInput
skip: Int
): DiscountConnection!
id: UUID!
}
Fields
Product.discounts ● DiscountConnection! non-null object
Get all discounts which apply directly to this product
Product.discounts.first●IntscalarNumber of items to return
Product.discounts.orderBy ● DiscountOrderInput input
Ordering
Product.discounts.skip ● Int scalar
Number of items to skip
Product.id ● UUID! non-null scalar
The ID of the node.
Interfaces
Node interface
An object with an ID.
Member Of
ProductConnection object
Implemented By
_Entity union