Skip to content

Relay connection for product history. Enables proper complexity limit calculation based on pagination size.

graphql
type ProductHistoryConnection {
  edges: [ProductHistoryEdge!]!
  pageInfo: PageInfo!
  totalCount: Int!
}

Fields

ProductHistoryConnection.edges ● [ProductHistoryEdge!]! non-null object

List of history record edges

ProductHistoryConnection.pageInfo ● PageInfo! non-null object

Pagination information

ProductHistoryConnection.totalCount ● Int! non-null scalar

Total number of records within the filter criteria (not just this page)

Member Of

Product object