mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-17 03:50:44 +03:00
Fixed typo. Thanks @ pauliwang!
This commit is contained in:
parent
7530aeb202
commit
c6170671c0
|
@ -116,9 +116,9 @@ INSTALLED_APPS = [
|
||||||
Unlike a RESTful API, there is only a single URL from which a GraphQL is accessed.
|
Unlike a RESTful API, there is only a single URL from which a GraphQL is accessed.
|
||||||
Requests to this URL are handled by Graphene's `GraphQLView` view.
|
Requests to this URL are handled by Graphene's `GraphQLView` view.
|
||||||
|
|
||||||
Additionally, and interface for navigating this API will be very useful. Graphene
|
Additionally, an interface for navigating this API will be very useful. Graphene
|
||||||
includes the [graphiql](https://github.com/graphql/graphiql) in-browser IDE
|
includes the [graphiql](https://github.com/graphql/graphiql) in-browser IDE
|
||||||
which assits and exploring and querying your new API. We'll add a URL for this too.
|
which assists in exploring and querying your new API. We’ll add a URL for this too.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from django.conf.urls import url, include
|
from django.conf.urls import url, include
|
||||||
|
|
Loading…
Reference in New Issue
Block a user