wishlistItemsByName
List of the wishlist items by name.
wishlistItemsByName(
filter: WishlistItemInputFilter
wishlistName: String!
sortBy: WishlistItemSortingInput
before: String
after: String
first: Int
last: Int
): WishlistItemCountableConnection
Arguments
wishlistItemsByName.filter ● WishlistItemInputFilter input
Filtering options for wishlist items.
wishlistItemsByName.wishlistName ● String! non-null scalar
Wishlist Name
wishlistItemsByName.sortBy ● WishlistItemSortingInput input
Sort wishlist items.
wishlistItemsByName.before ● String scalar
Return the elements in the list that come before the specified cursor.
wishlistItemsByName.after ● String scalar
Return the elements in the list that come after the specified cursor.
wishlistItemsByName.first ● Int scalar
Return the first n elements from the list.
wishlistItemsByName.last ● Int scalar
Return the last n elements from the list.