5b13c8a200f55bfe58962aab99cc623a87e3f141
				
			
			
		
	WunderGraph Cloud Starter
A simple starter that consumes the GraphQL SpaceX API
Getting started locally
npm install && npm start
Fetch all SpaceX Dragons from your WunderGraph.
curl -X GET http://localhost:9991/operations/Dragons
Deploy to WunderGraph Cloud
- Fork this repo
 - Sign in to WunderGraph Cloud
 - Create a new project
 - Import the forked repo
 - Deploy the project
 
Try it out (replace YOUR_PROJECT_NAME with your project name):
curl -X GET https://{YOUR_PROJECT_NAME}.wundergraph.dev/operations/Dragons
Make changes
- Make changes to the 
mainbranch, e.g. change the query in.wundergraph/operations/Dragons.graphql - Commit and push the changes
 
See your changes live in less than a minute.
Learn More
Read the Docs.
Description
				
					Languages
				
				
								
								
									TypeScript
								
								92.8%
							
						
							
								
								
									JavaScript
								
								7.2%