TypesObjectsAlertOn this pageAlertNo 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