---
title: TransactionEdge - Partner API
description: An edge in a connection.
api_version: 2026-04
source_url:
  html: 'https://shopify.dev/docs/api/partner/latest/objects/TransactionEdge'
  md: 'https://shopify.dev/docs/api/partner/latest/objects/TransactionEdge.md'
api_name: partner
api_type: graphql
type: object
---

# Transaction​Edge

object

An edge in a connection.

## Fields

* cursor

  [String!](https://shopify.dev/docs/api/partner/latest/scalars/String)

  non-null

  A cursor for use in pagination.

* node

  [Transaction!](https://shopify.dev/docs/api/partner/latest/interfaces/Transaction)

  non-null

  The item at the end of the edge.

***

## Map

### Connections with this object

* [TransactionConnection.edges](https://shopify.dev/docs/api/partner/latest/connections/TransactionConnection#returns-edges)
