Misha Ulianich

Results 2 issues of Misha Ulianich

`ariadne-codegen --config ariadne-codegen.toml` runs fine unless I add `include_all_inputs = false` in my `ariadne-codegen.toml` file. With include_all_inputs = false command fails with error: ``` File "/Users/user/my-project/venv/bin/ariadne-codegen", line 8, in sys.exit(main())...

I'm reading https://jqlang.github.io/jq/manual/ and looks like `jq --stream` is what I need. How can I achieve it with this library? It would be nice to have an example in docs...