public class Storefront.QueryRootQuery.ProductsArguments
extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.QueryRootQuery.ProductsArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.QueryRootQuery.ProductsArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.QueryRootQuery.ProductsArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.QueryRootQuery.ProductsArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.QueryRootQuery.ProductsArguments |
query(java.lang.String value)
Supported filter parameters:
- `available_for_sale`
- `created_at`
- `product_type`
- `tag`
- `title`
- `updated_at`
- `variants.price`
- `vendor`
See the detailed [search syntax](https://help.shopify.com/api/getting-started/search-syntax)
for more information about using filters.
|
Storefront.QueryRootQuery.ProductsArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
Storefront.QueryRootQuery.ProductsArguments |
sortKey(Storefront.ProductSortKeys value)
Sort the underlying list by the given key.
|
public Storefront.QueryRootQuery.ProductsArguments first(java.lang.Integer value)
public Storefront.QueryRootQuery.ProductsArguments after(java.lang.String value)
public Storefront.QueryRootQuery.ProductsArguments last(java.lang.Integer value)
public Storefront.QueryRootQuery.ProductsArguments before(java.lang.String value)
public Storefront.QueryRootQuery.ProductsArguments reverse(java.lang.Boolean value)
public Storefront.QueryRootQuery.ProductsArguments sortKey(Storefront.ProductSortKeys value)
public Storefront.QueryRootQuery.ProductsArguments query(java.lang.String value)