Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundConnection
An auto-generated type for paginating through multiple Refunds.
Signature:
export interface RefundConnection
Property | Modifiers | Type | Description |
---|---|---|---|
edges | Array<RefundEdge> | A list of edges. | |
nodes | Array<Refund> | A list of the nodes contained in RefundEdge. | |
pageInfo | PageInfo | Information to aid in pagination. |