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

Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors. More...

Public Member Functions

 SelectedOptionQuery (StringBuilder query)
 SelectedOptionQuery is used to build queries. Typically SelectedOptionQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
SelectedOptionQuery name ()
 The product option’s name. More...
 
SelectedOptionQuery value ()
 The product option’s value. More...
 

Detailed Description

Properties used by customers to select a product variant. Products can have multiple options, like different sizes or colors.

Constructor & Destructor Documentation

◆ SelectedOptionQuery()

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

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

Member Function Documentation

◆ name()

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

The product option’s name.

◆ value()

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

The product option’s value.


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