mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-19 00:22:05 +03:00
Documentation missing endpoint explanation
Add some information about GRAPHQL_URL. Otherwise people run into ERROR 400 problems, if they have a different endpoint.
This commit is contained in:
parent
0da06d4d54
commit
12a4931c15
|
@ -3,6 +3,8 @@ Testing API calls with django
|
|||
|
||||
If you want to unittest your API calls derive your test case from the class `GraphQLTestCase`.
|
||||
|
||||
Your endpoint is set with `GRAPHQL_URL`. The default endpoint is `GRAPHQL_URL="/graphql/"` in `GraphQLTestCase`
|
||||
|
||||
Usage:
|
||||
|
||||
.. code:: python
|
||||
|
|
Loading…
Reference in New Issue
Block a user