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

escalation_status.fragment.graphql « queries « sidebar « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6021570557ee806fb28ef3806bb0a79b245535fa (plain)
1
2
3
4
fragment EscalationStatusFragment on Issue {
  id
  escalationStatus
}