public static class Storefront.BlogQuery
extends <any>
| Modifier and Type | Class and Description |
|---|---|
class |
Storefront.BlogQuery.ArticlesArguments |
static interface |
Storefront.BlogQuery.ArticlesArgumentsDefinition |
| Modifier and Type | Method and Description |
|---|---|
Storefront.BlogQuery |
articleByHandle(java.lang.String handle,
Storefront.ArticleQueryDefinition queryDef)
Find an article by its handle.
|
Storefront.BlogQuery |
articles(Storefront.ArticleConnectionQueryDefinition queryDef)
List of the blog's articles.
|
Storefront.BlogQuery |
articles(Storefront.BlogQuery.ArticlesArgumentsDefinition argsDef,
Storefront.ArticleConnectionQueryDefinition queryDef)
List of the blog's articles.
|
Storefront.BlogQuery |
authors(Storefront.ArticleAuthorQueryDefinition queryDef)
The authors who have contributed to the blog.
|
Storefront.BlogQuery |
handle()
A human-friendly unique string for the Blog automatically generated from its title.
|
Storefront.BlogQuery |
seo(Storefront.SEOQueryDefinition queryDef)
The blog's SEO information.
|
Storefront.BlogQuery |
title()
The blogs’s title.
|
Storefront.BlogQuery |
url()
The url pointing to the blog accessible from the web.
|
public Storefront.BlogQuery articleByHandle(java.lang.String handle, Storefront.ArticleQueryDefinition queryDef)
public Storefront.BlogQuery articles(Storefront.ArticleConnectionQueryDefinition queryDef)
public Storefront.BlogQuery articles(Storefront.BlogQuery.ArticlesArgumentsDefinition argsDef, Storefront.ArticleConnectionQueryDefinition queryDef)
public Storefront.BlogQuery authors(Storefront.ArticleAuthorQueryDefinition queryDef)
public Storefront.BlogQuery handle()
public Storefront.BlogQuery seo(Storefront.SEOQueryDefinition queryDef)
public Storefront.BlogQuery title()
public Storefront.BlogQuery url()