Skip to content
Open
Changes from 1 commit
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