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

An auto-generated type for paginating through multiple Products. More...

Public Member Functions

 ProductConnectionQuery (StringBuilder query)
 ProductConnectionQuery is used to build queries. Typically ProductConnectionQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ProductConnectionQuery edges (ProductEdgeDelegate buildQuery)
 A list of edges. More...
 
ProductConnectionQuery pageInfo (PageInfoDelegate buildQuery)
 Information to aid in pagination. More...
 

Detailed Description

An auto-generated type for paginating through multiple Products.

Constructor & Destructor Documentation

◆ ProductConnectionQuery()

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

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

Member Function Documentation

◆ edges()

ProductConnectionQuery Shopify.Unity.GraphQL.ProductConnectionQuery.edges ( ProductEdgeDelegate  buildQuery)
inline

A list of edges.

◆ pageInfo()

ProductConnectionQuery Shopify.Unity.GraphQL.ProductConnectionQuery.pageInfo ( PageInfoDelegate  buildQuery)
inline

Information to aid in pagination.


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