Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into ms/custom-schema-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Meschreiber authored Sep 25, 2024
2 parents aeda4f0 + 6fa5736 commit 15bec46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions src/content/basics/intro/benefits.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,13 @@ Thanks to GraphQL's [strong typing](https://graphql.org/learn/schema) and built-

Apollo provides a cloud-hosted collection of tools that help you build your graph, measure its performance, and grow it safely. These tools are together known as [_Apollo GraphOS_](/graphos/).

After registering your schema with GraphOS, you can use the GraphOS Studio Explorer to inspect all its types and fields. You can also build and run queries against your running server:

<img src="../img/explorer/tab.jpg" alt="Studio Explorer tab" class="screenshot" />
After registering your schema with GraphOS, you can use the GraphOS Studio Explorer to inspect all its types and fields.
You can also build and run queries against your running server.

### Apollo Client DevTools

The Apollo Client DevTools extension for [Chrome](https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/) enables you to inspect your Apollo Client cache, track active queries, and view mutations. It also includes an embedded version of the Explorer, which helps you test queries while you're working on frontend code.

<img src="../img/explorer/devtools.jpg" alt="Apollo DevTools" class="screenshot" />

## GraphQL is production-ready

GraphQL's adoption has risen steadily since Facebook published the original [specification](https://spec.graphql.org/) in 2015. For more and more organizations, the benefits of GraphQL have taken it from a curious engineer's hack-week experiment to the heart of the enterprise data layer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Setup includes two steps:

<Note>

Custom domains will be available through self-service in GraphOS Studio later in 2024. In the meantime, you must open a support request to enable your CNAME with Apollo.
Custom domains will be available through self-service in a future release. In the meantime, you must open a support request to enable your CNAME with Apollo.

</Note>

Expand Down
4 changes: 2 additions & 2 deletions src/content/graphos/org/sso/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: GraphOS Single Sign-On
subtitle: Placeholder
description: Placeholder
subtitle: Simplify access management with SAML and OIDC-based Single Sign-On for Apollo GraphOS
description: Learn how to set up Single Sign-On (SSO) for Apollo GraphOS using SAML or OIDC. Explore both self-service and assisted setup options for secure, centralized access management.
---

<PremiumFeature>
Expand Down

0 comments on commit 15bec46

Please sign in to comment.