Alert
No description
type Alert {
active: Boolean!
created_at: DateTime
description: String
id: ID!
last_triggered: String
name: String!
recipients: [AlertRecipient!]!
segment: Segment!
type: AlertDetailType
updated_at: DateTime
webhook_url: String
}
Fields
Alert.active ● Boolean! non-null scalar
Alert.created_at ● DateTime scalar
Alert.description ● String scalar
Alert.id ● ID! non-null scalar
Alert.last_triggered ● String scalar
Alert.name ● String! non-null scalar
Alert.recipients ● [AlertRecipient!]! non-null object
Alert.segment ● Segment! non-null object
Alert.type ● AlertDetailType enum
Alert.updated_at ● DateTime scalar
Alert.webhook_url ● String scalar
Returned By
alert query ● createAlert mutation ● deleteAlert mutation ● updateAlert mutation
Member Of
AlertPaginator object


