PriceListConnection
A paginated list of PriceList edges.
type PriceListConnection {
pageInfo: PageInfo!
edges: [PriceListEdge!]!
}
Fields
PriceListConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
PriceListConnection.edges
● [PriceListEdge!]!
non-null object
A list of PriceList edges.
Returned By
priceLists
query