Skip to content
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

Fix small issues with wundergraph_cli #25

Closed
weiznich opened this issue Nov 11, 2019 · 1 comment
Closed

Fix small issues with wundergraph_cli #25

weiznich opened this issue Nov 11, 2019 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@weiznich
Copy link
Owner

Sometimes the generated file contains structs which may contain types (for example uuid::Uuid or chrono::DateTime) that are nowt in the prelude. wundergraph_cli does nto generate the required imports there. Find a way to do that.
I think the easiest way to fix that is to just generate fully qualified paths instead of using only the type name there. Type mapping is happening here

@weiznich weiznich added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 11, 2019
@naufraghi
Copy link
Contributor

I can work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants