2022-06-28 06:27:28 -05:00
|
|
|
error: GraphQL input object expected all fields to have unique names
|
|
|
|
--> fail/input-object/derive_unique_name.rs:4:15
|
2021-12-14 11:30:27 -06:00
|
|
|
|
|
2022-06-28 06:27:28 -05:00
|
|
|
4 | struct Object {
|
|
|
|
| _______________^
|
|
|
|
5 | | test: String,
|
|
|
|
6 | | #[graphql(name = "test")]
|
|
|
|
7 | | test2: String,
|
|
|
|
8 | | }
|
|
|
|
| |_^
|