MetafieldOutput object
Metafields enable you to attach additional information.
Fields
-
key (
String!
) RequiredThe key for the metafield.
-
namespace (
String
)The container the metafield belongs to. If omitted, the app-reserved namespace will be used.
-
type (
String!
) RequiredThe type of data that is stored in the metafield. Refer to the list of supported types.
-
value (
String!
) RequiredThe data to store in the metafield.