Skip to content

Commit

Permalink
Update anchor addresses to the-guild.dev/graphql/hive
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Nov 22, 2024
1 parent e13ef8e commit d9d0206
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ thumbnail: /blog-assets/announcing-free-single-sign-on-for-graphql-hive/thumbnai
Today we are excited to announce that due to popular demand we now support connecting a GraphQL Hive
Organization to an OAuth Open ID Connect Provider (OIDC) for Single Sign On (SSO).

> [GraphQL Hive](https://graphql-hive.com/) is our schema registry solution for continuously
> evolving your GraphQL schema backed by performance insights and usage statistics. Whether you are
> working in a small company with a single GraphQL service or a big multi-team company with multiple
> (federated or composed) GraphQL services, GraphQL Hive is the perfect tool to help you manage your
> GraphQL schema.
> [GraphQL Hive](https://the-guild.dev/graphql/hive) is our schema registry solution for
> continuously evolving your GraphQL schema backed by performance insights and usage statistics.
> Whether you are working in a small company with a single GraphQL service or a big multi-team
> company with multiple (federated or composed) GraphQL services, GraphQL Hive is the perfect tool
> to help you manage your GraphQL schema.
GraphQL Hive gives you the flexibility of choosing your existing identity provider of choice for
authenticating users, such as Google Workspaces, Okta, Auth0, and many more.
Expand All @@ -38,8 +38,8 @@ is also available on self-hosted GraphQL Hive

Huge thanks go out to the incredible helpful team at [SuperTokens](https://supertokens.com/) that
helped us a lot with questions and feedback on shipping this feature. GraphQL Hive is
[fully open source](http://github.com/kamilkisiela/graphql-hive) and also uses the SuperTokens Open
[fully open source](http://github.com/graphql-hive/console) and also uses the SuperTokens Open
Source project for user authentication.

- [Get started with adding OAuth OIDC SSO to your GraphQL Hive organization](https://docs.graphql-hive.com/features/sso-oidc-provider)
- [Get started with with custom OIDC providers for self-hosted Hive](https://docs.graphql-hive.com/self-hosting/oidc-login)
- [Get started with adding OAuth OIDC SSO to your GraphQL Hive organization](https://the-guild.dev/graphql/hive/docs/management/sso-oidc-provider)
- [Get started with with custom OIDC providers for self-hosted Hive](https://the-guild.dev/graphql/hive/docs/self-hosting/oidc-login)
2 changes: 1 addition & 1 deletion website/pages/blog/announcing-graphql-hive-release.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Doing so will avoid deployment issues and development issues (ex: getting intros
from the wrong development version of the schema).

More examples are available in Hive documentation:
[https://docs.graphql-hive.com/features/registry-usage](https://docs.graphql-hive.com/features/registry-usage).
https://the-guild.dev/graphql/hive/docs/high-availability-cdn.

The three aspects of Schema Registry covered above **will help you a safer and smoother deployment
of your GraphQL APIs**, even when working with standalone or monolithic GraphQL APIs.
Expand Down
2 changes: 1 addition & 1 deletion website/pages/blog/announcing-self-hosted-graphql-hive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Today, we are happy to announce that we have reached this milestone and spinning
GraphQL Hive instance is as easy as running a single command! All you need is `docker` and
`docker-compose` installed on your machine.

[Head over to our GraphQL Hive documentation for getting started!](https://docs.graphql-hive.com/self-hosting/get-started)
[Head over to our GraphQL Hive documentation for getting started!](https://the-guild.dev/graphql/hive/docs/self-hosting/get-started)
13 changes: 7 additions & 6 deletions website/pages/blog/graphql-hive-and-clickhouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ by covering Hive's architecture in detail.

## What Is GraphQL Hive?

[GraphQL Hive](https://graphql-hive.com) is a Schema Registry, Monitoring, and Analytics solution
for GraphQL APIs. A fully open-source tool that helps you to track the history of changes prevents
breaking the API and analyzing the traffic of your API.
[GraphQL Hive](https://the-guild.dev/graphql/hive) is a Schema Registry, Monitoring, and Analytics
solution for GraphQL APIs. A fully open-source tool that helps you to track the history of changes
prevents breaking the API and analyzing the traffic of your API.

GraphQL Hive makes you aware of how your GraphQL API is used and what is the experience of its final
users.
Expand All @@ -32,9 +32,10 @@ you missed it, we recently

It is important to be aware of how a GraphQL API is used and what is the experience of its final
users. To answer these questions GraphQL Hive collects
[Usage Reports](https://docs.graphql-hive.com/specs/usage-reports). By looking at the sample below,
you can get an idea of how GraphQL Hive knows when it's safe to delete a type or a field of your
GraphQL API. This is the most important building block of all data available in GraphQL Hive.
[Usage Reports](https://the-guild.dev/graphql/hive/docs/specs/usage-reports). By looking at the
sample below, you can get an idea of how GraphQL Hive knows when it's safe to delete a type or a
field of your GraphQL API. This is the most important building block of all data available in
GraphQL Hive.

```json
{
Expand Down
8 changes: 4 additions & 4 deletions website/pages/blog/graphql-hive-preview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image: /blog-assets/graphql-hive/cover.png
---

Today, we're happy to announce
[**GraphQL Hive**](https://graphql-hive.com/?utm_source=blog&utm_medium=link&utm_campaign=blog_hive) -
[**GraphQL Hive**](https://the-guild.dev/graphql/hive?utm_source=blog&utm_medium=link&utm_campaign=blog_hive) -
**a registry of schemas** to manage, safeguard and optimize your **team's workflows** when deploying
**GraphQL services**. Hold your horses, we're not publicly launching it yet, it's only the start of
a beta testing program we give out today. **Sign up for early access!**
Expand All @@ -35,8 +35,8 @@ workflows and on-premise needs.
[Apollo Federation](https://the-guild.dev/graphql/hive/federation) and Schema Stitching services**.
In a later release we also aim to support other types of schemas, like open-api, gRPC, SOAP and
others that are not originally GraphQL thanks to the power of our
[GraphQL Mesh library](https://graphql-mesh.com). That is in order that you will be able to enjoy
all the powerful features from GraphQL Hive, even if you don't use GraphQL.
[GraphQL Mesh library](https://the-guild.dev/graphql/hive). That is in order that you will be able
to enjoy all the powerful features from GraphQL Hive, even if you don't use GraphQL.

![Use GraphQL Hive with GraphQL Mesh](https://og-image-guild.vercel.app/**Beyond**%20GraphQL.png?theme=light&md=1&fontSize=100px&images=https://graphql-mesh.com/img/mesh-text-logo.svg&images=https%3A%2F%2Fgraphql-hive.com%2Flogo.svg&widths=auto&widths=380)

Expand All @@ -53,7 +53,7 @@ All of that to get a clear picture of how the GraphQL APIs are being developed a
## Request for Early Access Today!

If you're interested to try it out and give us feedback, please visit
[graphql-hive.com](https://graphql-hive.com/?utm_source=blog&utm_medium=link&utm_campaign=blog_hive)
[graphql-hive.com](https://the-guild.dev/graphql/hive/?utm_source=blog&utm_medium=link&utm_campaign=blog_hive)
and sign up for the early access program. The benefits are that you will get to work closely with
us, while we review your use-cases and workflows and make sure GraphQL Hive supports you in the best
way possible!
2 changes: 1 addition & 1 deletion website/pages/blog/oss-contributor-workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contributors:
- [SOFA](https://sofa-api.com)
- [GraphQL-ESLint](https://github.com/dimaMachina/graphql-eslint)
- [GraphQL Inspector](https://graphql-inspector.com)
- [GraphQL Hive](https://graphql-hive.com)
- [GraphQL Hive](https://the-guild.dev/graphql/hive)

As you can see, the list goes on (for a good reason), and we have more interesting projects on the
way which you can find [here](/open-source) 😉
Expand Down

0 comments on commit d9d0206

Please sign in to comment.