From 0fd377445016b83db993039f3a9ca145026df8b1 Mon Sep 17 00:00:00 2001 From: Andy Likuski Date: Tue, 23 Jan 2018 14:48:10 -0800 Subject: [PATCH] Changed to latest version of graphql to avoid https://github.com/graphql/graphql-js/pull/1174 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4bfcc7..5f2cef7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.3.0", "enzyme-wait": "^1.0.9", - "graphql": "^0.12.3", + "graphql": "git://github.com/graphql/graphql-js.git#npm", "graphql-geojson": "^1.0.0", "graphql-tools": "^2.18.0", "immutable": "^3.8.2",