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


