We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23073eb commit dbea576Copy full SHA for dbea576
docs/playground/graphene-js/build.sh
@@ -19,6 +19,7 @@ eval python tools/module_bundler.py add ./lib/modules "$GRAPHQL_RELAY_DIR"
19
eval python tools/module_bundler.py add ./lib/modules "$SIX_DIR"
20
21
python ./tools/module_bundler.py preload ./lib/modules graphene
22
+python ./tools/module_bundler.py preload ./lib/modules graphene.relay
23
python ./tools/module_bundler.py preload ./lib/modules graphql
24
python ./tools/module_bundler.py preload ./lib/modules graphql_relay
25
python ./tools/module_bundler.py preload ./lib/modules six
0 commit comments