-
Notifications
You must be signed in to change notification settings - Fork 308
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 parser for custom scalars #119
Comments
Handling of special floating point values is another usecase |
any news on this? Is this in the works still? |
@zhammer were you able to figure it out? |
would also like to know |
any workarounds? |
Here's our workaround for parsing https://gist.github.com/tomfa/849adb5b7037b9b23ba59bf0d73c801b |
I created a small plugin you can use with graphql-request to transform custom scalars: https://github.com/gastromatic/graphql-transform-scalars |
This will be solved by #672 |
Actually this was not solved by the PR. This issue is now being tracked for the TS Client here: #744 |
Is there support for using custom parser for schema-defined scalars? Common use case would be parsing
Date
scalar fields defined in a schema to date objects.The text was updated successfully, but these errors were encountered: