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
2 changes: 1 addition & 1 deletion gateways/grafbase/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
# to the current directory instead of /usr/local/bin

# https://github.com/grafbase/grafbase/releases
VERSION="0.49.0"
VERSION="0.50.1"

error() {
echo -e "${Red}error${Color_Off}:" "$@" >&2
Expand Down
2 changes: 1 addition & 1 deletion gateways/hive-gateway-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hive-gateway-bun",
"version": "0.0.0",
"dependencies": {
"@graphql-hive/gateway": "2.1.10",
"@graphql-hive/gateway": "hive-router-query-planner",
"graphql": "16.11.0"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions gateways/hive-gateway-bun/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/usr/bin/env bash
#
NODE_ENV=production JIT=true npx bun hive-gateway supergraph supergraph.graphql > ./gateway_log.txt 2>&1
__EXPERIMENTAL__HIVE_ROUTER_QUERY_PLANNER=1 NODE_ENV=production npx bun hive-gateway supergraph supergraph.graphql > ./gateway_log.txt 2>&1
4 changes: 2 additions & 2 deletions gateways/hive-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "hive-gateway",
"version": "0.0.0",
"scripts": {
"start": "hive-gateway supergraph supergraph.graphql --jit"
"start": "hive-gateway supergraph supergraph.graphql"
},
"dependencies": {
"@graphql-hive/gateway": "2.1.10",
"@graphql-hive/gateway": "hive-router-query-planner",
"graphql": "16.11.0"
}
}
2 changes: 1 addition & 1 deletion gateways/hive-gateway/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
NODE_ENV=production npm start > ./gateway_log.txt 2>&1
__EXPERIMENTAL__HIVE_ROUTER_QUERY_PLANNER=1 NODE_ENV=production npm start > ./gateway_log.txt 2>&1
2 changes: 1 addition & 1 deletion gateways/hive-router/install.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -o- https://raw.githubusercontent.com/graphql-hive/router/main/install.sh | sh -s v0.0.8
curl -o- https://raw.githubusercontent.com/graphql-hive/router/main/install.sh | sh -s v0.0.14
Loading
Loading