Last update:
July 26, 2024
WishlistConnection object¶
This type represents a connection to a list of wishlists.
Fields¶
Field | Description |
---|---|
totalCount Int |
The total number of wishlists in the connection. |
pageInfo PageInfo! |
Information about the current page and navigation in the connection. |
edges [WishlistEdge] |
A list of edges representing wishlists in the connection. |
items [WishlistType] |
The list of wishlists in the connection. |