Skip to content

Edge type for store history connection

graphql
type StoreHistoryEdge {
  node: StoreHistoryRecord!
  cursor: String!
}

Fields

StoreHistoryEdge.node ● StoreHistoryRecord! non-null object

The history record

StoreHistoryEdge.cursor ● String! non-null scalar

Cursor for pagination

Member Of

StoreHistoryConnection object