async-graphql-rocket 4.0.7

async-graphql for Rocket.rs
docs.rs failed to build async-graphql-rocket-4.0.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: async-graphql-rocket-7.0.3

Async-graphql integration with Rocket.

Note: This integrates with the unreleased version 0.5 of Rocket, and so breaking changes in both this library and Rocket are to be expected.

To configure options for sending and receiving multipart requests, add your instance of MultipartOptions to the state managed by Rocket (.manage(your_multipart_options)).

Full Example