juniper/integration_tests/codegen_fail/fail/object
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 Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03: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 Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03: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 Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
argument_wrong_default_array.stderr Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
attr_field_double_underscored.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
attr_field_double_underscored.stderr Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
attr_field_non_output_return_type.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
attr_field_non_output_return_type.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
attr_fields_duplicate.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
attr_fields_duplicate.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
attr_name_double_underscored.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
attr_name_double_underscored.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
attr_no_fields.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
attr_no_fields.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
attr_wrong_item.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
attr_wrong_item.stderr Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
derive_field_double_underscored.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
derive_field_double_underscored.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
derive_field_non_output_return_type.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
derive_field_non_output_return_type.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
derive_fields_duplicate.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
derive_fields_duplicate.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
derive_name_double_underscored.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
derive_name_double_underscored.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
derive_no_fields.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
derive_no_fields.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00
derive_wrong_item.rs Rework codegen for GraphQL objects and subscriptions (#971, #421) 2021-08-11 17:41:49 +03:00
derive_wrong_item.stderr Refactor FromInputValue to return Result instead of Option (#987) 2021-12-14 19:30:27 +02:00