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
PreviousPriceobject 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
beforeorafterarguments to fetch additional pages of results.