events
Query events that are emitted in the network. We currently do not support filtering by emitting module and event type at the same time so if both are provided in one filter, the query will error.
events(
first: Int
after: String
last: Int
before: String
filter: EventFilter
): EventConnection!