GraphQL API Schema
This page provides general information about GraphQL and the reference schema for Maildrop.
What's GraphQL?
query PingSample {
ping(message: "Hello, world!")
}{"data":{"ping":"pong Hello, world!"}}Why GraphQL and not REST?
Which GraphQL library should I use?
See Also
The full GraphQL schema for Maildrop
See Also
Last updated