Last update:
July 26, 2024
ProductAssociationConnection object¶
This type 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. |