public class Storefront.QueryRootQuery.UrlRedirectsArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.QueryRootQuery.UrlRedirectsArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.QueryRootQuery.UrlRedirectsArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.QueryRootQuery.UrlRedirectsArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.QueryRootQuery.UrlRedirectsArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.QueryRootQuery.UrlRedirectsArguments |
query(java.lang.String value)
Supported filter parameters:
- `created_at`
- `path`
- `target`
See the detailed [search syntax](https://shopify.dev/api/usage/search-syntax)
for more information about using filters.
|
Storefront.QueryRootQuery.UrlRedirectsArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
end, startArgumentpublic Storefront.QueryRootQuery.UrlRedirectsArguments first(java.lang.Integer value)
public Storefront.QueryRootQuery.UrlRedirectsArguments after(java.lang.String value)
public Storefront.QueryRootQuery.UrlRedirectsArguments last(java.lang.Integer value)
public Storefront.QueryRootQuery.UrlRedirectsArguments before(java.lang.String value)
public Storefront.QueryRootQuery.UrlRedirectsArguments reverse(java.lang.Boolean value)
public Storefront.QueryRootQuery.UrlRedirectsArguments query(java.lang.String value)