$ graphql-js-client-compiler --outdir "./result" --schema "./schema.graphql" "./more/**/*.graphql"
[READ] /Users/lagden/app/veiculo/tmp/more/**/*.graphql
fs.js:663
return binding.open(pathModule.toNamespacedPath(path),
^
Error: ENOENT: no such file or directory, open '/Users/lagden/app/veiculo/tmp/more/**/*.graphql'
...
I was trying to use the
Complete example