Article object
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
Types that return Article
An auto-generated type which holds one Article and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Article!
)The item at the end of ArticleEdge.
Types that return Article
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Article and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Article!
)The item at the end of ArticleEdge.
Types that return ArticleEdge
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Article and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Article!
)The item at the end of ArticleEdge.
Types that return ArticleEdge
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Article and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Article!
)The item at the end of ArticleEdge.
Types that return ArticleEdge
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Article and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Article!
)The item at the end of ArticleEdge.
Types that return ArticleEdge
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Article and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Article!
)The item at the end of ArticleEdge.
Types that return ArticleEdge
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Article and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Article!
)The item at the end of ArticleEdge.
Types that return ArticleEdge
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
An auto-generated type which holds one Article and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
Article!
)The item at the end of ArticleEdge.
Types that return ArticleEdge
An article in an online store blog.
Required access
unauthenticated_read_content
access scope.
Connections
-
comments (
CommentConnection!
)List of comments posted on the article.
Argument Description after
(String
)Returns the elements that come after the specified cursor.
before
(String
)Returns the elements that come before the specified cursor.
first
(Int
)Returns up to the first
n
elements from the list.last
(Int
)Returns up to the last
n
elements from the list.reverse
(Boolean
)Reverse the order of the underlying list.
Default value:false
Fields
-
authorV2 (
ArticleAuthor
)The article's author.
-
blog (
Blog!
)The blog that the article belongs to.
-
content (
String!
)Stripped content of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
contentHtml (
HTML!
)The content of the article, complete with HTML formatting.
-
excerpt (
String
)Stripped excerpt of the article, single line with HTML tags removed.
Argument Description truncateAt
(Int
)Truncates string after the given length.
-
excerptHtml (
HTML
)The excerpt of the article, complete with HTML formatting.
-
handle (
String!
)A human-friendly unique string for the Article automatically generated from its title.
-
id (
ID!
)Globally unique identifier.
-
image (
Image
)The image associated with the article.
Argument Description crop
(CropRegion
)Crops the image according to the specified region. This argument is deprecated: Use
crop
onImage.transformedSrc
instead.maxHeight
(Int
)Image height in pixels between 1 and 2048. This argument is deprecated: Use
maxHeight
onImage.transformedSrc
instead.maxWidth
(Int
)Image width in pixels between 1 and 2048. This argument is deprecated: Use
maxWidth
onImage.transformedSrc
instead.scale
(Int
)Image size multiplier for high-resolution retina displays. Must be between 1 and 3. This argument is deprecated: Use
scale
onImage.transformedSrc
instead.
Default value:1
-
publishedAt (
DateTime!
)The date and time when the article was published.
-
seo (
SEO
)The article’s SEO information.
-
tags (
[String!]!
)A categorization that a article can be tagged with.
-
title (
String!
)The article’s name.
-
url (
URL!
)The url pointing to the article accessible from the web.
Types that return Article
Implements
Deprecated fields
-
author (
ArticleAuthor!
) deprecatedThe article's author.
Deprecation warning
Use
authorV2
instead
An auto-generated type for paginating through multiple Articles.
On this page
Fields
-
edges (
[ArticleEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.