Skip to main content
Version: 0.1.0

NotificationIntegrationSettingsInput

No description

input NotificationIntegrationSettingsInput {
build: Boolean
deploy: Boolean
podCrash: Boolean
conditions: NotificationConditionProviderInput
}

Fields

NotificationIntegrationSettingsInput.build ● Boolean scalar

Enable/Disable build notifications, null causes no change to current setting

NOTE: not applicable to "global" settings, only applicable to integration-specific settings

NotificationIntegrationSettingsInput.deploy ● Boolean scalar

Enable/Disable deploy notifications, null causes no change to current setting

NOTE: not applicable to "global" settings, only applicable to integration-specific settings

NotificationIntegrationSettingsInput.podCrash ● Boolean scalar

Enable/Disable kubernetes pod crash notifications, null causes no change to current setting

NotificationIntegrationSettingsInput.conditions ● NotificationConditionProviderInput input

NOTE: Conditions cannot be configured "globally" for a user. Conditions may only be configured for a specific integration.

Member Of

updateNotificationIntegrationSettings mutation