-
Notifications
You must be signed in to change notification settings - Fork 470
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
Bug: Wrong generated global type file import (Typescript) #557
Comments
Yeah, this has been fixed a while ago (12 days ago) but it has not yet been published. @shadaj is there anything preventing a new release? Would be awesome to have the fix published. |
v1.7.1 has been published with the latest fixes included! Apologies for the late release, I just started college this week so my schedule's been packed with orientation activities. |
Thank you! |
@shadaj all the best for your college years! Have fun! |
Hi everyone :)
Since apollographql/rover#520 by @danilobuerger landed I noticed the following:
When a
globalTypes.ts
file is generated and the the--outputFlat
option is used, theoutputPath
is being ignored in generated type files (at least for the import statement of theglobalTypes
file).It outputs:
when it should really be:
Notice the incorrect path in the first example.
If you need more details, please let me know!
The text was updated successfully, but these errors were encountered: