/graphql_people

Playing with Graphql

Primary LanguageRuby

Playing about with Graphql

A simple Ruby Graphql API Originally Built from this tutorial

With added mutation and data load batching from the Ruby Graphql Gems guide

To have a go run

bundle install
bundle exec rails server

Then go to http://localhost:3000/graphiql

The interesting code is under app/types