DiffStat
API reference
Implements Node
addedLines: Int!
Number of added lines for this path.
id: ID!
A unique identifier for this DiffStat.
kind: DiffStatKind!
Type of change.
oldPath: String
Previous path of the file, set only for renames.
path: String!
Path of the changed file or directory.
removedLines: Int!
Number of removed lines for this path.