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

integration_item.fragment.graphql « fragments « graphql « alerts_settings « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d9307959df4cb4409aa7ef671d3670c302c3472 (plain)
1
2
3
4
5
6
7
8
9
fragment IntegrationItem on AlertManagementIntegration {
  id
  type
  active
  name
  url
  token
  apiUrl
}