Skip to main content

ProductList

No description

type ProductList {
pageInfo: PageInfo
total: Int
edges: [ProductEdge]
}

Fields#

pageInfo (PageInfo)#

Pager object for cursor based operations

total (Int)#

Total amount of records available

edges ([ProductEdge])#

List of edges for Product