Maildrop Statistics
This is the GraphQL query to run when you want to see overall statistics about Maildrop emails.
Last updated
This is the GraphQL query to run when you want to see overall statistics about Maildrop emails.
Last updated
This method is provided as a convenience method to show the current totals of blocked and saved messages. Most users should never need to run this query.
POST
https://api.maildrop.cc/graphql
Returns a JSON object that represents the total number of messages blocked by the Heluna antispam filters, and the total number of messages successfully delivered to mailboxes.
Results are cached for up to a minute.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
returns:
Content-Type
String
application/json
String
'{ query: "query Example { statistics { blocked saved } }" }'