TypesObjects
Alert
No description
type Alert {
id: ID!
kind: DatasetKind!
insertedAt: DateTime!
computedAt: DateTime!
state: AlertState!
resolvedBy: SimpleUser
resolvedAt: DateTime
}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
Member Of
AlertConnectionEdge object