graphql-platform
graphql-platform copied to clipboard
Fix ID serialization on filter operations
Add extra IIdInputValueFormatter interface which accepts type info to correctly deserialize values. Remove setting member data which can not be used because the runtime type can be different for various ids.
Closes #7110
As soon as I know how to fix it properly I will fix the code to apply to all unit tests