-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Type generation for custom scallars #2718
Comments
I currently solve this by copying RelayCompilerBin and RelayCopilerMain into the project and replacing empty customScalars: {
Date: 'String',
DateTime: 'String',
} AFAIK guys discuss config file which should solve this problem. |
I do the same thing, replace in the generated compiler bin and then check that into VCS. Not ideal, a config file would be very nice. |
Right now you can use patch-package to make this easier The right solution is a relay.config.js |
Something like this:
It would be awesome.
The text was updated successfully, but these errors were encountered: