import { ShopifyOrderConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple Orders.
interface ShopifyOrderConnection {
__typename: "OrderConnection"
edges: ShopifyOrderEdge[]
nodes: ShopifyOrder[]
pageInfo: ShopifyPageInfo
totalCount: Scalars['UnsignedInt64']['output']
}
__typename "OrderConnection" |
|---|
edges ShopifyOrderEdge[] |
|---|
A list of edges. |
nodes ShopifyOrder[] |
|---|
A list of the nodes contained in OrderEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |
totalCount Scalars['UnsignedInt64']['output'] |
|---|
The total count of Orders. |