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

A resource that the metafield belongs to. More...

Public Member Functions

 MetafieldParentResourceQuery (StringBuilder query)
 MetafieldParentResourceQuery is used to build queries. Typically MetafieldParentResourceQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
MetafieldParentResourceQuery onProduct (ProductDelegate buildQuery)
 will allow you to write queries on Product. More...
 
MetafieldParentResourceQuery onProductVariant (ProductVariantDelegate buildQuery)
 will allow you to write queries on ProductVariant. More...
 

Detailed Description

A resource that the metafield belongs to.

Constructor & Destructor Documentation

◆ MetafieldParentResourceQuery()

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

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

Member Function Documentation

◆ onProduct()

MetafieldParentResourceQuery Shopify.Unity.GraphQL.MetafieldParentResourceQuery.onProduct ( ProductDelegate  buildQuery)
inline

will allow you to write queries on Product.

◆ onProductVariant()

MetafieldParentResourceQuery Shopify.Unity.GraphQL.MetafieldParentResourceQuery.onProductVariant ( ProductVariantDelegate  buildQuery)
inline

will allow you to write queries on ProductVariant.


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