{
repository(name: "catalog", owner: "identification-resources") {
ref(qualifiedName: "main") {
target {
... on Commit {
blame(path: "catalog.csv") {
ranges {
commit {
oid
committedDate
}
startingLine
endingLine
age
}
}
}
}
}
}
rateLimit {
limit
cost
remaining
resetAt
}
}
{ repository(name: "catalog", owner: "identification-resources") { ref(qualifiedName: "main") { target { ... on Commit { blame(path: "catalog.csv") { ranges { commit { oid committedDate } startingLine endingLine age } } } } } } rateLimit { limit cost remaining resetAt } }