juniper/juniper_codegen/src
2022-06-27 12:09:44 +00:00
..
common Fix expansion of procedural macros inside macro_rules! (#1054, #1051) 2022-04-13 16:15:50 +03:00
graphql_enum Rework #[derive(GraphQLEnum)] macro implementation (#1047) 2022-06-24 21:57:52 +03:00
graphql_interface Allow interfaces to implement other interfaces (#1028, #1000) 2022-06-27 12:09:44 +00:00
graphql_object Satisfy rust_2018_idioms rustc lint in generated code 2022-05-12 14:33:03 +03:00
graphql_scalar Satisfy rust_2018_idioms rustc lint in generated code 2022-05-12 14:33:03 +03:00
graphql_subscription Satisfy rust_2018_idioms rustc lint in generated code 2022-05-12 14:33:03 +03:00
graphql_union Satisfy rust_2018_idioms rustc lint in generated code 2022-05-12 14:33:03 +03:00
scalar_value Redesign #[derive(ScalarValue)] macro to derive ScalarValue on enums (#1025) 2022-03-03 15:49:35 +02:00
util Allow interfaces to implement other interfaces (#1028, #1000) 2022-06-27 12:09:44 +00:00
derive_input_object.rs Allow disabling case conversion (#765) 2020-10-13 12:34:36 -04:00
lib.rs Allow interfaces to implement other interfaces (#1028, #1000) 2022-06-27 12:09:44 +00:00
result.rs Rework #[derive(GraphQLEnum)] macro implementation (#1047) 2022-06-24 21:57:52 +03:00