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:
fneitzel 2020-04-02 15:06:48 +02:00 committed by GitHub
parent 0da06d4d54
commit 12a4931c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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