juniper/juniper_rocket
Kai Ren bd8dc582a4
Fix handling GET request in juniper_rocket example (#1223, #1098)
- rework `rocket_server` example as `simple`
- provide example in `GraphQLRequest` API docs
- mention GET query format in  `GraphQLRequest` API docs and `simple` example

Additionally:
- fix `operationName` query parameter handling
- make `graphiql_source()` and `playground_source()` polymorphic over `subscriptions_endpoint_url` argument
- provide examples in `graphiql_source()` and `playground_source()` API docs
- move integration HTTP tests to a separate file
- test both sync and async `juniper_rocket` in integration HTTP tests
- polish `FromForm` unit tests
2023-11-24 17:51:32 +00:00
..
examples Fix handling GET request in juniper_rocket example (#1223, #1098) 2023-11-24 17:51:32 +00:00
src Fix handling GET request in juniper_rocket example (#1223, #1098) 2023-11-24 17:51:32 +00:00
tests Fix handling GET request in juniper_rocket example (#1223, #1098) 2023-11-24 17:51:32 +00:00
Cargo.toml Upgrade rocket crate to 0.5 version (#1220) 2023-11-20 18:45:45 +01:00
CHANGELOG.md Fix handling GET request in juniper_rocket example (#1223, #1098) 2023-11-24 17:51:32 +00:00
LICENSE Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
README.md Fix handling GET request in juniper_rocket example (#1223, #1098) 2023-11-24 17:51:32 +00:00
release.toml Improve CI (#1113) 2022-10-21 16:07:17 +00:00

juniper_rocket crate

Crates.io Documentation CI Rust 1.73+

rocket web server integration for juniper (GraphQL implementation for Rust).

Documentation

For documentation, including guides and examples, check out Juniper Book.

A basic usage example can also be found in the API docs.

Examples

Check examples/simple.rs for example code of a working rocket server with GraphQL handlers.

License

This project is licensed under BSD 2-Clause License.