JsonMetafield
ObjectFields returned for json metafield.
#
Fields
- Boolean
allowEmpty Indicates whether an empty JSON value is allowed and normalized to an empty object.
- [ID!]!
categoryIds - String!
defaultValue The default raw JSON value used when no value is assigned.
- Boolean!
hasAssignedValue Indicates whether this owner has an explicit value assigned for the metafield.
- Boolean!
hasCategoryRestrictions Indicates whether the metafield is limited to specific product categories.
- ID!
id The unique ID of the metafield definition.
- String!
key The key that uniquely identifies this metafield within its namespace.
- MetafieldDefinitionKind!
kind The value kind supported by the metafield definition.
- String!
name The display name of the metafield definition.
- String!
namespace The namespace that groups this metafield definition.
- MetafieldOwnerType!
ownerType The owner type this metafield definition can be assigned to.
- String!
value The validated raw JSON value of the metafield.