-
-
Notifications
You must be signed in to change notification settings - Fork 745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve scalar stitching in delegated fields #1221
Resolve scalar stitching in delegated fields #1221
Conversation
OK, the issue is that the gateway tries to deserialize the types. I think they should be kept as literals . |
Found the issue... I have to check what a change their impacts... But I think we can keep the stricter argument validation and change the scoped variable handlers to only use literals. That would be the best outcome... Have a talk tonight will look into fixing this tomorrow... I will put this in preview.8 |
…am/hotchocolate into stitching-scalar-serialization
This one has quite an impact. |
Resolves #1220