Docs
Launch GraphOS Studio

Get started with Cloud Dedicated

Create your first Dedicated cloud router


Cloud is currently in invite-only preview. Don't hesitate to get in touch if you'd like to request access or have any questions or feedback.

Follow this hands-on guide to create a new that uses a . To learn about Dedicated cloud routing in general, go to the Cloud Dedicated overview.

Prerequisites

To complete this quickstart, you must have the following:

  • A GraphOS Studio account
  • An organization with the get in touch to request access.
  • One or more APIs that Apollo can access. That means you must either:
    • Make your API(s) available via a publicly accessible URL, for example, https://api.mycompany.com/subgraphA
    • Keep your API(s) private but allow secure connections, for example, via VPC networking

If you have multiple , each needs to be exposed to Apollo. Your , however, should only be publicly accessible via your .

NOTE

In a , each API is called a subgraph. Apollo refers to these APIs as , even if you only connect one GraphQL API.

The doesn't supported nested federation—that is, a cannot act as a for another set of subgraphs.

Step 1. Create a new graph

To provision a new , you must first create a new in GraphOS Studio. To do so, click Create New Graph from the Graphs tab.

Graphs tab in GraphOS Studio

Step 2. Connect APIs

  1. Next, connect your API to Apollo.

    • If your API URL is publicly accessible, enter the API URL. This URL is the URL that client applications currently use to your API.
    • If your API isn't publicly accessible and requires private networking, you can connect to it with AWS VPC Lattice. Select My endpoint isn't publicly accessible to connect a VPC. Follow the prompts to complete setup.
    Cloud router configuration screen
  2. Enter a Subgraph name. The name should reflect your API's data or capabilities and uniquely identify your API among any other APIs you might add to the later.

    NOTE

    The name is immutable.

  3. Select the backend provider and region to deploy your in.

  4. Optionally, configure headers, secrets, CORS rules, or other configurations. You can always update your router configuration as needed.

  5. Provide a Supergraph name and ID.

    • The name is displayed throughout Studio and helps your team distinguish between your graphs. You can change your graph's name at any time.
    • The ID is immutable and must be unique across all of Apollo. Ensure it starts with a letter and contains only letters, numbers, and dashes. You'll use the ID to reference your from various tools, such as the .
  6. Click Create GraphOS Router.

Provisioning a for your new may take a few moments. Once done, click Query your supergraph to open the Explorer and begin playing with your , or Open README to go to your 's landing page.

Before moving to the next step, add any other APIs you want to connect. Open the Subgraphs page from the left navigation and click Add a subgraph.

The 'Add a subgraph' button in the subgraphs page in GraphOS Studio

Every configuration or change—including adding a —triggers a new launch. Every automatically deploys new instances for your .

NOTE

The process typically takes 1-2 minutes but may take up to 5 minutes. During the process, Apollo provisions new and swaps them in once they're online. Deployments minimize API degradation and downtime.

Step 3. Inspect and configure your cloud router

have a separate UI for management and configuration. Open the Cloud Router page from the left navigation. This page shows a summary of your , including its API endpoint and API details.

Use the Configuration tab to manage your 's configuration, including secrets and Router configuration YAML. See the Apollo Router docs for more information.

The Cloud Router page in GraphOS Studio

Step 4. Test and validate

To test whether your works as intended, run a sample by clicking Run in Explorer from your 's README.

The 'Run in Explorer' button in GraphOS Studio

Enable subgraph error reporting if you run into issues.

For further testing, you can add to your for development or staging environments. To do so, go to Settings > This Graph > Variants and click Add a variant.

The 'Add a variant' button in GraphOS Studio

Apollo recommends running a load test to determine how much throughput capacity you need to run your .

Step 5. Go live

Your is ready to start receiving client ! If you have existing client applications that connect directly to your API, you can update their GraphQL endpoint URL to your 's URL.

Similarly, any new client applications should use your 's URL.

NOTE

  • For all browser-based clients, make sure their origin is allowed in your 's CORS rules.

  • Only update clients that communicate with the correct instance of your API. For example, if your API has staging and production instances, only update clients that communicate with the instance used by this .

Router endpoint URL

You can find your endpoint URL on the Cloud router page in .

A cloud router's endpoint displayed on the Cloud Router page in GraphOS Studio

NOTE

By default, URLs are on a subdomain of apollographos.net. You can setup a custom domain to minimize client-side changes.

Next steps

Congratulations! 🎉 You've built a cloud supergraph on GraphOS. Check out the Next steps article for some of the most common and important actions to perform on your , including updating your 's schema and setting up continuous delivery.

Previous
Overview
Next
Throughput guide
Edit on GitHubEditForumsDiscord

© 2024 Apollo Graph Inc.

Privacy Policy

Company