📶Statistics

The GraphQL type definition for the Maildrop Statistics returned by the API.

type Statistics {
        blocked: Int
        saved: Int
}

These statistics may be cached for up to a minute and may not reflect the current true totals.

Last updated