WishlistCountableEdge
An edge in a connection.
type WishlistCountableEdge {
cursor: String!
node: Wishlist!
}
Fields
WishlistCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination
WishlistCountableEdge.node ● Wishlist! non-null object
The item at the end of the edge
Member Of
WishlistCountableConnection object