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

can't generate loader, no matches found #58

Closed
Abdubek opened this issue Apr 28, 2021 · 3 comments
Closed

can't generate loader, no matches found #58

Abdubek opened this issue Apr 28, 2021 · 3 comments

Comments

@Abdubek
Copy link

Abdubek commented Apr 28, 2021

go run github.com/vektah/dataloaden ProjectLoader int *myprivate.domain/backend.api/internal/domain.Project

zsh: no matches found: *myprivate.domain/backend.api/internal/domain.Project

how can this be solved?

image

@Abdubek
Copy link
Author

Abdubek commented Apr 28, 2021

I found a solution here, #35, and wrote without an asterisk

@Abdubek Abdubek closed this as completed Apr 28, 2021
@koslib
Copy link

koslib commented Jan 27, 2023

Am I the only one who still has this problem? I can generate the dataloader file by specifying github.com/my/package.Model, however it always fails when I do []*github.com/my/package.Model. Any ideas on this?

@yunkaiOr2
Copy link

go run github.com/vektah/dataloaden ProjectLoader int "*myprivate.domain/backend.api/internal/domain.Project"

can fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants