CreateAlertInput
No description
input CreateAlertInput {
description: String
name: String!
recipients: [AlertRecipientInput!]!
segment: CreateSegmentInput!
type: AlertDetailType!
webhook_url: String
}
Fields
CreateAlertInput.description ● String scalar
CreateAlertInput.name ● String! non-null scalar
CreateAlertInput.recipients ● [AlertRecipientInput!]! non-null input
CreateAlertInput.segment ● CreateSegmentInput! non-null input
CreateAlertInput.type ● AlertDetailType! non-null enum
CreateAlertInput.webhook_url ● String scalar
Member Of
createAlert mutation


