juniper/tests/codegen/fail/interface/struct
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
..
attr_additional_non_nullable_argument.rs Upgrade to 2021 Rust edition 2022-07-13 15:20:10 +02:00
attr_additional_non_nullable_argument.stderr Fix codegen tests for latest nightly Rust 2023-02-27 20:33:01 +02:00
attr_cyclic_impl.rs Allow interfaces to implement other interfaces (#1028, #1000) 2022-06-27 12:09:44 +00:00
attr_cyclic_impl.stderr Fix codegen tests for latest nightly (#1182) 2023-08-27 14:38:40 +00:00
attr_field_double_underscored.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_field_double_underscored.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
attr_field_non_output_return_type.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_field_non_output_return_type.stderr Rework Book (#1230) 2024-03-20 15:53:25 +01:00
attr_fields_duplicate.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_fields_duplicate.stderr Preserve input body when attribute macro expansion fails (#1245, #1244) 2024-01-30 16:41:11 +01:00
attr_implementers_duplicate_pretty.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_implementers_duplicate_pretty.stderr Fix codegen tests for latest nightly 2023-06-23 14:28:12 +02:00
attr_implementers_duplicate_ugly.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_implementers_duplicate_ugly.stderr Fix codegen tests for latest nightly Rust 2022-12-18 12:52:46 +01:00
attr_missing_field.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_missing_field.stderr Fix codegen tests for 1.75.0 Rust 2024-01-02 16:03:49 +01:00
attr_missing_for_attr.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_missing_for_attr.stderr Improve project toolchain (#1084) 2022-07-20 10:37:58 +00:00
attr_missing_impl_attr.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_missing_impl_attr.stderr Improve project toolchain (#1084) 2022-07-20 10:37:58 +00:00
attr_missing_transitive_impl.rs Allow interfaces to implement other interfaces (#1028, #1000) 2022-06-27 12:09:44 +00:00
attr_missing_transitive_impl.stderr Improve project toolchain (#1084) 2022-07-20 10:37:58 +00:00
attr_name_double_underscored.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_name_double_underscored.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
attr_no_fields.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_no_fields.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
attr_non_subtype_return.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_non_subtype_return.stderr Fix codegen tests for latest nightly Rust 2023-02-27 20:33:01 +02:00
attr_unnamed_field.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
attr_unnamed_field.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_additional_non_nullable_argument.rs Upgrade to 2021 Rust edition 2022-07-13 15:20:10 +02:00
derive_additional_non_nullable_argument.stderr Fix codegen tests for latest nightly Rust 2023-02-27 20:33:01 +02:00
derive_cyclic_impl.rs Allow interfaces to implement other interfaces (#1028, #1000) 2022-06-27 12:09:44 +00:00
derive_cyclic_impl.stderr Fix codegen tests for latest nightly (#1182) 2023-08-27 14:38:40 +00:00
derive_field_double_underscored.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_field_double_underscored.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_field_non_output_return_type.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_field_non_output_return_type.stderr Rework Book (#1230) 2024-03-20 15:53:25 +01:00
derive_fields_duplicate.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_fields_duplicate.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_implementers_duplicate_pretty.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_implementers_duplicate_pretty.stderr Fix codegen tests for latest nightly 2023-06-23 14:28:12 +02:00
derive_implementers_duplicate_ugly.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_implementers_duplicate_ugly.stderr Fix codegen tests for latest nightly Rust 2022-12-18 12:52:46 +01:00
derive_missing_field.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_missing_field.stderr Fix codegen tests for 1.75.0 Rust 2024-01-02 16:03:49 +01:00
derive_missing_for_attr.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_missing_for_attr.stderr Improve project toolchain (#1084) 2022-07-20 10:37:58 +00:00
derive_missing_impl_attr.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_missing_impl_attr.stderr Improve project toolchain (#1084) 2022-07-20 10:37:58 +00:00
derive_missing_transitive_impl.rs Allow interfaces to implement other interfaces (#1028, #1000) 2022-06-27 12:09:44 +00:00
derive_missing_transitive_impl.stderr Improve project toolchain (#1084) 2022-07-20 10:37:58 +00:00
derive_name_double_underscored.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_name_double_underscored.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_no_fields.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_no_fields.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00
derive_non_subtype_return.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_non_subtype_return.stderr Fix codegen tests for latest nightly Rust 2023-02-27 20:33:01 +02:00
derive_unnamed_field.rs Rework CI and project toolchain (#1043) 2022-04-08 17:44:50 +03:00
derive_unnamed_field.stderr Upgrade syn crate to 2.0 version (#1157) 2023-11-01 19:00:05 +01:00