ENUM
EventsEventType
The set of possible event types available to subscribe to
link GraphQL Schema definition
- enum EventsEventType {
- # Fired when an entity is created, updated or deleted. The ENTITY_DELTA payload
- # has two components: entityUpdates (see EntityDelta), and relationshipUpdates
- # (see EntityRelationshipDelta)
- # The entire schema of deltas can be explored starting from EntityInventoryDelta
- # in GraphQL schema.
- # Fired when an observation is created. The payload is an array of Observation
- # (see Observation for payload details). Example observations can be found
- # executing a ObservationQuery.queryObservations query
- }