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

Policy that a merchant has configured for their store, such as their refund or privacy policy. More...

Public Member Functions

 ShopPolicyQuery (StringBuilder query)
 ShopPolicyQuery is used to build queries. Typically ShopPolicyQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ShopPolicyQuery body ()
 Policy text, maximum size of 64kb. More...
 
ShopPolicyQuery handle ()
 Policy’s handle. More...
 
ShopPolicyQuery id ()
 Globally unique identifier. More...
 
ShopPolicyQuery title ()
 Policy’s title. More...
 
ShopPolicyQuery url ()
 Public URL to the policy. More...
 

Detailed Description

Policy that a merchant has configured for their store, such as their refund or privacy policy.

Constructor & Destructor Documentation

◆ ShopPolicyQuery()

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

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

Member Function Documentation

◆ body()

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

Policy text, maximum size of 64kb.

◆ handle()

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

Policy’s handle.

◆ id()

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

Globally unique identifier.

◆ title()

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

Policy’s title.

◆ url()

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

Public URL to the policy.


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