OBJECT
DiffResult
Description
Diff fmd result.
link GraphQL Schema definition
- type DiffResult {
- # A list of changed files and folders in the snapshot.
- DiffData!]! : [
- # The id of the previous snapshot.
- String! :
- # The date of the previous snapshot.
- Long! :
- # Marker for next page of browse diff FMD results.
- PaginationMarker :
- }