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

Fix ID serialization on filter operations

Open A360JMaxxgamer opened this issue 1 year ago • 1 comments

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

A360JMaxxgamer avatar Nov 04 '24 02:11 A360JMaxxgamer

As soon as I know how to fix it properly I will fix the code to apply to all unit tests

A360JMaxxgamer avatar Nov 09 '24 09:11 A360JMaxxgamer