File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This repository contains a set of tests to evaluate and compare the compatibilit
1414| [ Hive Gateway] ( https://the-guild.dev/graphql/hive/gateway ) | 98.44% | 🟢 189 ❌ 3 | 🟢 42 ❌ 2 |
1515| [ Apollo Router] ( https://www.apollographql.com/ ) | 97.40% | 🟢 187 ❌ 5 | 🟢 41 ❌ 3 |
1616| [ Apollo Gateway] ( https://www.apollographql.com/ ) | 96.88% | 🟢 186 ❌ 6 | 🟢 40 ❌ 4 |
17- | [ Cosmo Router] ( https://wundergraph.com ) | 94.27 % | 🟢 181 ❌ 11 | 🟢 37 ❌ 7 |
17+ | [ Cosmo Router] ( https://wundergraph.com ) | 93.75 % | 🟢 180 ❌ 12 | 🟢 36 ❌ 8 |
1818| [ Grafbase Gateway] ( https://grafbase.com ) | 91.67% | 🟢 176 ❌ 16 | 🟢 38 ❌ 6 |
1919| [ Inigo Gateway] ( https://inigo.io ) | 47.92% | 🟢 92 ❌ 100 | 🟢 12 ❌ 32 |
2020
Original file line number Diff line number Diff line change 88| [ Hive Gateway] ( https://the-guild.dev/graphql/hive/gateway ) | 98.44% | 🟢 189 ❌ 3 | 🟢 42 ❌ 2 |
99| [ Apollo Router] ( https://www.apollographql.com/ ) | 97.40% | 🟢 187 ❌ 5 | 🟢 41 ❌ 3 |
1010| [ Apollo Gateway] ( https://www.apollographql.com/ ) | 96.88% | 🟢 186 ❌ 6 | 🟢 40 ❌ 4 |
11- | [ Cosmo Router] ( https://wundergraph.com ) | 94.27 % | 🟢 181 ❌ 11 | 🟢 37 ❌ 7 |
11+ | [ Cosmo Router] ( https://wundergraph.com ) | 93.75 % | 🟢 180 ❌ 12 | 🟢 36 ❌ 8 |
1212| [ Grafbase Gateway] ( https://grafbase.com ) | 91.67% | 🟢 176 ❌ 16 | 🟢 38 ❌ 6 |
1313| [ Inigo Gateway] ( https://inigo.io ) | 47.92% | 🟢 92 ❌ 100 | 🟢 12 ❌ 32 |
1414
@@ -494,7 +494,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
494494<a href =" ./src/test-suites/shared-root " >shared-root</a >
495495<pre >🟢🟢</pre >
496496<a href =" ./src/test-suites/simple-entity-call " >simple-entity-call</a >
497- <pre >🟢 </pre >
497+ <pre >❌ </pre >
498498<a href =" ./src/test-suites/simple-inaccessible " >simple-inaccessible</a >
499499<pre >🟢🟢🟢🟢</pre >
500500<a href =" ./src/test-suites/simple-interface-object " >simple-interface-object</a >
Original file line number Diff line number Diff line change 5555 "name" : " Cosmo Router" ,
5656 "cases" : {
5757 "total" : 192 ,
58- "passed" : 181 ,
59- "failed" : 11
58+ "passed" : 180 ,
59+ "failed" : 12
6060 },
6161 "suites" : {
6262 "total" : 44 ,
63- "passed" : 37 ,
64- "failed" : 7
63+ "passed" : 36 ,
64+ "failed" : 8
6565 }
6666 },
6767 {
Original file line number Diff line number Diff line change @@ -367,14 +367,14 @@ <h2 class="text-gray-500 text-lg md:text-xl">
367367 Cosmo Router
368368 </ a >
369369 </ td >
370- < td class ="p-4 align-middle font-semibold "> 94.27 %</ td >
370+ < td class ="p-4 align-middle font-semibold "> 93.75 %</ td >
371371 < td class ="p-4 align-middle ">
372- < span class ="text-emerald-700 mr-2 "> ✓ 181 </ span >
373- < span class ="text-red-700 "> ✗ 11 </ span >
372+ < span class ="text-emerald-700 mr-2 "> ✓ 180 </ span >
373+ < span class ="text-red-700 "> ✗ 12 </ span >
374374 </ td >
375375 < td class ="p-4 align-middle ">
376- < span class ="text-emerald-700 mr-2 "> ✓ 37 </ span >
377- < span class ="text-red-700 "> ✗ 7 </ span >
376+ < span class ="text-emerald-700 mr-2 "> ✓ 36 </ span >
377+ < span class ="text-red-700 "> ✗ 8 </ span >
378378 </ td >
379379 < td class ="p-4 align-middle ">
380380 < a
You can’t perform that action at this time.
0 commit comments