-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
custom GraphQLScalarType not used on mergedSchemas. #1200
Comments
In graphql tools version of mergeSchemas, custom scalars are not parsed, just passed through, a problem for gateway logic. Fixed in graphql tools fork |
Why just not taking over graphql-tools-fork fixes to graphql-tools? Really hard for me to understand, just to say its deprecated. Seems to me, like a sad story. |
We recently released an alpha version of GraphQL Tools (#1308) that should fix the issue. Please update
Let us know if it solves the problem, we're counting for your feedback! :) |
Rolled into #1306 |
Example using a custom scalar type without mergeSchemas is working correctly : https://codesandbox.io/s/custom-scalar-type-jewe1
Example using a custom scalar type with mergeSchemas is not working: https://codesandbox.io/s/custom-scalar-type-p831z
Any idea how I can address this issue?
Thank you.
The text was updated successfully, but these errors were encountered: