mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			87 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			87 B
		
	
	
	
		
			GraphQL
		
	
	
	
	
	
query {
 | 
						|
  store {
 | 
						|
    teas(orderBy:"name") {
 | 
						|
      name
 | 
						|
      steepingTime
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |