public static class Storefront.BlogQuery extends Query<Storefront.BlogQuery>
| Modifier and Type | Class and Description |
|---|---|
class |
Storefront.BlogQuery.ArticlesArguments |
static interface |
Storefront.BlogQuery.ArticlesArgumentsDefinition |
class |
Storefront.BlogQuery.MetafieldArguments |
static interface |
Storefront.BlogQuery.MetafieldArgumentsDefinition |
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| 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 |
metafield(java.lang.String key,
Storefront.BlogQuery.MetafieldArgumentsDefinition argsDef,
Storefront.MetafieldQueryDefinition queryDef)
Returns a metafield found by namespace and key.
|
Storefront.BlogQuery |
metafield(java.lang.String key,
Storefront.MetafieldQueryDefinition queryDef)
Returns a metafield found by namespace and key.
|
Storefront.BlogQuery |
metafields(java.util.List<Storefront.HasMetafieldsIdentifier> identifiers,
Storefront.MetafieldQueryDefinition queryDef)
The metafields associated with the resource matching the supplied list of namespaces and keys.
|
Storefront.BlogQuery |
onlineStoreUrl()
The URL used for viewing the resource on the shop's Online Store.
|
Storefront.BlogQuery |
seo(Storefront.SEOQueryDefinition queryDef)
The blog's SEO information.
|
Storefront.BlogQuery |
title()
The blogs’s title.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic 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 metafield(java.lang.String key, Storefront.MetafieldQueryDefinition queryDef)
public Storefront.BlogQuery metafield(java.lang.String key, Storefront.BlogQuery.MetafieldArgumentsDefinition argsDef, Storefront.MetafieldQueryDefinition queryDef)
public Storefront.BlogQuery metafields(java.util.List<Storefront.HasMetafieldsIdentifier> identifiers, Storefront.MetafieldQueryDefinition queryDef)
public Storefront.BlogQuery onlineStoreUrl()
public Storefront.BlogQuery seo(Storefront.SEOQueryDefinition queryDef)
public Storefront.BlogQuery title()