OBJECT
FileMatchWithMatchedSnapshots
Description
Data for a matched file.
link GraphQL Schema definition
- type FileMatchWithMatchedSnapshots {
- # Matched filepath.
- : String!
- # ID of the match being returned.
- : Long!
- # Information about the snapshots where the file was matched.
- : [MatchedSnapshotInfo!]!
- }