Home > @infiniteobjects/shopify-data-manager > AdminTypes > TenderTransactionEdge
An auto-generated type which holds one TenderTransaction and a cursor during pagination.
Signature:
export interface TenderTransactionEdge
| Property | Modifiers | Type | Description |
|---|---|---|---|
| cursor | Scalars[‘String’][‘output’] | A cursor for use in pagination. | |
| node | TenderTransaction | The item at the end of TenderTransactionEdge. |