Skip to content
Last update: March 19, 2024

PropertyDictionaryItemConnection object

The PropertyDictionaryItemConnection is a connection type that facilitates pagination and retrieval of PropertyDictionaryItem objects.

Fields

Field Description
totalCount Int The total number of objects in this connection, disregarding pagination.
PageInfo ==PageInfo! == The information about the current page.
PropertyDictionaryItemEdge PropertyDictionaryItemEdge A list of edges that represent the connections between nodes in the PropertyDictionaryItemConnection.
items PropertyDictionaryItem All objects returned in the connection.