File tree Expand file tree Collapse file tree 11 files changed +636
-537
lines changed Expand file tree Collapse file tree 11 files changed +636
-537
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This repository contains a set of tests to evaluate and compare the compatibilit
13
13
| [ Hive Gateway] ( https://the-guild.dev/graphql/hive/docs/gateway ) | 100.00% | 🟢 179 | 🟢 41 |
14
14
| [ Apollo Router] ( https://www.apollographql.com/ ) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
15
15
| [ Apollo Gateway] ( https://www.apollographql.com/ ) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
16
- | [ Cosmo Router] ( https://wundergraph.com ) | 92.18 % | 🟢 165 ❌ 14 | 🟢 34 ❌ 7 |
16
+ | [ Cosmo Router] ( https://wundergraph.com ) | 94.97 % | 🟢 170 ❌ 9 | 🟢 36 ❌ 5 |
17
17
| [ Grafbase Gateway] ( https://grafbase.com ) | 91.62% | 🟢 164 ❌ 15 | 🟢 36 ❌ 5 |
18
18
| [ Inigo Gateway] ( https://inigo.io ) | 49.72% | 🟢 89 ❌ 90 | 🟢 12 ❌ 29 |
19
19
Original file line number Diff line number Diff line change 7
7
| [ Hive Gateway] ( https://the-guild.dev/graphql/hive/docs/gateway ) | 100.00% | 🟢 179 | 🟢 41 |
8
8
| [ Apollo Router] ( https://www.apollographql.com/ ) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
9
9
| [ Apollo Gateway] ( https://www.apollographql.com/ ) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
10
- | [ Cosmo Router] ( https://wundergraph.com ) | 92.18 % | 🟢 165 ❌ 14 | 🟢 34 ❌ 7 |
10
+ | [ Cosmo Router] ( https://wundergraph.com ) | 94.97 % | 🟢 170 ❌ 9 | 🟢 36 ❌ 5 |
11
11
| [ Grafbase Gateway] ( https://grafbase.com ) | 91.62% | 🟢 164 ❌ 15 | 🟢 36 ❌ 5 |
12
12
| [ Inigo Gateway] ( https://inigo.io ) | 49.72% | 🟢 89 ❌ 90 | 🟢 12 ❌ 29 |
13
13
@@ -336,7 +336,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
336
336
<a href =" ./src/test-suites/keys-mashup " >keys-mashup</a >
337
337
<pre >🟢</pre >
338
338
<a href =" ./src/test-suites/mutations " >mutations</a >
339
- <pre >🟢🟢❌ </pre >
339
+ <pre >🟢🟢🟢 </pre >
340
340
<a href =" ./src/test-suites/mysterious-external " >mysterious-external</a >
341
341
<pre >🟢🟢</pre >
342
342
<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
364
364
<a href =" ./src/test-suites/requires-requires " >requires-requires</a >
365
365
<pre >🟢🟢🟢🟢🟢</pre >
366
366
<a href =" ./src/test-suites/requires-with-argument " >requires-with-argument</a >
367
- <pre >🟢❌❌❌❌ </pre >
367
+ <pre >🟢🟢🟢🟢🟢 </pre >
368
368
<a href =" ./src/test-suites/requires-with-fragments " >requires-with-fragments</a >
369
369
<pre >🟢🟢🟢🟢🟢🟢</pre >
370
370
<a href =" ./src/test-suites/shared-root " >shared-root</a >
Original file line number Diff line number Diff line change 1
1
# 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
Original file line number Diff line number Diff line change 8
8
BINARY_DOWNLOAD_PREFIX=" https://github.com/wundergraph/cosmo/releases/download"
9
9
10
10
# https://github.com/wundergraph/cosmo/releases
11
- DOWNLOAD_VERSION=" 0.206.0 "
11
+ DOWNLOAD_VERSION=" 0.215.1 "
12
12
13
13
download_binary () {
14
14
downloader --check
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ interface-object-with-requires
29
29
keys-mashup
30
30
.
31
31
mutations
32
- ..X
32
+ ...
33
33
mysterious-external
34
34
..
35
35
nested-provides
@@ -57,7 +57,7 @@ requires-interface
57
57
requires-requires
58
58
.....
59
59
requires-with-argument
60
- .XXXX
60
+ .....
61
61
requires-with-fragments
62
62
......
63
63
shared-root
@@ -83,5 +83,5 @@ union-intersection
83
83
84
84
---
85
85
Total: 179
86
- Passed: 165
87
- Failed: 14
86
+ Passed: 170
87
+ Failed: 9
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -euo pipefail
5
5
# to the current directory instead of /usr/local/bin
6
6
7
7
# https://github.com/grafbase/grafbase/releases
8
- VERSION=" 0.37.1 "
8
+ VERSION=" 0.38.0 "
9
9
10
10
error () {
11
11
echo -e " ${Red} error${Color_Off} :" " $@ " >&2
Original file line number Diff line number Diff line change 1
1
# 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 "
You can’t perform that action at this time.
0 commit comments