mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	Fix typo in quickstart document (#1201)
This commit is contained in:
		
							parent
							
								
									b0c8a17ec7
								
							
						
					
					
						commit
						966aba06cd
					
				| 
						 | 
				
			
			@ -103,7 +103,7 @@ For each **Field** in our **Schema**, we write a **Resolver** method to fetch da
 | 
			
		|||
Schema Definition Language (SDL)
 | 
			
		||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 | 
			
		||||
 | 
			
		||||
In the `GraphQL Schema Definition Language`_, we could describe the fields defined by our example code as show below.
 | 
			
		||||
In the `GraphQL Schema Definition Language`_, we could describe the fields defined by our example code as shown below.
 | 
			
		||||
 | 
			
		||||
.. _GraphQL Schema Definition Language: https://graphql.org/learn/schema/
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user