Skip to content

Commit

Permalink
Include Apollo GraphOS in Apollo alternative page (#4532)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kamilkisiela and github-actions[bot] committed Apr 16, 2024
1 parent f53ed75 commit 4bbab6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: "Prettier"
name: 'Prettier'

on:
workflow_dispatch:
inputs:
branch:
required: true
description: "Name of the branch to run prettier"
description: 'Name of the branch to run prettier'

run-name: 'Prettify "${{ github.event.inputs.branch }}" (by ${{ github.actor }})'

jobs:
prettier:
runs-on: ubuntu-22.04

steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -52,4 +52,3 @@ jobs:
git commit -am "Prettier"
git push
fi
9 changes: 5 additions & 4 deletions packages/web/docs/src/pages/docs/use-cases/apollo-studio.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Open Source Alternative to Apollo Studio
title: Open Source Alternative to Apollo Studio and GraphOS
description:
GraphQL Hive is an open source drop-in replacement for Apollo Studio (Apollo GraphOS) with no
vendor lock-in.
vendor lock-in. Managed and 100% on-premise options.
---

# Open Source Apollo Studio Alternative
Expand Down Expand Up @@ -75,5 +75,6 @@ comes with a 30-day free trial, ensuring you find the best fit for your requirem
According to our users, GraphQL Hive presents itself as an exceptional alternative to Apollo Studio,
offering a seamless integration with the Apollo ecosystem, a familiar CLI interface, robust
features, open source flexibility, scalable hosting options, and comprehensive monitoring
capabilities. The transition from Apollo Studio to GraphQL Hive is a straightforward step, allowing
you to harness the power of GraphQL development to its fullest potential.
capabilities. The transition from Apollo Studio (Apollo GraphOS) to GraphQL Hive is a
straightforward step, allowing you to harness the power of GraphQL development to its fullest
potential.

0 comments on commit 4bbab6c

Please sign in to comment.