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