Mutation with complex field types #1648
Replies: 1 comment 1 reply
-
Hey @robertionut95b ! I think the issue may be with your operation input itself, not with the implementation details on the server, i.e not DGS framework related. Looks like there's an issue with converting the input argument
Try something like this instead:
Please note you did not provide the schema definition of Specialization type, so I assume it contains a String, but you may need to modify. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have the following scenario where I want to push a Mutation with the following types:
Input used
Mutation
I try to submit a sample request with the body below:
How should the nested complex types like numeric arrays be included in an Input argument? On the server side, I get the following error but I am uncertain what is the conflicting field specifically:
The mutation resolver method is just:
Beta Was this translation helpful? Give feedback.
All reactions