OBJECT
Delta information for a file or directory between two snapshots.
type SnapshotDelta {# Delta type of the file or directory between two snapshots.deltaType: DeltaType! # Number of files of this delta type.deltaAmount: Long! }