//! Relay support for [async-graphql](https://github.com/async-graphql/async-graphql).
//! Check out [the example application](https://github.com/oscartbeaumont/async-graphql-relay/tree/main/example) to get started.
use Any;
pub use *;
/// RelayContext allows context to be parsed to the `get` handlers.
/// This is designed for parsing the Database connection but could be used for any global state.
;