stack

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

AdminTypes.RefundConnection interface

An auto-generated type for paginating through multiple Refunds.

Signature:

export interface RefundConnection 

Properties

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.