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

BindRuntimeType is not working correctly for FilterType unless bound in the filter convention (in 13 previews, worked in 12)

Open digitalpowers opened this issue 3 years ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the bug

Talked to Pascal about this on the slack as well.

In 13-preview.28 i get errors "The type of member UnsignedIntFiled of the declaring type TestType is unknown" where it used to be known by just called .BindRuntimeType<uint, UnsignedIntType>() during setup.

I did find that adding calls to .BindRuntimeType<uint, UnsignedIntType>() in the filter convention config fixes things.

Steps to reproduce

  1. Pascal also mentioned he was able to reproduce it so I am guessing not adding good steps here is fine :D

Relevant log output

No response

Additional Context?

No response

Product

Hot Chocolate

Version

13.0.0.0-preview.28

digitalpowers avatar Jul 28 '22 20:07 digitalpowers