Initial commit of README.

This commit is contained in:
James Harton 2018-04-08 08:48:56 +12:00
commit 13621e67df

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# Wellington Elixir Meetup GraphQL Lightning Talk
## Because I counldn't think of a snappier title
This is a very quick overview of what GraphQL is and what it's useful for. A lot of this info can be gleaned directly from the [Absinthe](https://absinthe-graphql.org/) documentation.
Things we're going to cover in this presentation:
* What the heck is GraphQL anyway?
* Setting it up with Phoenix
* Handling Queries
* Handling Mutations
* Handling Subscriptions
* Extra for experts
To get started checkout the `step-1` branch.