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

incident_fields.fragment.graphql « fragments « graphql « incidents « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eb2dde14464f9bbec1507142e576bee0d2ec9c4a (plain)
1
2
3
fragment IncidentFields on Issue {
  severity
}