PrivateMetafieldInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
Description:
The input fields for a private metafield.
Access Scopes
Fields
-
key:
String! -
The key of the private metafield.
-
namespace:
String! -
The namespace of the private metafield.
-
owner:
ID -
The resource that owns the metafield. If the field is blank, then the `Shop` resource owns the metafield.
-
valueInput:
PrivateMetafieldValueInput! -
The `value` and `valueType` of the private metafield, wrapped in a `ValueInput` object.
Input objects with this input object
Examples