juniper/docs/book/content/advanced
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
..
dataloaders.md Use actix betas to allow publishing on crates.io (#954) 2021-07-06 16:23:41 -07:00
implicit_and_explicit_null.md Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
index.md Add ability to distinguish between implicit and explicit null (#795) 2020-10-23 19:21:37 -04:00
introspection.md Default to generic ScalarValue in #[graphql_object] macro (#779) 2020-11-06 18:15:18 -08:00
multiple_ops_per_request.md (book) Update and fix book compilation and tests 2019-03-08 11:47:13 +01:00
non_struct_objects.md Default to generic ScalarValue in #[graphql_object] macro (#779) 2020-11-06 18:15:18 -08:00
objects_and_generics.md Fix book tests (#711) 2020-07-18 15:24:33 -10:00
subscriptions.md Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00