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

Information about pagination in a connection. More...

Public Member Functions

 PageInfoQuery (StringBuilder query)
 PageInfoQuery is used to build queries. Typically PageInfoQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
PageInfoQuery hasNextPage ()
 Indicates if there are more pages to fetch. More...
 
PageInfoQuery hasPreviousPage ()
 Indicates if there are any pages prior to the current page. More...
 

Detailed Description

Information about pagination in a connection.

Constructor & Destructor Documentation

◆ PageInfoQuery()

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

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

Member Function Documentation

◆ hasNextPage()

PageInfoQuery Shopify.Unity.GraphQL.PageInfoQuery.hasNextPage ( )
inline

Indicates if there are more pages to fetch.

◆ hasPreviousPage()

PageInfoQuery Shopify.Unity.GraphQL.PageInfoQuery.hasPreviousPage ( )
inline

Indicates if there are any pages prior to the current page.


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