Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#import "ee_else_ce/ci/runner/graphql/show/runner_details.fragment.graphql"
query getRunner($id: CiRunnerID!) {
runner(id: $id) {
...RunnerDetails
}