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


