OBJECT

FileMatchWithMatchedSnapshots

Description

Data for a matched file.

link GraphQL Schema definition

  • type FileMatchWithMatchedSnapshots {
  • # Matched filepath.
  • filepath: String!
  • # ID of the match being returned.
  • matchId: Long!
  • # Information about the snapshots where the file was matched.
  • matchedSnapshots: [MatchedSnapshotInfo!]!
  • }