Closed
Description
With PR #21 and PR #59, we now have two basic examples that would benefit new users:
- Basic
Hello World
(query) - Basic http example
Several people had asked for a working example of a mutation query, using purely GraphQL, (i.e. without Relay).
Currently the only example floating around is written by @bbuck in his gist here; albeit using the old API:
https://gist.github.com/bbuck/74cb8446cdb49bf8ac22
Putting this out there to invite anyone to contribute! 👍🏻
Update: For #46 , I've added a mutation example there to address the question. May not be the best example for introduce someone to mutations, though.