graph-queue-hell-rb This project is a sample Ruby Rack application using GraphQL. Development Setup: $ make bundle Running the server: $ make server Perform GraphQL simple query: $ make graphql.query Perform GraphQL simple mutation: $ make graphql.mutation