juniper/examples/actix_subscriptions
Kai Ren a3fda7363d
Rework codegen for GraphQL objects and subscriptions (#971, #421)
- preserve and reuse defined impl blocks in #[graphql_object] and #[graphql_subscription] macros expansion
- allow renaming `ScalarValue` type parameter in expanded code via `scalar = S: ScalarValue` syntax

Additionally:
- rename `rename` attribute's argument to `rename_all`
- support `rename_all` in #[graphql_interface] macro
2021-08-11 17:41:49 +03:00
..
src Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
Cargo.toml Update env_logger requirement from 0.8.1 to 0.9.0 (#964) 2021-07-16 12:01:18 +03:00
Makefile.toml Impl subscriptions for juniper_actix (#716) 2020-08-09 12:19:34 -10:00