summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/sidebar/queries/milestone.fragment.graphql
blob: 8db5359dac03e78b584728dbaa58c3765c982ebb (plain)
1
2
3
4
5
fragment MilestoneFragment on Milestone {
  id
  title
  webUrl: webPath
}