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

list_item.fragment.graphql « list « graphql « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19a5a48ea759b04282e7c20e3f2d09dfb7944e70 (plain)
1
2
3
4
5
#import "./list_item_shared.fragment.graphql"

fragment ListItem on CiRunner {
  ...ListItemShared
}