Shopify GraphQL API / Article
An article in an online store blog.
Implements
Fields
author : ArticleAuthor!
authorV2 : ArticleAuthor
blog : Blog!
comments
                (
                           Int: Int
                           String: String
                           Int: Int
                           String: String
                           Boolean: Boolean
                )
                : 
                CommentConnection!
            
content
                (
                           Int: Int
                )
                : 
                String!
            
contentHtml : HTML!
excerptHtml : HTML
handle : String!
id : ID!
image : Image
metafield
                (
                           String: String!
                           String: String!
                )
                : 
                Metafield
            
metafields
                (
                           String: String
                           Int: Int
                           String: String
                           Int: Int
                           String: String
                           Boolean: Boolean
                )
                : 
                MetafieldConnection!
            
onlineStoreUrl : URL
publishedAt : DateTime!
seo : SEO
tags : [String!]!
title : String!