Skip to main content

WishlistCountableConnection

No description

type WishlistCountableConnection {
pageInfo: PageInfo!
edges: [WishlistCountableEdge!]!
totalCount: Int
}

Fields

WishlistCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

WishlistCountableConnection.edges ● [WishlistCountableEdge!]! non-null object

WishlistCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Member Of

User object

Was this page helpful?