graphql-erlang-tutorial
graphql-erlang-tutorial copied to clipboard
A tutorial for the graphql-erlang system

It feels the tutorial is not compatible with the latest releases of graphql-erlang. It uses the `graphql:elaborate/1`, which has been removed in release 0.14.0 (see https://github.com/shopgun/graphql-erlang/blob/master/CHANGELOG.md#0140-2018-11-15-another-flag-day-release). Would you mind fixing...
I'm just now delving into graphql-erlang and the graphql-erlang-tutorial. I'm very impressed with the depth and completeness of the tutorial. However, I really wish that I could start with a...
Derived from #58
We currently have support for this in the system, but it has not yet been documented. Do so and implement deferred execution in the Star Wars Schema.
A `POST` with a `location` header requires roundtrip, but we avoid that in GraphQL. Make sure the documentation mentions this.
It may not be clear to people what these are, so we should probably describe that notion in a sidebar.
Enumerated data types are now stable enough in the specification that I dare document how they work in the tutorial: * Alter the tutorial to include an example of an...
Fred Hebert has had good experience with pygments, so we should make a test with it.
Found via `codespell -S *.js,*.pdf,*.json`