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

Represents a web address. More...

Public Member Functions

 DomainQuery (StringBuilder query)
 DomainQuery is used to build queries. Typically DomainQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
DomainQuery host ()
 The host name of the domain (eg: example.com). More...
 
DomainQuery sslEnabled ()
 Whether SSL is enabled or not. More...
 
DomainQuery url ()
 The URL of the domain (eg: https://example.com). More...
 

Detailed Description

Represents a web address.

Constructor & Destructor Documentation

◆ DomainQuery()

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

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

Member Function Documentation

◆ host()

DomainQuery Shopify.Unity.GraphQL.DomainQuery.host ( )
inline

The host name of the domain (eg: example.com).

◆ sslEnabled()

DomainQuery Shopify.Unity.GraphQL.DomainQuery.sslEnabled ( )
inline

Whether SSL is enabled or not.

◆ url()

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

The URL of the domain (eg: https://example.com).


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