Source for a talk I gave about GraphQL and Elixir/Phoenix.
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.
Find a file
2018-04-10 18:19:57 +12:00
.gitignore update gitignore, 2018-04-10 18:19:57 +12:00
go.sh Update go.sh 2018-04-10 12:37:40 +12:00
README.md Update READme and include gitignore. 2018-04-08 16:28:29 +12:00

Wellington Elixir Meetup GraphQL Lightning Talk

Because I couldn'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 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.