Lagged
Notifies that the subscription consumer has fallen behind the live subscription stream and missed one or more payloads.
type Lagged {
count: Int!
}
Fields
Lagged.count ● Int! non-null scalar
Number of missed payloads since the previous emitted one.
Implemented By
EventSubscriptionPayload union ● TransactionBlockSubscriptionPayload union