Welcome to mirror list, hosted at ThFree Co, Russian Federation.

runner_details.fragment.graphql « show « graphql « runner « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2449ee0fc0f91cc8386a5f3bfa43ce4860e301cf (plain)
1
2
3
4
5
#import "./runner_details_shared.fragment.graphql"

fragment RunnerDetails on CiRunner {
  ...RunnerDetailsShared
}