stack

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

AdminTypes.TenderTransactionConnection interface

An auto-generated type for paginating through multiple TenderTransactions.

Signature:

export interface TenderTransactionConnection 

Properties

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