From 9c6c17cbcdb8bf8185fc1b873dcfd08f723e4df5 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Wed, 16 Aug 2017 14:04:41 +0100 Subject: Add a minimal GraphQL API --- Gemfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 90fa659fe78..134b726c9eb 100644 --- a/Gemfile +++ b/Gemfile @@ -93,6 +93,12 @@ gem 'grape', '~> 1.0' gem 'grape-entity', '~> 0.7.1' gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' +# GraphQL API +gem 'graphql', '~> 1.7.14' +gem 'graphql-batch', '~> 0.3.9' +gem 'graphql-preload', '~> 2.0.0' +gem 'graphiql-rails', '~> 1.4.10' + # Disable strong_params so that Mash does not respond to :permitted? gem 'hashie-forbidden_attributes' -- cgit v1.2.3