Skip to Content

PreviousPriceEdge

An edge in a connection to a PreviousPrice.

Connection Structure

{ node: PreviousPrice cursor: String }

Edge Type

The PreviousPriceEdge type represents a single edge within a connection, containing two key fields:

  • node: The PreviousPrice object at the end of this edge. This field is optional and contains the actual data being paginated through.
  • cursor: An opaque string used for pagination. This cursor can be passed to subsequent queries using the before or after arguments to fetch additional pages of results.