|
Shopify SDK for Unity
|
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... | |
Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are comprised of keys, values, and value types.
|
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.
|
inline |
The description of a metafield.
|
inline |
Globally unique identifier.
|
inline |
The key name for a metafield.
|
inline |
The namespace for a metafield.
|
inline |
The parent object that the metafield belongs to.
|
inline |
The value of a metafield.
|
inline |
Represents the metafield value type.