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

work_item_links.query.graphql « graphql « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9d4bb29bbfc25d505d46ee688aa81226b195bfc (plain)
1
2
3
4
5
6
7
#import "./work_item.fragment.graphql"

query workItemLinksQuery($id: WorkItemID!) {
  workItem(id: $id) {
    ...WorkItem
  }
}