This repository contains a GraphQL server that fetches data from the SpaceX API.
The main file is index.ts
which sets up the GraphQL resolvers for the server. The resolvers fetch data from the SpaceX API for different types of objects like Rocket
, Launchpad
, etc.
To install the dependencies, run:
npm install
To start the server, run:
npm start
The server provides GraphQL endpoints for fetching data about SpaceX's rockets, launchpads, and more.
Contributions are welcome. Please open an issue or submit a pull request.