Anchor to HasCompareDigestHas
interfaceHas Compare Digest
Represents a summary of the current version of data in a resource.
The field can be used as input for mutations that implement a compare-and-swap mechanism.
Anchor to FieldsFields
- compareDigest (String!)
- Anchor to compareDigestcompare•String!
Digest non-null The data stored in the resource, represented as a digest.
Was this section helpful?
Anchor to Types implemented inTypes implemented in
- Metafield (Metafield)
- •OBJECT
Metafields enable you to attach additional information to a Shopify resource, such as a Product or a Collection. For more information about where you can attach metafields refer to HasMetafields. Some examples of the data that metafields enable you to store are specifications, size charts, downloadable documents, release dates, images, or part numbers. Metafields are identified by an owner resource, namespace, and key. and store a value along with type information for that value.
Was this section helpful?