Skip to main content

DerivedObjectKey

Identifies a derived object under one parent object.

At most one of version, rootVersion, or atCheckpoint may be specified.

input DerivedObjectKey {
atCheckpoint: UInt53
name: DynamicFieldName!
rootVersion: UInt53
version: UInt53
}

Fields

DerivedObjectKey.atCheckpoint ● UInt53 scalar

If specified, fetch the latest version of the derived object as of this checkpoint.

DerivedObjectKey.name ● DynamicFieldName! non-null input

The derived object's key.

DerivedObjectKey.rootVersion ● UInt53 scalar

If specified, fetch the latest version of the derived object at or before this root version.

DerivedObjectKey.version ● UInt53 scalar

If specified, fetch the derived object at this exact version.