Skip to content

Commit 5a78f1d

Browse files
committed
Update
1 parent c9b2bad commit 5a78f1d

File tree

11 files changed

+636
-537
lines changed

11 files changed

+636
-537
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository contains a set of tests to evaluate and compare the compatibilit
1313
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
1414
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
1515
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
16-
| [Cosmo Router](https://wundergraph.com) | 92.18% | 🟢 16514 | 🟢 347 |
16+
| [Cosmo Router](https://wundergraph.com) | 94.97% | 🟢 1709 | 🟢 365 |
1717
| [Grafbase Gateway](https://grafbase.com) | 91.62% | 🟢 164 ❌ 15 | 🟢 36 ❌ 5 |
1818
| [Inigo Gateway](https://inigo.io) | 49.72% | 🟢 89 ❌ 90 | 🟢 12 ❌ 29 |
1919

REPORT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
88
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
99
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
10-
| [Cosmo Router](https://wundergraph.com) | 92.18% | 🟢 16514 | 🟢 347 |
10+
| [Cosmo Router](https://wundergraph.com) | 94.97% | 🟢 1709 | 🟢 365 |
1111
| [Grafbase Gateway](https://grafbase.com) | 91.62% | 🟢 164 ❌ 15 | 🟢 36 ❌ 5 |
1212
| [Inigo Gateway](https://inigo.io) | 49.72% | 🟢 89 ❌ 90 | 🟢 12 ❌ 29 |
1313

@@ -336,7 +336,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
336336
<a href="./src/test-suites/keys-mashup">keys-mashup</a>
337337
<pre>🟢</pre>
338338
<a href="./src/test-suites/mutations">mutations</a>
339-
<pre>🟢🟢</pre>
339+
<pre>🟢🟢🟢</pre>
340340
<a href="./src/test-suites/mysterious-external">mysterious-external</a>
341341
<pre>🟢🟢</pre>
342342
<a href="./src/test-suites/nested-provides">nested-provides</a>
@@ -364,7 +364,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
364364
<a href="./src/test-suites/requires-requires">requires-requires</a>
365365
<pre>🟢🟢🟢🟢🟢</pre>
366366
<a href="./src/test-suites/requires-with-argument">requires-with-argument</a>
367-
<pre>🟢❌❌❌❌</pre>
367+
<pre>🟢🟢🟢🟢🟢</pre>
368368
<a href="./src/test-suites/requires-with-fragments">requires-with-fragments</a>
369369
<pre>🟢🟢🟢🟢🟢🟢</pre>
370370
<a href="./src/test-suites/shared-root">shared-root</a>

gateways/apollo-router/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://github.com/apollographql/router/releases
2-
curl -sSL https://router.apollo.dev/download/nix/v2.2.0 | sh
2+
curl -sSL https://router.apollo.dev/download/nix/v2.2.1 | sh

gateways/cosmo-router/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -u
88
BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"
99

1010
# https://github.com/wundergraph/cosmo/releases
11-
DOWNLOAD_VERSION="0.206.0"
11+
DOWNLOAD_VERSION="0.215.1"
1212

1313
download_binary() {
1414
downloader --check

gateways/cosmo-router/results.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ interface-object-with-requires
2929
keys-mashup
3030
.
3131
mutations
32-
..X
32+
...
3333
mysterious-external
3434
..
3535
nested-provides
@@ -57,7 +57,7 @@ requires-interface
5757
requires-requires
5858
.....
5959
requires-with-argument
60-
.XXXX
60+
.....
6161
requires-with-fragments
6262
......
6363
shared-root
@@ -83,5 +83,5 @@ union-intersection
8383

8484
---
8585
Total: 179
86-
Passed: 165
87-
Failed: 14
86+
Passed: 170
87+
Failed: 9

gateways/grafbase-gateway/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# to the current directory instead of /usr/local/bin
66

77
# https://github.com/grafbase/grafbase/releases
8-
VERSION="0.37.1"
8+
VERSION="0.38.0"
99

1010
error() {
1111
echo -e "${Red}error${Color_Off}:" "$@" >&2

gateways/hive-gateway/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# https://github.com/graphql-hive/gateway/releases
2-
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.14.0"
2+
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.14.2"

0 commit comments

Comments
 (0)