graphql-ruby-demo
graphql-ruby-demo copied to clipboard
Use graphql-ruby to expose a Rails app
graphql-ruby-demo
Shows an implementation of GraphQL via graphql-ruby.
- Try it on heroku.
- Schema is defined in
/app/graph. - Queries are served by
queries#create. - GraphiQL IDE is served by graphiql-rails