This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
graphql-lightning-talk/README.md

16 lines
531 B
Markdown
Raw Normal View History

2018-04-08 08:48:56 +12:00
# Wellington Elixir Meetup GraphQL Lightning Talk
2018-04-08 16:28:29 +12:00
## Because I couldn't think of a snappier title
2018-04-08 08:48:56 +12:00
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.