public class Storefront.QueryRootQuery.MetaobjectsArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.QueryRootQuery.MetaobjectsArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.QueryRootQuery.MetaobjectsArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.QueryRootQuery.MetaobjectsArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.QueryRootQuery.MetaobjectsArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.QueryRootQuery.MetaobjectsArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
Storefront.QueryRootQuery.MetaobjectsArguments |
sortKey(java.lang.String value)
The key of a field to sort with.
|
end, startArgumentpublic Storefront.QueryRootQuery.MetaobjectsArguments sortKey(java.lang.String value)
public Storefront.QueryRootQuery.MetaobjectsArguments first(java.lang.Integer value)
public Storefront.QueryRootQuery.MetaobjectsArguments after(java.lang.String value)
public Storefront.QueryRootQuery.MetaobjectsArguments last(java.lang.Integer value)
public Storefront.QueryRootQuery.MetaobjectsArguments before(java.lang.String value)
public Storefront.QueryRootQuery.MetaobjectsArguments reverse(java.lang.Boolean value)