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

Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are comprised of keys, values, and value types. More...

Public Member Functions

 MetafieldQuery (StringBuilder query)
 MetafieldQuery is used to build queries. Typically MetafieldQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
MetafieldQuery description ()
 The description of a metafield. More...
 
MetafieldQuery id ()
 Globally unique identifier. More...
 
MetafieldQuery key ()
 The key name for a metafield. More...
 
MetafieldQuery namespaceValue ()
 The namespace for a metafield. More...
 
MetafieldQuery parentResource (MetafieldParentResourceDelegate buildQuery)
 The parent object that the metafield belongs to. More...
 
MetafieldQuery value ()
 The value of a metafield. More...
 
MetafieldQuery valueType ()
 Represents the metafield value type. More...
 

Detailed Description

Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are comprised of keys, values, and value types.

Constructor & Destructor Documentation

◆ MetafieldQuery()

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

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

Member Function Documentation

◆ description()

MetafieldQuery Shopify.Unity.GraphQL.MetafieldQuery.description ( )
inline

The description of a metafield.

◆ id()

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

Globally unique identifier.

◆ key()

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

The key name for a metafield.

◆ namespaceValue()

MetafieldQuery Shopify.Unity.GraphQL.MetafieldQuery.namespaceValue ( )
inline

The namespace for a metafield.

◆ parentResource()

MetafieldQuery Shopify.Unity.GraphQL.MetafieldQuery.parentResource ( MetafieldParentResourceDelegate  buildQuery)
inline

The parent object that the metafield belongs to.

◆ value()

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

The value of a metafield.

◆ valueType()

MetafieldQuery Shopify.Unity.GraphQL.MetafieldQuery.valueType ( )
inline

Represents the metafield value type.


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