juniper/integration_tests/codegen_fail/fail/interface
Kai Ren 46be97ada4
Refactor FromInputValue to return Result instead of Option (#987)
- propagate `FromInputValue` conversion errors during validation
- replace panics with errors during resolving

Co-authored-by: ilslv <ilya.solovyiov@gmail.com>
2021-12-14 19:30:27 +02:00
..
argument_double_underscored.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
argument_double_underscored.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
argument_non_input_type.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
argument_non_input_type.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
argument_wrong_default_array.rs Allow using Rust arrays as GraphQL lists (#918) (#966) 2021-07-23 14:51:47 -10:00
argument_wrong_default_array.stderr Allow using Rust arrays as GraphQL lists (#918) (#966) 2021-07-23 14:51:47 -10:00
downcast_method_conflicts_with_external_downcast_fn.rs Fix attributes naming on fields and arguments for interfaces and unions (#806) 2020-11-14 15:41:01 +02:00
downcast_method_conflicts_with_external_downcast_fn.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
downcast_method_wrong_input_args.rs Fix attributes naming on fields and arguments for interfaces and unions (#806) 2020-11-14 15:41:01 +02:00
downcast_method_wrong_input_args.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
downcast_method_wrong_return_type.rs Fix attributes naming on fields and arguments for interfaces and unions (#806) 2020-11-14 15:41:01 +02:00
downcast_method_wrong_return_type.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
field_double_underscored.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
field_double_underscored.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
field_non_output_return_type.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
field_non_output_return_type.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
fields_duplicate.rs Fix attributes naming on fields and arguments for interfaces and unions (#806) 2020-11-14 15:41:01 +02:00
fields_duplicate.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
implementer_non_object_type.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
implementer_non_object_type.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
implementers_duplicate_pretty.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
implementers_duplicate_pretty.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
implementers_duplicate_ugly.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
implementers_duplicate_ugly.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00
name_double_underscored.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
name_double_underscored.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
no_fields.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
no_fields.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
wrong_item.rs Make interfaces great again! (#682) 2020-10-05 21:21:01 -10:00
wrong_item.stderr Strip redundant fields in codegen producing warnings 2021-07-21 18:16:29 +03:00