We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4e11a commit 76aeda3Copy full SHA for 76aeda3
graphql_server/render_graphiql.py
@@ -4,6 +4,8 @@
4
import re
5
from typing import Any, Dict, Optional, Tuple
6
7
+# This Environment import is only for type checking purpose,
8
+# and only relevant if rendering GraphiQL with Jinja
9
try:
10
from jinja2 import Environment
11
except ImportError:
0 commit comments