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

SEO information. More...

Public Member Functions

 SeoQuery (StringBuilder query)
 SeoQuery is used to build queries. Typically SeoQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
SeoQuery description ()
 The meta description. More...
 
SeoQuery title ()
 The SEO title. More...
 

Detailed Description

SEO information.

Constructor & Destructor Documentation

◆ SeoQuery()

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

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

Member Function Documentation

◆ description()

SeoQuery Shopify.Unity.GraphQL.SeoQuery.description ( )
inline

The meta description.

◆ title()

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

The SEO title.


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