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

Product property names like "Size", "Color", and "Material" that the customers can select. Variants are selected based on permutations of these options. 255 characters limit each. More...

Public Member Functions

 ProductOptionQuery (StringBuilder query)
 ProductOptionQuery is used to build queries. Typically ProductOptionQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
ProductOptionQuery id ()
 Globally unique identifier. More...
 
ProductOptionQuery name ()
 The product option’s name. More...
 
ProductOptionQuery values ()
 The corresponding value to the product option name. More...
 

Detailed Description

Product property names like "Size", "Color", and "Material" that the customers can select. Variants are selected based on permutations of these options. 255 characters limit each.

Constructor & Destructor Documentation

◆ ProductOptionQuery()

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

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

Member Function Documentation

◆ id()

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

Globally unique identifier.

◆ name()

ProductOptionQuery Shopify.Unity.GraphQL.ProductOptionQuery.name ( )
inline

The product option’s name.

◆ values()

ProductOptionQuery Shopify.Unity.GraphQL.ProductOptionQuery.values ( )
inline

The corresponding value to the product option name.


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