PriceListEdge
An edge that contains a node of type PriceList and a cursor.
type PriceListEdge {
node: PriceList!
cursor: String!
}
Fields
PriceListEdge.node ● PriceList! non-null object
The PriceList node.
PriceListEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
PriceListConnection object