Skip to content

Edge type for product history connection

graphql
type ProductHistoryEdge {
  node: ProductHistoryRecord!
  cursor: String!
}

Fields

ProductHistoryEdge.node ● ProductHistoryRecord! non-null object

The history record

ProductHistoryEdge.cursor ● String! non-null scalar

Cursor for pagination

Member Of

ProductHistoryConnection object