mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
Modify docs/gateway page - include "graphql router" (#5990)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
1ea4df95b5
commit
7c8ac779ad
3 changed files with 7 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ export function IndexPage(): ReactElement {
|
|||
size="xl"
|
||||
className="mx-auto max-w-3xl text-balance text-center text-white"
|
||||
>
|
||||
Open-source GraphQL Federation Platform
|
||||
Open-Source GraphQL Federation Platform
|
||||
</Heading>
|
||||
<p className="mx-auto w-[512px] max-w-[80%] text-center leading-6 text-white/80">
|
||||
Schema registry, analytics and gateway for GraphQL federation and other GraphQL APIs.
|
||||
|
|
|
|||
|
|
@ -1,21 +1,21 @@
|
|||
---
|
||||
title: GraphQL Gateway
|
||||
description:
|
||||
Hive Gateway is the Apollo Federation Gateway and/or Proxy Gateway for your GraphQL services.
|
||||
Hive Gateway is the GraphQL federation Gateway and/or Proxy Gateway for your GraphQL services.
|
||||
---
|
||||
|
||||
import { Callout, Cards, Tabs } from '@theguild/components'
|
||||
|
||||
# Hive Gateway
|
||||
|
||||
Hive Gateway is a fully open-source MIT-licensed GraphQL gateway that can act as a
|
||||
Hive Gateway is a fully open-source MIT-licensed GraphQL gateway (GraphQL router) that can act as a
|
||||
[GraphQL federation](/federation) Gateway or a Proxy Gateway for any GraphQL services.
|
||||
|
||||
The Hive Gateway can be run as a standalone binary, a Docker Image, or as a JavaScript package (e.g.
|
||||
within Node.js, Bun, Deno, Google Cloud Functions, Azure Functions or Cloudflare Workers)
|
||||
|
||||
Hive Gateway provides the following features on top of your Federated GraphQL schema or proxied
|
||||
GraphQL schema:
|
||||
Our GraphQL API Gateway provides the following features on top of your Federated GraphQL schema or
|
||||
proxied GraphQL schema:
|
||||
|
||||
- [GraphQL Subscriptions](/docs/gateway/subscriptions) with WebSockets, HTTP Callbacks or SSE
|
||||
- Automatic query and request batching to reduce the number of HTTP requests to your subgraph
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Open-source GraphQL Federation Platform
|
||||
title: Open-Source GraphQL Federation Platform
|
||||
description:
|
||||
Fully Open-source schema registry, analytics and gateway for GraphQL federation and other GraphQL
|
||||
Fully Open-Source schema registry, analytics and gateway for GraphQL federation and other GraphQL
|
||||
APIs
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue