juniper/integration_tests/codegen_fail/fail/input-object/derive_unique_name.stderr
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

9 lines
348 B
Text

error: GraphQL input object does not allow fields with the same name
= help: There is at least one other field with the same name `test`, possibly renamed via the #[graphql] attribute
= note: https://spec.graphql.org/June2018/#sec-Input-Objects
--> fail/input-object/derive_unique_name.rs:4:5
|
4 | #[graphql(name = "test")]
| ^