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

schema did not match any files under win cmd #371

Open
RobinKamps opened this issue Feb 25, 2025 · 0 comments
Open

schema did not match any files under win cmd #371

RobinKamps opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@RobinKamps
Copy link

Describe the bug
The code generation does not work under Windows / cmd or powershell.
It worked a few Versions before - now i get always the error (on cmd or powershell):

go run github.com/Khan/genqlient
C:\dev\monorepo\golang\apps\license\license\license.graphqls did not match any files

It does not matter if the file is in the same folder or another folder - e.g.
schema: ../license/license/license.graphqls
or
schema: ./license.graphqls
or
schema: ./license.graphql

However it does work in a Lunix Subsystem under Windows.

To Reproduce
try to generate under windows

Expected behavior

Code generateion should find the schema under Win, too

genqlient version
latest

@RobinKamps RobinKamps added the bug Something isn't working label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant