Skip to main content

WishlistConnection

A connection of wishlists.

type WishlistConnection {
nodes: [Wishlist!]!
hasNextPage: Boolean!
totalCount: Int!
}

Fields

WishlistConnection.nodes ● [Wishlist!]! non-null object

The resulting entities.

WishlistConnection.hasNextPage ● Boolean! non-null scalar

Whether this connection has a next page.

WishlistConnection.totalCount ● Int! non-null scalar

The total amount of items in this connection.

Member Of

User object