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

Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store. More...

Public Member Functions

 PageQuery (StringBuilder query)
 PageQuery is used to build queries. Typically PageQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
PageQuery body ()
 The description of the page, complete with HTML formatting. More...
 
PageQuery bodySummary ()
 Summary of the page body. More...
 
PageQuery createdAt ()
 The timestamp of the page creation. More...
 
PageQuery handle ()
 A human-friendly unique string for the page automatically generated from its title. More...
 
PageQuery id ()
 Globally unique identifier. More...
 
PageQuery title ()
 The title of the page. More...
 
PageQuery updatedAt ()
 The timestamp of the latest page update. More...
 
PageQuery url ()
 The url pointing to the page accessible from the web. More...
 

Detailed Description

Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store.

Constructor & Destructor Documentation

◆ PageQuery()

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

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

Member Function Documentation

◆ body()

PageQuery Shopify.Unity.GraphQL.PageQuery.body ( )
inline

The description of the page, complete with HTML formatting.

◆ bodySummary()

PageQuery Shopify.Unity.GraphQL.PageQuery.bodySummary ( )
inline

Summary of the page body.

◆ createdAt()

PageQuery Shopify.Unity.GraphQL.PageQuery.createdAt ( )
inline

The timestamp of the page creation.

◆ handle()

PageQuery Shopify.Unity.GraphQL.PageQuery.handle ( )
inline

A human-friendly unique string for the page automatically generated from its title.

◆ id()

PageQuery Shopify.Unity.GraphQL.PageQuery.id ( )
inline

Globally unique identifier.

◆ title()

PageQuery Shopify.Unity.GraphQL.PageQuery.title ( )
inline

The title of the page.

◆ updatedAt()

PageQuery Shopify.Unity.GraphQL.PageQuery.updatedAt ( )
inline

The timestamp of the latest page update.

◆ url()

PageQuery Shopify.Unity.GraphQL.PageQuery.url ( )
inline

The url pointing to the page accessible from the web.


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