From 9c651d327b3de3766f47420e24ed939cece72fcf Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Tue, 5 Nov 2024 14:18:12 +0100 Subject: [PATCH 1/2] Add new gateway and tool `hive` --- src/code/services/hive.md | 6 ++++++ src/code/tools/hive/gateways-supergraphs/hive.md | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 src/code/services/hive.md create mode 100644 src/code/tools/hive/gateways-supergraphs/hive.md diff --git a/src/code/services/hive.md b/src/code/services/hive.md new file mode 100644 index 0000000000..1841523ddb --- /dev/null +++ b/src/code/services/hive.md @@ -0,0 +1,6 @@ +--- +name: Hive +description: Hive is a fully open-source schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs. +url: https://the-guild.dev/graphql/hive +github: graphql-hive/platform +--- diff --git a/src/code/tools/hive/gateways-supergraphs/hive.md b/src/code/tools/hive/gateways-supergraphs/hive.md new file mode 100644 index 0000000000..b3b4db3463 --- /dev/null +++ b/src/code/tools/hive/gateways-supergraphs/hive.md @@ -0,0 +1,6 @@ +--- +name: Hive Gateway +description: Hive Gateway can act as a GraphQL federation Gateway or a proxy for any GraphQL service. +url: https://the-guild.dev/graphql/hive +github: graphql-hive/gateway +--- From 82a2f816b42022d38b1f792666f20d01cabd0dae Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Tue, 5 Nov 2024 14:29:06 +0100 Subject: [PATCH 2/2] lower --- src/code/tools/hive/gateways-supergraphs/hive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code/tools/hive/gateways-supergraphs/hive.md b/src/code/tools/hive/gateways-supergraphs/hive.md index b3b4db3463..467c6d4f92 100644 --- a/src/code/tools/hive/gateways-supergraphs/hive.md +++ b/src/code/tools/hive/gateways-supergraphs/hive.md @@ -1,6 +1,6 @@ --- name: Hive Gateway -description: Hive Gateway can act as a GraphQL federation Gateway or a proxy for any GraphQL service. +description: Hive Gateway can act as a GraphQL federation gateway or a proxy for any GraphQL service. url: https://the-guild.dev/graphql/hive github: graphql-hive/gateway ---