graphql-platform icon indicating copy to clipboard operation
graphql-platform copied to clipboard

Fixed Any Type Collisions

Open jorrit opened this issue 4 years ago • 3 comments
trafficstars

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

jorrit avatar Nov 12 '21 08:11 jorrit

I will have a look.

michaelstaib avatar Nov 12 '21 13:11 michaelstaib

Thanks!

jorrit avatar Nov 12 '21 15:11 jorrit

CLA assistant check
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.

CLAassistant avatar Aug 17 '22 14:08 CLAassistant

@jorrit This is now fixed in the newest version 12 and preview 13.

PascalSenn avatar Jan 02 '23 17:01 PascalSenn