juniper/tests/codegen/fail/input-object
Kai Ren ec0d7d8097
Rework Book (#1230)
- rework and update existing chapters
- mention correct case transformation for GraphQL enums (#1029)
- document N+1 mitigation techniques and look-ahead features (#234, #444)
- mention all integration crates (#867)
- fix Book links (#679, #974, #1056)
- remove old version of Book (#1168)

Additionally:
- disable `bson`, `url`, `uuid` and `schema-language` Cargo features by default in `juniper` crate

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2024-03-20 15:53:25 +01:00
..
derive_incompatible_field_type.rs Rework #[derive(GraphQLInputObject)] macro implementation (#1052) 2022-06-28 11:27:28 +00:00
derive_incompatible_field_type.stderr Rework Book (#1230) 2024-03-20 15:53:25 +01:00
derive_no_fields.rs Rework #[derive(GraphQLInputObject)] macro implementation (#1052) 2022-06-28 11:27:28 +00:00
derive_no_fields.stderr Rework #[derive(GraphQLInputObject)] macro implementation (#1052) 2022-06-28 11:27:28 +00:00
derive_no_underscore.rs Rework #[derive(GraphQLInputObject)] macro implementation (#1052) 2022-06-28 11:27:28 +00:00
derive_no_underscore.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_unique_name.rs Rework #[derive(GraphQLInputObject)] macro implementation (#1052) 2022-06-28 11:27:28 +00:00
derive_unique_name.stderr Rework #[derive(GraphQLInputObject)] macro implementation (#1052) 2022-06-28 11:27:28 +00:00