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