9 lines
		
	
	
		
			119 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			119 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
query Starters {
 | 
						|
    pokemon_pokemons(limit: 12) {
 | 
						|
        results {
 | 
						|
            id
 | 
						|
            name
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |