stack

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

AdminTypes.RefundLineItemConnection interface

An auto-generated type for paginating through multiple RefundLineItems.

Signature:

export interface RefundLineItemConnection 

Properties

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