E. Cooper
Results
2
comments of
E. Cooper
Do we know what we'd expect the JSON structure to be? Is `--json` just a pass-through of the schema APIs or something more refined?
This is the offending piece of code: https://github.com/fauna/fauna-shell/blob/main/src/commands/query.mjs#L71 Most likely, reading queries from stdin will probably need to use `process.stdin.read()`instead. We should consider upper limits to what is read into...