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

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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ CollectionEdgeQuery()

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

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

Member Function Documentation

◆ cursor()

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

A cursor for use in pagination.

◆ node()

CollectionEdgeQuery Shopify.Unity.GraphQL.CollectionEdgeQuery.node ( CollectionDelegate  buildQuery)
inline

The item at the end of CollectionEdge.


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