From f40b010987cce9d11db0aa55ec312bd926af0bd1 Mon Sep 17 00:00:00 2001 From: Loris Zinsou Date: Wed, 13 Dec 2017 03:57:54 +0100 Subject: [PATCH 1/2] Update to the latest GraphiQL, fetch and React versions --- aiohttp_graphql/render_graphiql.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aiohttp_graphql/render_graphiql.py b/aiohttp_graphql/render_graphiql.py index fc46374..560c04d 100644 --- a/aiohttp_graphql/render_graphiql.py +++ b/aiohttp_graphql/render_graphiql.py @@ -4,7 +4,7 @@ from aiohttp import web -GRAPHIQL_VERSION = '0.7.1' +GRAPHIQL_VERSION = '0.11.10' TEMPLATE = '''