ljones140 / graphql_people

Playing with Graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Playing with Graphql


Languages

Language:Ruby 81.3%Language:HTML 14.0%Language:JavaScript 2.9%Language:CSS 1.8%