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

http_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: 742228e292831d787640f32ec7fb6f452ecfb498 (plain)
1
2
3
4
5
6
7
#import "./integration_item.fragment.graphql"
#import "ee_else_ce/alerts_settings/graphql/fragments/http_integration_payload_data.fragment.graphql"

fragment HttpIntegrationItem on AlertManagementHttpIntegration {
  ...IntegrationItem
  ...HttpIntegrationPayloadData
}