Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 720 Bytes

File metadata and controls

16 lines (11 loc) · 720 Bytes

Introduction

👋 Welcome! This is a workshop for learning how to use Apollo Connectors to integrate REST APIs into your GraphQL schema.

Setup

  1. Install the latest Rover
  2. Set up your editor:
    1. VS Code
    2. JetBrains IDEs
    3. NeoVim

Starting the GraphQL Server

Run rover dev --supergraph-config supergraph.yaml. This will start Apollo Router and watch for local file changes, automatically reloading.