OBJECT

Blame

Represents a Git blame.

link GraphQL Schema definition

  • type Blame {
  • # The list of ranges from a Git blame.
  • ranges: [BlameRange!]!
  • }