Skip to main content
interface

Represents a summary of the current version of data in a resource.

The compare_digest field can be used as input for mutations that implement a compare-and-swap mechanism.

String!
non-null

The data stored in the resource, represented as a digest.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

OBJECT

The custom metadata attached to a resource. Metafields can be sorted into namespaces and are comprised of keys, values, and value types.

String!
non-null

The data stored in the resource, represented as a digest.

DateTime!
non-null

The date and time when the metafield was created.

ID!

A globally-unique ID.

JSON!
non-null

The data stored in the metafield in JSON format.

String!

The key name for a metafield.

String!

The namespace for a metafield.

String!

The type name of the metafield. See the list of supported types.

DateTime!
non-null

The date and time when the metafield was updated.

String!

The value of a metafield.

String
Deprecated

Was this section helpful?