# PreviousPriceEdge An edge in a connection to a PreviousPrice. ## Connection Structure ```graphql { 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. ## Related Types - [PreviousPrice](/reference/storefront/1.3.0/objects/previous-price)