Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions demos/graphql-demo/graph/api/contrib.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
from aiohttp import web
from aiohttp_graphql import GraphQLView
from graphql_server.aiohttp import GraphQLView
from graphql_server.render_graphiql import GRAPHIQL_VERSION, process_var
from graphql_ws.aiohttp import AiohttpSubscriptionServer
from aiohttp_graphql.render_graphiql import (
GRAPHIQL_VERSION,
process_var,
)


GQPHIQL_TEMPLATE = """
<!DOCTYPE html>
Expand Down
6 changes: 3 additions & 3 deletions demos/graphql-demo/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
aiohttp==3.8.3
aiopg[sa]==1.4.0
aiohttp_jinja2==1.5
aiohttp_graphql==1.1.0
aiodataloader==0.3.0
faker==15.3.2
trafaret_config==2.0.2
graphene==2.1.9
graphql-core==2.3.2
graphene==3.1.1
graphql-core==3.2.5
graphql-server[aiohttp]==3.0.0b7
graphql-ws==0.4.4
psycopg2-binary==2.9.5
redis==4.3.4
Expand Down
Loading