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