Skip to content
Last update: February 11, 2025

BackInStockSubscriptionConnection object

This type represents a paginated list of back-in-stock subscriptions.

Fields

Field Description
totalCount Int The total number of subscriptions available, ignoring pagination. Returns null in cases where an exact count is unavailable (e.g., infinite scrolling).
pageInfo PageInfo! Metadata about pagination, including cursors and page boundaries.
edges [BackInStockSubscriptionEdge] A list of edges containing back-in-stock subscriptions and their cursor information.
items [BackInStockSubscriptionType] A flat list of back-in-stock subscriptions.