Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest #95

Merged
merged 1 commit into from
Jan 14, 2025
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository contains a set of tests to evaluate and compare the compatibilit
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
| [Grafbase Gateway](https://grafbase.com) | 90.50% | 🟢 16217 | 🟢 356 |
| [Grafbase Gateway](https://grafbase.com) | 93.30% | 🟢 16712 | 🟢 365 |
| [Cosmo Router](https://wundergraph.com) | 73.74% | 🟢 132 ❌ 47 | 🟢 22 ❌ 19 |
| [Inigo Gateway](https://inigo.io) | 49.16% | 🟢 88 ❌ 91 | 🟢 12 ❌ 29 |

Expand Down
6 changes: 3 additions & 3 deletions REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
| [Grafbase Gateway](https://grafbase.com) | 90.50% | 🟢 16217 | 🟢 356 |
| [Grafbase Gateway](https://grafbase.com) | 93.30% | 🟢 16712 | 🟢 365 |
| [Cosmo Router](https://wundergraph.com) | 73.74% | 🟢 132 ❌ 47 | 🟢 22 ❌ 19 |
| [Inigo Gateway](https://inigo.io) | 49.16% | 🟢 88 ❌ 91 | 🟢 12 ❌ 29 |

Expand Down Expand Up @@ -306,7 +306,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<details>
<summary>Results</summary>
<a href="./src/test-suites/abstract-types">abstract-types</a>
<pre>🟢🟢🟢🟢🟢🟢🟢🟢❌🟢❌❌🟢🟢❌🟢🟢</pre>
<pre>🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢</pre>
<a href="./src/test-suites/child-type-mismatch">child-type-mismatch</a>
<pre>🟢🟢🟢🟢</pre>
<a href="./src/test-suites/circular-reference-interface">circular-reference-interface</a>
Expand Down Expand Up @@ -348,7 +348,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/null-keys">null-keys</a>
<pre>🟢</pre>
<a href="./src/test-suites/override-type-interface">override-type-interface</a>
<pre>❌🟢🟢</pre>
<pre>❌🟢🟢🟢</pre>
<a href="./src/test-suites/override-with-requires">override-with-requires</a>
<pre>🟢🟢🟢🟢</pre>
<a href="./src/test-suites/parent-entity-call">parent-entity-call</a>
Expand Down
2 changes: 1 addition & 1 deletion gateways/cosmo-router/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u
BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"

# https://github.com/wundergraph/cosmo/releases
DOWNLOAD_VERSION="0.161.1"
DOWNLOAD_VERSION="0.162.0"

download_binary() {
downloader --check
Expand Down
2 changes: 1 addition & 1 deletion gateways/grafbase-gateway/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.23.0"
VERSION="0.24.0"

error() {
echo -e "${Red}error${Color_Off}:" "$@" >&2
Expand Down
8 changes: 4 additions & 4 deletions gateways/grafbase-gateway/results.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
abstract-types
........X.XX..X..
.................
child-type-mismatch
....
circular-reference-interface
Expand Down Expand Up @@ -41,7 +41,7 @@ non-resolvable-interface-object
null-keys
.
override-type-interface
XX..
X...
override-with-requires
....
parent-entity-call
Expand Down Expand Up @@ -83,5 +83,5 @@ union-intersection

---
Total: 179
Passed: 162
Failed: 17
Passed: 167
Failed: 12
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"graphql-yoga": "5.10.9",
"jest-diff": "29.7.0",
"kill-port-process": "3.2.1",
"wait-on": "8.0.1",
"wait-on": "8.0.2",
"detect-port": "2.1.0",
"yargs": "17.7.2"
},
Expand All @@ -71,7 +71,7 @@
"@apollo/server": "4.11.3",
"@types/async-retry": "1.4.9",
"@types/express": "5.0.0",
"@types/node": "22.10.5",
"@types/node": "22.10.6",
"@types/wait-on": "5.3.4",
"@types/yargs": "17.0.33",
"@types/detect-port": "1.3.5",
Expand Down
10 changes: 5 additions & 5 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,14 +330,14 @@ <h2 class="text-gray-500 text-lg md:text-xl">
Grafbase Gateway
</a>
</td>
<td class="p-4 align-middle font-semibold">90.50%</td>
<td class="p-4 align-middle font-semibold">93.30%</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">✓ 162</span>
<span class="text-red-700">✗ 17</span>
<span class="text-emerald-700 mr-2">✓ 167</span>
<span class="text-red-700">✗ 12</span>
</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">✓ 35</span>
<span class="text-red-700">✗ 6</span>
<span class="text-emerald-700 mr-2">✓ 36</span>
<span class="text-red-700">✗ 5</span>
</td>
<td class="p-4 align-middle">
<a
Expand Down
Loading