Mention the GraphQL context object in docs

This commit is contained in:
Valtýr Örn Kjartansson
2018-12-23 13:28:50 +00:00
parent c73b2b8d34
commit d541aca80f
+2
View File
@@ -52,6 +52,8 @@ Serve a GraphQL API::
Visiting the endpoint will render a *GraphiQL* instance, in the browser.
You can make use of Responder's Request and Response objects in your GraphQL resolvers through ``info.context['request']`` and ``info.context['response']``.
OpenAPI Schema Support
----------------------