Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Oct 28, 2024
1 parent fc65104 commit 097aae4
Show file tree
Hide file tree
Showing 11 changed files with 114 additions and 104 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This repository contains a set of tests to evaluate and compare the compatibilit
| [Hive Gateway](https://the-guild.dev/graphql/hive) | 100.00% | 🟢 171 | 🟢 41 |
| [Apollo Router](https://www.apollographql.com/) | 97.66% | 🟢 167 ❌ 4 | 🟢 39 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.08% | 🟢 166 ❌ 5 | 🟢 38 ❌ 3 |
| [Cosmo Router](https://wundergraph.com) | 69.59% | 🟢 11952 | 🟢 19 ❌ 22 |
| [Grafbase Gateway](https://grafbase.com) | 59.06% | 🟢 10170 | 🟢 19 ❌ 22 |
| [Cosmo Router](https://wundergraph.com) | 72.51% | 🟢 12447 | 🟢 19 ❌ 22 |
| [Grafbase Gateway](https://grafbase.com) | 60.23% | 🟢 10368 | 🟢 19 ❌ 22 |

<!-- gateways:end -->

Expand Down
12 changes: 6 additions & 6 deletions REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
| [Hive Gateway](https://the-guild.dev/graphql/hive) | 100.00% | 🟢 171 | 🟢 41 |
| [Apollo Router](https://www.apollographql.com/) | 97.66% | 🟢 167 ❌ 4 | 🟢 39 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.08% | 🟢 166 ❌ 5 | 🟢 38 ❌ 3 |
| [Cosmo Router](https://wundergraph.com) | 69.59% | 🟢 11952 | 🟢 19 ❌ 22 |
| [Grafbase Gateway](https://grafbase.com) | 59.06% | 🟢 10170 | 🟢 19 ❌ 22 |
| [Cosmo Router](https://wundergraph.com) | 72.51% | 🟢 12447 | 🟢 19 ❌ 22 |
| [Grafbase Gateway](https://grafbase.com) | 60.23% | 🟢 10368 | 🟢 19 ❌ 22 |

## Detailed Results

Expand Down Expand Up @@ -385,7 +385,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/union-interface-distributed">union-interface-distributed</a>
<pre>❌🟢🟢🟢🟢🟢🟢</pre>
<a href="./src/test-suites/union-intersection">union-intersection</a>
<pre>❌❌❌❌❌❌❌❌</pre>
<pre>🟢🟢🟢❌❌🟢🟢❌</pre>
</details>

<a id="grafbase-gateway"></a>
Expand Down Expand Up @@ -424,7 +424,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/input-object-intersection">input-object-intersection</a>
<pre>🟢🟢🟢</pre>
<a href="./src/test-suites/interface-object-with-requires">interface-object-with-requires</a>
<pre>🟢❌🟢❌❌❌</pre>
<pre>🟢🟢❌🟢❌❌❌</pre>
<a href="./src/test-suites/keys-mashup">keys-mashup</a>
<pre>🟢</pre>
<a href="./src/test-suites/mutations">mutations</a>
Expand All @@ -448,7 +448,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/parent-entity-call-complex">parent-entity-call-complex</a>
<pre>❌</pre>
<a href="./src/test-suites/provides-on-interface">provides-on-interface</a>
<pre>❌</pre>
<pre>🟢❌</pre>
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
<pre>🟢🟢</pre>
<a href="./src/test-suites/requires-interface">requires-interface</a>
Expand Down Expand Up @@ -478,5 +478,5 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/union-interface-distributed">union-interface-distributed</a>
<pre>🟢🟢🟢🟢🟢🟢🟢</pre>
<a href="./src/test-suites/union-intersection">union-intersection</a>
<pre>🟢🟢🟢❌❌🟢❌</pre>
<pre>❌🟢🟢❌❌🟢🟢❌</pre>
</details>
2 changes: 1 addition & 1 deletion gateways/apollo-router/install.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -sSL https://router.apollo.dev/download/nix/v1.56.0 | sh
curl -sSL https://router.apollo.dev/download/nix/v1.57.0 | sh
2 changes: 1 addition & 1 deletion gateways/cosmo-router/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -u

BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"

DOWNLOAD_VERSION="0.124.1"
DOWNLOAD_VERSION="0.132.0"

download_binary() {
downloader --check
Expand Down
6 changes: 3 additions & 3 deletions gateways/cosmo-router/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ unavailable-override
union-interface-distributed
X......
union-intersection
XXXXXXXX
...XX..X

---
Total: 171
Passed: 119
Failed: 52
Passed: 124
Failed: 47
2 changes: 1 addition & 1 deletion gateways/grafbase-gateway/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
# I took their install script and modified it to download the gateway binary
# to the current directory instead of /usr/local/bin

VERSION="0.15.0"
VERSION="0.16.0"

error() {
echo -e "${Red}error${Color_Off}:" "$@" >&2
Expand Down
10 changes: 5 additions & 5 deletions gateways/grafbase-gateway/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ XXXX
input-object-intersection
...
interface-object-with-requires
X.X.XXX
..X.XXX
keys-mashup
.
mutations
Expand All @@ -49,7 +49,7 @@ X
parent-entity-call-complex
X
provides-on-interface
XX
.X
provides-on-union
..
requires-interface
Expand Down Expand Up @@ -79,9 +79,9 @@ unavailable-override
union-interface-distributed
.......
union-intersection
...XX.XX
X..XX..X

---
Total: 171
Passed: 101
Failed: 70
Passed: 103
Failed: 68
2 changes: 1 addition & 1 deletion gateways/hive-gateway/install.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.3.1"
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.4.0"
Loading

0 comments on commit 097aae4

Please sign in to comment.