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

Represents a generic custom attribute. More...

Public Member Functions

 AttributeQuery (StringBuilder query)
 AttributeQuery is used to build queries. Typically AttributeQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
AttributeQuery key ()
 Key or name of the attribute. More...
 
AttributeQuery value ()
 Value of the attribute. More...
 

Detailed Description

Represents a generic custom attribute.

Constructor & Destructor Documentation

◆ AttributeQuery()

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

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

Member Function Documentation

◆ key()

AttributeQuery Shopify.Unity.GraphQL.AttributeQuery.key ( )
inline

Key or name of the attribute.

◆ value()

AttributeQuery Shopify.Unity.GraphQL.AttributeQuery.value ( )
inline

Value of the attribute.


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