TypesObjects
Alert
No description
type Alert {
id: ID!
kind: DatasetKind!
insertedAt: DateTime!
computedAt: DateTime!
state: AlertState!
resolvedBy: SimpleUser
resolvedAt: DateTime
updateLatencySeconds: Long
}Fields
id ID! non-null scalar
kind DatasetKind! non-null enum
insertedAt DateTime! non-null scalar
DateTime!
When the alert was made available for APP/API
computedAt DateTime! non-null scalar
DateTime!
When the alert was computed. There can be a delay from when the alert is computed to when it is made available for APP/API (insertedAt)
state AlertState! non-null enum
resolvedBy SimpleUser object
SimpleUser
If the alert state is RESOLVED, who resolved it
resolvedAt DateTime scalar
DateTime
If the alert state is RESOLVED, when it was resolved
updateLatencySeconds Long scalar
Long
Seconds between when the source data was last updated upstream and when this alert was made available (insertedAt - dataUpdatedAt). Only populated when the alert was genuinely triggered by an external data change — null when the alert was driven by a user edit/revert, settings changes, or similar.
Member Of
AlertConnectionEdge object