Skip to main content

WishlistItemCountableConnection

No description

type WishlistItemCountableConnection {
pageInfo: PageInfo!
edges: [WishlistItemCountableEdge!]!
totalCount: Int
}

Fields

WishlistItemCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

WishlistItemCountableConnection.edges ● [WishlistItemCountableEdge!]! non-null object

WishlistItemCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

wishlistItemsByName query

Member Of

User object ● Wishlist object

Was this page helpful?