Skip to main content

events

Subscribe to events as they are emitted, with optional filtering.

Resume from a known point with after (an opaque cursor from a prior delivery) and/or filter.afterCheckpoint. The subscription first backfills the matching events after that point via the scanning API, then continues with the live stream.

Each matching event is yielded individually as an edge, ordered by checkpoint, then by transaction position within the checkpoint, then by position within the transaction. Each edge carries a cursor for resumption.

This subscription is not yet available for use.

events(
filter: EventFilter
after: String
): EventEdge!

Arguments

events.filter ● EventFilter input

events.after ● String scalar

Type

EventEdge object

An edge in a connection.