Nick Cameron
Nick Cameron
Client?
Is it worth writing a Rust GraphQL client? Should it be a separate project or part of this one?
[Juniper](https://github.com/graphql-rust/juniper) is an alternate GraphQL server implementation. It has a very different approach to specifying the API, but I imagine we could share a bunch of the internals code. cc...
Including, but not limited to: * guide-style documentation for creating a server and using custom implementations of the types * step-by-step through an example (hello-world-like) * API docs * comments...
I think they are mostly unused code
Is it worth separating name resolution from type checking? I think it probably will be once we're checking more queries. There might be other phases too. Also worth thinking about...
We need a framework for running integration tests. Then we need some tests. Ideally we could use an already established suite of tests from another GraphQL server. Would be good...