The criteria to filter events by.These are
Event-specific extensions on top of the standard pagination arguments before, after, first and last.Fields
| Name | Description |
|---|---|
DateTime | The stream date & time that resulting events must succeed.This can be used to initiate the retrieval of paginated results.
Subsequent queries should use the opaque cursors returned from EventsConnection. |
DateTime | The stream date & time that resulting events must precede.This can be used to initiate the retrieval of paginated results.
Subsequent queries should use the opaque cursors returned from EventsConnection. |
Boolean | Whether the event was successfully delivered via the specified webhook subscriptionId.This filter does not apply if subscriptionId is not specified. |
[String!] | The types of events to retrieve.See Event implementations for a list of supported values. |
String | The subscription stream to retrieve events from.This can be used in combination with deliveredIndicator to identify events that were not successfully delivered through a particular webhook subscription.Omit this field to consume events solely through GraphQL polling.
This will retrieve events from a persistent stream that is not associated with a webhook subscription. |
Seen in
| Parent name | Parent type | Description |
|---|---|---|
| events | Query | filter argument |