Skip to main content

WishlistItemCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

WishlistItemCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

wishlistItemsByName query

Member Of

User object ● Wishlist object

Was this page helpful?