Skip to content

Commit 436c44e

Browse files
committed
docs: either compliant or not
1 parent c0c1d3c commit 436c44e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -729,13 +729,13 @@ Having said this, graphql-http is mostly aimed for library authors and simple se
729729

730730
If you want a feature-full server with bleeding edge technologies, you're recommended to use one of the following.
731731

732-
| Name | Audit |
733-
| ------------------------------------------------------------------ | ------------------------------------------------------------------ |
734-
| [graphql-yoga](https://www.the-guild.dev/graphql/yoga-server) | [Fully compliant](/implementations/graphql-yoga/README.md) |
735-
| [hotchocolate](https://chillicream.com/docs/hotchocolate) | [Fully compliant](/implementations/hotchocolate/README.md) |
736-
| [apollo-server](https://www.apollographql.com/docs/apollo-server/) | [Partially compliant](/implementations/apollo-server/README.md) |
737-
| [mercurius](https://mercurius.dev) | [Partially compliant](/implementations/mercurius/README.md) |
738-
| [graphql-helix](https://www.graphql-helix.com/) | [⚠️ Not compliant](/implementations/graphql-helix/README.md) |
732+
| Name | Audit |
733+
| ------------------------------------------------------------------ | ------------------------------------------------------------ |
734+
| [graphql-yoga](https://www.the-guild.dev/graphql/yoga-server) | [Compliant](/implementations/graphql-yoga/README.md) |
735+
| [hotchocolate](https://chillicream.com/docs/hotchocolate) | [Compliant](/implementations/hotchocolate/README.md) |
736+
| [apollo-server](https://www.apollographql.com/docs/apollo-server/) | [Compliant](/implementations/apollo-server/README.md) |
737+
| [mercurius](https://mercurius.dev) | [Compliant](/implementations/mercurius/README.md) |
738+
| [graphql-helix](https://www.graphql-helix.com/) | [⚠️ Not compliant](/implementations/graphql-helix/README.md) |
739739

740740
## [Documentation](docs/)
741741

scripts/audit-implementation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function main() {
4848
);
4949
} else if (counts.warn) {
5050
process.stdout.write(
51-
`::notice::Implementation complies with the GraphQL over HTTP spec, but does not pass all optional audits. ${summary}${os.EOL}`,
51+
`::notice::Implementation is compliant with the GraphQL over HTTP spec, but some optional audits fail. ${summary}${os.EOL}`,
5252
);
5353
} else {
5454
process.stdout.write(

0 commit comments

Comments
 (0)