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: faa68d370883f2738c19195336a40a6554dc0aaf (plain)
1
2
3
4
# eslint-disable-next-line @graphql-eslint/require-id-when-available
fragment IncidentFields on Issue {
  severity
}