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

The author of a comment. More...

Public Member Functions

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

Detailed Description

The author of a comment.

Constructor & Destructor Documentation

◆ CommentAuthorQuery()

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

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

Member Function Documentation

◆ email()

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

The author's email.

◆ name()

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

The author’s name.


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