Urigo / graphql-cli

📟 Command line tool for common GraphQL development workflows

Home Page:https://graphql-cli.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty generated.graphql after generation

jycouet opened this issue · comments

commented

Describe the bug
The file server\src\schema\generated.graphql is empty after yarn graphql generate --backend

To Reproduce
Steps to reproduce the behavior:

  1. run yarn graphql generate --backend
  2. The file server\src\schema\generated.graphql is generated... but empty

Expected behavior
A file with the right content

Versions (please complete the following information):

  • OS: Windows 10
  • graphql-cli: [e.g. 4.0.1-beta.1]

Looks like issue is related to Windows 10. I will need some time to get this chenged

commented

I would like to close this issue since I think also that it's related to the other one #777