Anchor to HasCompareDigestHas
HasCompareDigest
interface
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
- Anchor to compareDigestcompare•
Digest String!non-null The data stored in the resource, represented as a digest.
Was this section helpful?
{
"compareDigest": ""
}
{
"compareDigest": ""
}
interface HasCompareDigest {
compareDigest: String!
}