wishlistItemsByName
Get 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
wishlistItemsByName.wishlistName ● String scalar
wishlistItemsByName.sortBy ● WishlistItemSortingInput input
wishlistItemsByName.before ● String scalar
Returns the items in the list that come before the specified cursor.
wishlistItemsByName.after ● String scalar
Returns the items in the list that come after the specified cursor.
wishlistItemsByName.first ● Int scalar
Returns the first n items from the list.
wishlistItemsByName.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
WishlistItemCountableConnection object
A connection to a list of items.