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