12 lines
		
	
	
		
			195 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			195 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
query Dragons {
 | 
						|
  spacex_dragons {
 | 
						|
    name
 | 
						|
    active
 | 
						|
    # remove the comments to add thrusters to the query
 | 
						|
    #      thrusters {
 | 
						|
    #          amount
 | 
						|
    #          pods
 | 
						|
    #      }
 | 
						|
  }
 | 
						|
}
 |