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

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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ProductEdgeQuery()

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

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

Member Function Documentation

◆ cursor()

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

A cursor for use in pagination.

◆ node()

ProductEdgeQuery Shopify.Unity.GraphQL.ProductEdgeQuery.node ( ProductDelegate  buildQuery)
inline

The item at the end of ProductEdge.


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