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

An auto-generated type which holds one Comment and a cursor during pagination. More...

Public Member Functions

 CommentEdgeQuery (StringBuilder query)
 CommentEdgeQuery is used to build queries. Typically CommentEdgeQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
CommentEdgeQuery cursor ()
 A cursor for use in pagination. More...
 
CommentEdgeQuery node (CommentDelegate buildQuery)
 The item at the end of CommentEdge. More...
 

Detailed Description

An auto-generated type which holds one Comment and a cursor during pagination.

Constructor & Destructor Documentation

◆ CommentEdgeQuery()

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

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

Member Function Documentation

◆ cursor()

CommentEdgeQuery Shopify.Unity.GraphQL.CommentEdgeQuery.cursor ( )
inline

A cursor for use in pagination.

◆ node()

CommentEdgeQuery Shopify.Unity.GraphQL.CommentEdgeQuery.node ( CommentDelegate  buildQuery)
inline

The item at the end of CommentEdge.


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