mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-29 23:17:47 +03:00 
			
		
		
		
	Fix documentation typing in schema.py for v2 (#1335)
This commit is contained in:
		
							parent
							
								
									7d2af3104e
								
							
						
					
					
						commit
						fc582baf40
					
				|  | @ -34,7 +34,7 @@ class Schema(GraphQLSchema): | |||
|     about the types through introspection. | ||||
| 
 | ||||
|     Args: | ||||
|         query (ObjectType): Root query *ObjectType*. Describes entry point for fields to *read* | ||||
|         query (Type[ObjectType]): Root query *ObjectType*. Describes entry point for fields to *read* | ||||
|             data in your Schema. | ||||
|         mutation (ObjectType, optional): Root mutation *ObjectType*. Describes entry point for | ||||
|             fields to *create, update or delete* data in your API. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user