mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 01:47:45 +03:00 
			
		
		
		
	Fix typo in Schema docs (#1259)
This commit is contained in:
		
							parent
							
								
									6918db1033
								
							
						
					
					
						commit
						b685e109f5
					
				| 
						 | 
					@ -15,7 +15,7 @@ Schema will collect all type definitions related to the root operations and then
 | 
				
			||||||
        subscription=MyRootSubscription
 | 
					        subscription=MyRootSubscription
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A Root Query is just a special :ref:`ObjectType` that :ref:` defines the fields <Scalars>` that are the entrypoint for your API. Root Mutation and Root Subscription are similar to Root Query, but for different operation types:
 | 
					A Root Query is just a special :ref:`ObjectType` that defines the fields that are the entrypoint for your API. Root Mutation and Root Subscription are similar to Root Query, but for different operation types:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Query fetches data
 | 
					* Query fetches data
 | 
				
			||||||
* Mutation changes data and retrieves the changes
 | 
					* Mutation changes data and retrieves the changes
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user