From dbea5766737390d772b61362e41f472f4e5a307f Mon Sep 17 00:00:00 2001 From: Syrus Akbary <me@syrusakbary.com> Date: Mon, 30 Nov 2015 00:52:52 -0800 Subject: [PATCH] Add graphene.relay autoload lib --- docs/playground/graphene-js/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/playground/graphene-js/build.sh b/docs/playground/graphene-js/build.sh index d797cf6b..bd707251 100755 --- a/docs/playground/graphene-js/build.sh +++ b/docs/playground/graphene-js/build.sh @@ -19,6 +19,7 @@ eval python tools/module_bundler.py add ./lib/modules "$GRAPHQL_RELAY_DIR" eval python tools/module_bundler.py add ./lib/modules "$SIX_DIR" python ./tools/module_bundler.py preload ./lib/modules graphene +python ./tools/module_bundler.py preload ./lib/modules graphene.relay python ./tools/module_bundler.py preload ./lib/modules graphql python ./tools/module_bundler.py preload ./lib/modules graphql_relay python ./tools/module_bundler.py preload ./lib/modules six