Skip to main content

ProductContentItemConnection

Paginate through ProductContentItems

type ProductContentItemConnection {
edges: [ProductContentItemEdge]!
nodes: [ProductContentItem]!
pageInfo: PageInfo!
}

Fields

ProductContentItemConnection.edges ● [ProductContentItemEdge]! non-null object

ProductContentItemConnection.nodes ● [ProductContentItem]! non-null object

ProductContentItemConnection.pageInfo ● PageInfo! non-null object

Member of

Product object