From 40449757d00327a3adf89e5f072aa377593e26af Mon Sep 17 00:00:00 2001 From: Roman Sharkov Date: Sun, 3 Nov 2024 20:41:58 +0100 Subject: [PATCH 1/2] feat: Add gqlhash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ca4e3a3..c230caf3 100644 --- a/README.md +++ b/README.md @@ -269,6 +269,7 @@ If you want to contribute to this list (please do), send me a pull request. - [WunderGraph Cosmo](https://github.com/wundergraph/cosmo) - The Open-Source GraphQL Federation Solution with Full Lifecycle API Management for (Federated) GraphQL. Schema Registry, composition checks, analytics, metrics, tracing and routing. - [graphql-go-tools](https://github.com/wundergraph/graphql-go-tools) - A graphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more. - [graphql-sunset](https://github.com/sophiabits/graphql-sunset) - Quickly and easily add support for the `Sunset` header to your GraphQL server, to better communicate upcoming breaking changes. +- [gqlhash](https://github.com/romshark/gqlhash) - Lightning fast GraphQL query hasher that ignores formatting diffs and comments and supports multiple hashing functions. From eab553cf761cc2879b1ecfb9bed89505fd6fa182 Mon Sep 17 00:00:00 2001 From: Roman Sharkov Date: Sun, 3 Nov 2024 20:44:57 +0100 Subject: [PATCH 2/2] fix: Change category --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c230caf3..a30e272a 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,6 @@ If you want to contribute to this list (please do), send me a pull request. - [WunderGraph Cosmo](https://github.com/wundergraph/cosmo) - The Open-Source GraphQL Federation Solution with Full Lifecycle API Management for (Federated) GraphQL. Schema Registry, composition checks, analytics, metrics, tracing and routing. - [graphql-go-tools](https://github.com/wundergraph/graphql-go-tools) - A graphQL Router / API Gateway framework written in Golang, focussing on correctness, extensibility, and high-performance. Supports Federation v1 & v2, Subscriptions & more. - [graphql-sunset](https://github.com/sophiabits/graphql-sunset) - Quickly and easily add support for the `Sunset` header to your GraphQL server, to better communicate upcoming breaking changes. -- [gqlhash](https://github.com/romshark/gqlhash) - Lightning fast GraphQL query hasher that ignores formatting diffs and comments and supports multiple hashing functions. @@ -766,6 +765,7 @@ If you want to contribute to this list (please do), send me a pull request. - [ILLA Cloud](https://www.illacloud.com/) – Open-source low-code tool building platform provides an easy way to integrate with GraphQL with minimal configurations - [DronaHQ](https://www.dronahq.com/) - Build internal tools, dashboards, admin panel on top of GraphQL data in minutes - [Dynaboard](https://dynaboard.com) - Generate low-code web apps from any GraphQL API using AI. +- [gqlhash](https://github.com/romshark/gqlhash) - Lightning fast query hasher that ignores formatting diffs and comments and supports multiple hashing functions. ## Databases