All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Storefront.QueryRootQuery |
articles(Storefront.ArticleConnectionQueryDefinition queryDef)
List of the shop's articles.
|
Storefront.QueryRootQuery |
articles(Storefront.QueryRootQuery.ArticlesArgumentsDefinition argsDef,
Storefront.ArticleConnectionQueryDefinition queryDef)
List of the shop's articles.
|
Storefront.QueryRootQuery |
blogByHandle(java.lang.String handle,
Storefront.BlogQueryDefinition queryDef)
Find a blog by its handle.
|
Storefront.QueryRootQuery |
blogs(Storefront.BlogConnectionQueryDefinition queryDef)
List of the shop's blogs.
|
Storefront.QueryRootQuery |
blogs(Storefront.QueryRootQuery.BlogsArgumentsDefinition argsDef,
Storefront.BlogConnectionQueryDefinition queryDef)
List of the shop's blogs.
|
Storefront.QueryRootQuery |
collectionByHandle(java.lang.String handle,
Storefront.CollectionQueryDefinition queryDef)
Find a collection by its handle.
|
Storefront.QueryRootQuery |
collections(Storefront.CollectionConnectionQueryDefinition queryDef)
List of the shop’s collections.
|
Storefront.QueryRootQuery |
collections(Storefront.QueryRootQuery.CollectionsArgumentsDefinition argsDef,
Storefront.CollectionConnectionQueryDefinition queryDef)
List of the shop’s collections.
|
Storefront.QueryRootQuery |
customer(java.lang.String customerAccessToken,
Storefront.CustomerQueryDefinition queryDef)
Find a customer by its access token.
|
Storefront.QueryRootQuery |
node(ID id,
Storefront.NodeQueryDefinition queryDef)
Returns a specific node by ID.
|
Storefront.QueryRootQuery |
nodes(java.util.List<ID> ids,
Storefront.NodeQueryDefinition queryDef)
Returns the list of nodes with the given IDs.
|
Storefront.QueryRootQuery |
pageByHandle(java.lang.String handle,
Storefront.PageQueryDefinition queryDef)
Find a page by its handle.
|
Storefront.QueryRootQuery |
pages(Storefront.PageConnectionQueryDefinition queryDef)
List of the shop's pages.
|
Storefront.QueryRootQuery |
pages(Storefront.QueryRootQuery.PagesArgumentsDefinition argsDef,
Storefront.PageConnectionQueryDefinition queryDef)
List of the shop's pages.
|
Storefront.QueryRootQuery |
productByHandle(java.lang.String handle,
Storefront.ProductQueryDefinition queryDef)
Find a product by its handle.
|
Storefront.QueryRootQuery |
productRecommendations(ID productId,
Storefront.ProductQueryDefinition queryDef)
Find recommended products related to a given `product_id`.
|
Storefront.QueryRootQuery |
products(Storefront.ProductConnectionQueryDefinition queryDef)
List of the shop’s products.
|
Storefront.QueryRootQuery |
products(Storefront.QueryRootQuery.ProductsArgumentsDefinition argsDef,
Storefront.ProductConnectionQueryDefinition queryDef)
List of the shop’s products.
|
Storefront.QueryRootQuery |
productTags(int first,
Storefront.StringConnectionQueryDefinition queryDef)
Tags added to products.
|
Storefront.QueryRootQuery |
productTypes(int first,
Storefront.StringConnectionQueryDefinition queryDef)
List of product types for the shop's products that are published to your app.
|
Storefront.QueryRootQuery |
publicApiVersions(Storefront.ApiVersionQueryDefinition queryDef)
The list of public Storefront API versions, including supported, release candidate and unstable
versions.
|
Storefront.QueryRootQuery |
shop(Storefront.ShopQueryDefinition queryDef)
The shop associated with the storefront access token.
|
java.lang.String |
toString() |