Skip to content
Last update: March 19, 2024

ProductAssociationConnection object

The ProductAssociationConnection represents a connection from an object to a list of objects of the ProductAssociation type.

Fields

Field Description
totalCount Int The total number of objects in this connection, disregarding pagination.
pageInfo PageInfo Information about the current page. It is used for pagination purposes.
edges ProductAssociationEdge The connections between nodes in the ProductAssociationConnection.
items ProductAssociation ProductAssociation objects returned in the connection.