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

epic.fragment.graphql « fragments « graphql_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5b4ba4e772260449e6db9c63aeeee7541949217 (plain)
1
2
3
4
5
6
7
8
9
10
11
fragment EpicNode on Epic {
  id
  iid
  title
  state
  reference
  webPath
  webUrl
  createdAt
  closedAt
}