diff --git a/README.md b/README.md index afd657b..3762172 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This repository contains a set of tests to evaluate and compare the compatibilit | Gateway | Compatibility | Test Cases | Test Suites | | :-------------------------------------------------------------: | :-----------: | :----------: | :---------: | -| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 99.42% | 🟢 170 ❌ 1 | 🟢 40 ❌ 1 | +| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 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 | | [Grafbase Gateway](https://grafbase.com) | 74.85% | 🟢 128 ❌ 43 | 🟢 29 ❌ 12 | diff --git a/REPORT.md b/REPORT.md index ac26053..9240c09 100644 --- a/REPORT.md +++ b/REPORT.md @@ -4,7 +4,7 @@ | Gateway | Compatibility | Test Cases | Test Suites | | :-------------------------------------------------------------: | :-----------: | :----------: | :---------: | -| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 99.42% | 🟢 170 ❌ 1 | 🟢 40 ❌ 1 | +| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 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 | | [Grafbase Gateway](https://grafbase.com) | 74.85% | 🟢 128 ❌ 43 | 🟢 29 ❌ 12 | @@ -69,7 +69,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id null-keys
🟢override-type-interface -
❌🟢🟢🟢+
🟢🟢🟢🟢override-with-requires
🟢🟢🟢🟢parent-entity-call diff --git a/gateways/hive-gateway/install.sh b/gateways/hive-gateway/install.sh index 4a0d238..d7b8a9d 100755 --- a/gateways/hive-gateway/install.sh +++ b/gateways/hive-gateway/install.sh @@ -1,2 +1,2 @@ # https://github.com/graphql-hive/gateway/releases -curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.5.1" \ No newline at end of file +curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.5.2" \ No newline at end of file diff --git a/gateways/hive-gateway/results.txt b/gateways/hive-gateway/results.txt index 271c742..c1d86b3 100644 --- a/gateways/hive-gateway/results.txt +++ b/gateways/hive-gateway/results.txt @@ -41,7 +41,7 @@ non-resolvable-interface-object null-keys . override-type-interface -X... +.... override-with-requires .... parent-entity-call @@ -83,5 +83,5 @@ union-intersection --- Total: 171 -Passed: 170 -Failed: 1 \ No newline at end of file +Passed: 171 +Failed: 0 \ No newline at end of file diff --git a/website/index.html b/website/index.html index b5cda71..51d6933 100644 --- a/website/index.html +++ b/website/index.html @@ -232,7 +232,7 @@