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 thesupergraph.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
Learn more about Connectors by checking out the Connectors documentation.
Have questions? Check out the Apollo Community for Connectors to discuss.