-
-
Notifications
You must be signed in to change notification settings - Fork 820
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
Unable to add date scalar type #197
Comments
Hi, for your information there have been recent modifications on the custom scalars. See #189 Just a question : which version of the graphql-tools npm package do you have in node_modules/ ? |
@oricordeau it looks like this is broken for 0.8.1. It almost looks like the docs were rolled out without the code to support it!! |
Should be fixed in 0.8.2! Thanks for reporting and sorry for the delay. |
same issue for custom enums. Any solutions provided? |
I'm trying to add a Date scalar type as per the docs. But schema compilation throws an error.
http://dev.apollodata.com/tools/graphql-tools/scalars.html
Code
Error
The text was updated successfully, but these errors were encountered: