feat: rm GAE

Signed-off-by: QuentinN42 <quentin@lieumont.fr>
This commit is contained in:
QuentinN42 2023-02-24 09:24:28 -08:00
parent 5598852874
commit cf88428a02
No known key found for this signature in database
GPG Key ID: 2CD7D563712B3A50
2 changed files with 0 additions and 4 deletions

View File

@ -36,9 +36,6 @@ Graphene has multiple integrations with different frameworks:
| SQLAlchemy | `graphene-sqlalchemy <https://git |
| | hub.com/graphql-python/graphene-sqlalchemy/>`__ |
+-------------------+-------------------------------------------------+
| Google App Engine | `graphene-gae <http |
| | s://github.com/graphql-python/graphene-gae/>`__ |
+-------------------+-------------------------------------------------+
Also, Graphene is fully compatible with the GraphQL spec, working
seamlessly with all GraphQL clients, such as

View File

@ -456,5 +456,4 @@ intersphinx_mapping = {
"http://docs.graphene-python.org/projects/sqlalchemy/en/latest/",
None,
),
"graphene_gae": ("http://docs.graphene-python.org/projects/gae/en/latest/", None),
}