Connectors / the-space-devs

Explore launches and missions
with The Space Devs πŸš€

The Space Devs is a group of space enthusiast developers working on a range of services, united in a common goal to improve public knowledge and accessibility of spaceflight information. They aim to bring space app developers together into a thriving community by providing helpful data and tools, accessible to everyone for free.

Try out the Connector!

  • Click β–Ί SearchUpcomingLaunches to run the operation. You just got back real data from The Space Devs! Don't see SearchUpcomingLaunches? Try closing the tab in Sandbox.

  • Toggle the Response dropdown and select Query Plan. This is the strategy for executing an incoming operation efficiently.

  • Toggle the Query Plan dropdown to Connectors Debugger to click into the details of each request.

Get started with your LLM or Assistant

  • Create a new graph in GraphOS and follow the "Set up your local development environment" instructions.

  • Copy the prebuilt Connector file content into the .graphql file in your local project to use a single portion of the API like launches. Copy all of the .graphql files and the supergraph.yaml file if you want to explore the entire API yourself.

  • Run rover dev.

rover dev \
  --supergraph-config supergraph.yaml \
  --router-config router.yaml

Connectors resources