stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderConnection

AdminTypes.OrderConnection interface

An auto-generated type for paginating through multiple Orders.

Signature:

export interface OrderConnection 

Properties

Property Modifiers Type Description
edges   Array<OrderEdge> A list of edges.
nodes   Array<Order> A list of the nodes contained in OrderEdge.
pageInfo   PageInfo Information to aid in pagination.