mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Fix typo
This commit is contained in:
parent
1021487742
commit
c1d5761177
|
@ -121,7 +121,7 @@ Unlike a RESTful API, there is only a single URL from which GraphQL is accessed.
|
||||||
|
|
||||||
We are going to use Flask to create a server that expose the GraphQL schema under `/graphql` and a interface for querying it easily: GraphiQL under `/graphiql`.
|
We are going to use Flask to create a server that expose the GraphQL schema under `/graphql` and a interface for querying it easily: GraphiQL under `/graphiql`.
|
||||||
|
|
||||||
Afortunately for us, the library `Flask-GraphQL` that we installed previously is making the task quite easy.
|
Fortunately for us, the library `Flask-GraphQL` that we previously installed makes this task quite easy.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# flask_sqlalchemy/app.py
|
# flask_sqlalchemy/app.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user