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

Represents information about the metafields associated to the specified resource. More...

Public Member Functions

 HasMetafieldsQuery (StringBuilder query)
 HasMetafieldsQuery is used to build queries. Typically HasMetafieldsQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
HasMetafieldsQuery metafield (MetafieldDelegate buildQuery, string namespaceValue, string key, string alias=null)
 The metafield associated with the resource. More...
 
HasMetafieldsQuery metafields (MetafieldConnectionDelegate buildQuery, string namespaceValue=null, long? first=null, string after=null, long? last=null, string before=null, bool? reverse=null, string alias=null)
 A paginated list of metafields associated with the resource. More...
 
HasMetafieldsQuery onProduct (ProductDelegate buildQuery)
 will allow you to write queries on Product. More...
 
HasMetafieldsQuery onProductVariant (ProductVariantDelegate buildQuery)
 will allow you to write queries on ProductVariant. More...
 

Detailed Description

Represents information about the metafields associated to the specified resource.

Constructor & Destructor Documentation

◆ HasMetafieldsQuery()

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

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

Member Function Documentation

◆ metafield()

HasMetafieldsQuery Shopify.Unity.GraphQL.HasMetafieldsQuery.metafield ( MetafieldDelegate  buildQuery,
string  namespaceValue,
string  key,
string  alias = null 
)
inline

The metafield associated with the resource.

Parameters
namespaceContainer for a set of metafields (maximum of 20 characters).
keyIdentifier for the metafield (maximum of 30 characters).

◆ metafields()

HasMetafieldsQuery Shopify.Unity.GraphQL.HasMetafieldsQuery.metafields ( MetafieldConnectionDelegate  buildQuery,
string  namespaceValue = null,
long?  first = null,
string  after = null,
long?  last = null,
string  before = null,
bool?  reverse = null,
string  alias = null 
)
inline

A paginated list of metafields associated with the resource.

Parameters
namespaceContainer for a set of metafields (maximum of 20 characters).
firstReturns up to the first n elements from the list.
afterReturns the elements that come after the specified cursor.
lastReturns up to the last n elements from the list.
beforeReturns the elements that come before the specified cursor.
reverseReverse the order of the underlying list.

◆ onProduct()

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

will allow you to write queries on Product.

◆ onProductVariant()

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

will allow you to write queries on ProductVariant.


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