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

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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BlogEdgeQuery()

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

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

Member Function Documentation

◆ cursor()

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

A cursor for use in pagination.

◆ node()

BlogEdgeQuery Shopify.Unity.GraphQL.BlogEdgeQuery.node ( BlogDelegate  buildQuery)
inline

The item at the end of BlogEdge.


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