From 14b097a67f9cd7bfe0b92cd75e47ef79fd1e623a Mon Sep 17 00:00:00 2001 From: Federico Miras Date: Wed, 14 Feb 2018 19:55:42 -0300 Subject: [PATCH] Remove unused var from with-graphql example (#342) --- examples/with-graphql-request/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-graphql-request/index.js b/examples/with-graphql-request/index.js index aad25845..ce436e94 100644 --- a/examples/with-graphql-request/index.js +++ b/examples/with-graphql-request/index.js @@ -1,4 +1,4 @@ -const { GraphQLClient, request } = require('graphql-request') +const { request } = require('graphql-request') const endpoint = 'https://api.graph.cool/simple/v1/movies' // Prepare simple query