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

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

Public Member Functions

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

Detailed Description

An auto-generated type for paginating through multiple Collections.

Constructor & Destructor Documentation

◆ CollectionConnectionQuery()

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

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

Member Function Documentation

◆ edges()

CollectionConnectionQuery Shopify.Unity.GraphQL.CollectionConnectionQuery.edges ( CollectionEdgeDelegate  buildQuery)
inline

A list of edges.

◆ pageInfo()

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

Information to aid in pagination.


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