graphql-platform
graphql-platform copied to clipboard
Fixed Any Type Collisions
This demonstrates the error described in #4405. I've narrowed my HotChocolate generated schema down to the essential difference that generates the error: when another scalar is defined, Any stops working.
The test failure goes away if I remove scalar SomeScalar or if I change Any to JSONObject (or anything else besides Any). There seems to be something weird going on with Any.
Closes #4405 Closes #4306
I will have a look.
Thanks!
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.
:white_check_mark: PascalSenn
:white_check_mark: michaelstaib
:x: jorrit
You have signed the CLA already but the status is still pending? Let us recheck it.
@jorrit This is now fixed in the newest version 12 and preview 13.