From 9b65d4bb417fb4939289eab94487c894f0a62db6 Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Wed, 23 May 2018 09:55:14 +0200 Subject: Initial setup GraphQL using graphql-ruby 1.8 - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601 --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 8f1d8f66f10..4c63f4c10b8 100644 --- a/Gemfile +++ b/Gemfile @@ -94,8 +94,7 @@ gem 'grape-entity', '~> 0.7.1' gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' # GraphQL API -gem 'graphql', '~> 1.7.14' -gem 'graphql-preload', '~> 2.0.0' +gem 'graphql', '~> 1.8.0' gem 'graphiql-rails', '~> 1.4.10' # Disable strong_params so that Mash does not respond to :permitted? -- cgit v1.2.3