Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.GraphQL.ArticleAuthorQuery Class Reference

The author of an article. More...

Public Member Functions

 ArticleAuthorQuery (StringBuilder query)
 ArticleAuthorQuery is used to build queries. Typically ArticleAuthorQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ArticleAuthorQuery bio ()
 The author's bio. More...
 
ArticleAuthorQuery email ()
 The author’s email. More...
 
ArticleAuthorQuery firstName ()
 The author's first name. More...
 
ArticleAuthorQuery lastName ()
 The author's last name. More...
 
ArticleAuthorQuery name ()
 The author's full name. More...
 

Detailed Description

The author of an article.

Constructor & Destructor Documentation

◆ ArticleAuthorQuery()

Shopify.Unity.GraphQL.ArticleAuthorQuery.ArticleAuthorQuery ( StringBuilder  query)
inline

ArticleAuthorQuery is used to build queries. Typically ArticleAuthorQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ bio()

ArticleAuthorQuery Shopify.Unity.GraphQL.ArticleAuthorQuery.bio ( )
inline

The author's bio.

◆ email()

ArticleAuthorQuery Shopify.Unity.GraphQL.ArticleAuthorQuery.email ( )
inline

The author’s email.

◆ firstName()

ArticleAuthorQuery Shopify.Unity.GraphQL.ArticleAuthorQuery.firstName ( )
inline

The author's first name.

◆ lastName()

ArticleAuthorQuery Shopify.Unity.GraphQL.ArticleAuthorQuery.lastName ( )
inline

The author's last name.

◆ name()

ArticleAuthorQuery Shopify.Unity.GraphQL.ArticleAuthorQuery.name ( )
inline

The author's full name.


The documentation for this class was generated from the following file: