From 9b449745ab5278de6edb2724fe029088403c2971 Mon Sep 17 00:00:00 2001 From: Gabi DJ Date: Wed, 18 Oct 2017 16:34:14 +0300 Subject: [PATCH] Update graphql.php --- examples/01-blog/graphql.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/01-blog/graphql.php b/examples/01-blog/graphql.php index 90c7090..4da8f1e 100644 --- a/examples/01-blog/graphql.php +++ b/examples/01-blog/graphql.php @@ -40,8 +40,6 @@ try { $data = $_REQUEST; } - - $data += ['query' => null, 'variables' => null]; if (null === $data['query']) {