You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had a look.
As indicated and suspected: ArgumentValue is not serializable, which seems to be the root cause.
I'm unsure how to fix this, as ArgumentValue is purposefully not part of the dependencies, so it doesn't seem possible to add a custom serializer. Any suggestions would be appreciated.
The only idea I can come up with, is contrubuting to spring-graphql, making it serializable.
used configuration
and I've go an error in test like below:
Invalid syntax with ANTLR error 'token recognition error at: '.s'' at line 1 column 70
I think the problem is that argument value is not serialized properly to the request body.
Schema
Example test code:
expected
or skipped value when is ommited
Environment and Setup
The text was updated successfully, but these errors were encountered: