query Query { repository(name: "nixpkgs", owner: "NixOS") { pullRequest(number: 110291) { commits(last: 1) { nodes { commit { checkSuites(last: 1) { nodes { checkRuns(filterBy: {checkType: LATEST, appId: 20500}, first: 10) { nodes { url title summary name detailsUrl conclusion checkSuite { app { slug databaseId } } } } } } } } } } } }