OBJECT

DiffResult

Description

Diff fmd result.

link GraphQL Schema definition

  • type DiffResult {
  • # A list of changed files and folders in the snapshot.
  • data: [DiffData!]!
  • # The id of the previous snapshot.
  • previousSnapshotId: String!
  • # The date of the previous snapshot.
  • previousSnapshotDate: Long!
  • # Marker for next page of browse diff FMD results.
  • paginationMarker: PaginationMarker
  • }

link Require by