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

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

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ StringEdgeQuery()

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

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

Member Function Documentation

◆ cursor()

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

A cursor for use in pagination.

◆ node()

StringEdgeQuery Shopify.Unity.GraphQL.StringEdgeQuery.node ( )
inline

The item at the end of StringEdge.


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