Crate async_graphql_relay[][src]

Expand description

Relay support for async-graphql. Check out the example application to get started.

Structs

RelayContext

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.

Derive Macros

RelayGlobalID

RelayGlobalID is used to create a scalar global ID type.

RelayNodeEnum

RelayNodeEnum implements fetching of any object from its gloablly unqiue ID. This is required for the Relay node query which is used to refetch objects.