Author here!<p>Nebulo is very much a work-in-progress, but its reached proof-of-concept viability so I'd love to hear what the community thinks!<p>At the moment, the motivation for the CLI is mostly to give quick feedback to people who want to try out the project. I'm curious if anyone has a use-case the CLI running a production ready web server?<p>In the short-term I expect to focus query safety and the last remaining elements of the relay connection spec (reverse pagination) that aren't implemented yet.
<a href="https://relay.dev/graphql/connections.htm" rel="nofollow">https://relay.dev/graphql/connections.htm</a><p>Please feel free to raise any killer feature ideas in the comments<p>Contributors wanted!<p>Shutout to a few related projects written in other languages that inspired development of Nebulo (via envy):<p>JS: <a href="https://www.graphile.org/" rel="nofollow">https://www.graphile.org/</a>
Haskell: <a href="https://hasura.io/" rel="nofollow">https://hasura.io/</a>
Clojure: <a href="https://github.com/graphqlize/graphqlize" rel="nofollow">https://github.com/graphqlize/graphqlize</a>
lmk if I missed one