Skip to main content

CreatePagerDutyIntegrationInput

Represents the input for creating a PagerDuty integration.

input CreatePagerDutyIntegrationInput {
name: String!
pagerDutyParams: PagerDutyIntegrationInputParams
}

Fields

CreatePagerDutyIntegrationInput.name ● String! non-null scalar

CreatePagerDutyIntegrationInput.pagerDutyParams ● PagerDutyIntegrationInputParams input

Member Of

createPagerDutyIntegration mutation