mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	Improved Docs
This commit is contained in:
		
							parent
							
								
									52e68cf23e
								
							
						
					
					
						commit
						ecb1edd5c2
					
				|  | @ -8,7 +8,7 @@ Please read [UPGRADE-v1.0.md](/UPGRADE-v1.0.md) to learn how to upgrade to Graph | ||||||
| [Graphene](http://graphene-python.org) is a Python library for building GraphQL schemas/types fast and easily. | [Graphene](http://graphene-python.org) is a Python library for building GraphQL schemas/types fast and easily. | ||||||
| 
 | 
 | ||||||
| - **Easy to use:** Graphene helps you use GraphQL in Python without effort. | - **Easy to use:** Graphene helps you use GraphQL in Python without effort. | ||||||
| - **Relay & Apollo:** Graphene has builtin support for both [Apollo](https://github.com/apollographql/apollo-client) and [Relay](https://github.com/facebook/relay) | - **Relay:** Graphene has builtin support for both Relay. | ||||||
| - **Data agnostic:** Graphene supports any kind of data source: SQL (Django, SQLAlchemy), NoSQL, custom Python objects, etc. | - **Data agnostic:** Graphene supports any kind of data source: SQL (Django, SQLAlchemy), NoSQL, custom Python objects, etc. | ||||||
|   We believe that by providing a complete API you could plug Graphene anywhere your data lives and make your data available |   We believe that by providing a complete API you could plug Graphene anywhere your data lives and make your data available | ||||||
|   through GraphQL. |   through GraphQL. | ||||||
|  | @ -25,6 +25,7 @@ Graphene has multiple integrations with different frameworks: | ||||||
| | Google App Engine    |  [graphene-gae](https://github.com/graphql-python/graphene-gae/)  | | | Google App Engine    |  [graphene-gae](https://github.com/graphql-python/graphene-gae/)  | | ||||||
| | Peewee    |  *In progress* ([Tracking Issue](https://github.com/graphql-python/graphene/issues/289))  | | | Peewee    |  *In progress* ([Tracking Issue](https://github.com/graphql-python/graphene/issues/289))  | | ||||||
| 
 | 
 | ||||||
|  | Also, Graphene is fully compatible with the GraphQL spec, working seamlessly with all GraphQL clients, such as [Relay](https://github.com/facebook/relay), [Apollo](https://github.com/apollographql/apollo-client) and [gql](https://github.com/graphql-python/gql). | ||||||
| 
 | 
 | ||||||
| ## Installation | ## Installation | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -11,7 +11,7 @@ building GraphQL schemas/types fast and easily. | ||||||
| 
 | 
 | ||||||
| -  **Easy to use:** Graphene helps you use GraphQL in Python without | -  **Easy to use:** Graphene helps you use GraphQL in Python without | ||||||
|    effort. |    effort. | ||||||
| -  **Relay:** Graphene has builtin support for Relay | -  **Relay:** Graphene has builtin support for both Relay. | ||||||
| -  **Data agnostic:** Graphene supports any kind of data source: SQL | -  **Data agnostic:** Graphene supports any kind of data source: SQL | ||||||
|    (Django, SQLAlchemy), NoSQL, custom Python objects, etc. We believe |    (Django, SQLAlchemy), NoSQL, custom Python objects, etc. We believe | ||||||
|    that by providing a complete API you could plug Graphene anywhere |    that by providing a complete API you could plug Graphene anywhere | ||||||
|  | @ -34,6 +34,12 @@ Graphene has multiple integrations with different frameworks: | ||||||
| | Peewee              | *In progress* (`Tracking Issue <https://github.com/graphql-python/graphene/issues/289>`__)   | | | Peewee              | *In progress* (`Tracking Issue <https://github.com/graphql-python/graphene/issues/289>`__)   | | ||||||
| +---------------------+----------------------------------------------------------------------------------------------+ | +---------------------+----------------------------------------------------------------------------------------------+ | ||||||
| 
 | 
 | ||||||
|  | Also, Graphene is fully compatible with the GraphQL spec, working | ||||||
|  | seamlessly with all GraphQL clients, such as | ||||||
|  | `Relay <https://github.com/facebook/relay>`__, | ||||||
|  | `Apollo <https://github.com/apollographql/apollo-client>`__ and | ||||||
|  | `gql <https://github.com/graphql-python/gql>`__. | ||||||
|  | 
 | ||||||
| Installation | Installation | ||||||
| ------------ | ------------ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user