debian-mirror-gitlab/app/assets/javascripts/runner/graphql/show/runner_details.fragment.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
116 B
GraphQL
Raw Normal View History

2022-07-23 23:45:48 +05:30
#import "./runner_details_shared.fragment.graphql"
fragment RunnerDetails on CiRunner {
...RunnerDetailsShared
}