gitlab-org--gitlab-foss/app/assets/javascripts/alerts_settings/graphql/fragments/integration_item.fragment.g...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
110 B
GraphQL
Raw Permalink Normal View History

fragment IntegrationItem on AlertManagementIntegration {
id
type
active
name
url
token
apiUrl
}