Commit Graph

12 Commits

Author SHA1 Message Date
Daniel df0efb6603
Fix typo (#816) 2020-02-04 14:14:53 +00:00
Tom Christie 7f8cd04173
Version 0.13 (#704)
* Version 0.13

* Fix misnamed requirement

* Updating routing docs

* Update routing docs

* Update docs

* Simpler Middleware signature

* Update middleware docs

* Update exception docs

* Allow 'None' in middleware lists, for easy disabling of middleware.

* Update README
2019-11-13 12:25:18 +00:00
Stein Magnus Jodal 0156ff3926
docs: Add missing import 2019-05-12 11:14:14 +02:00
Jordan Eremieff ff8336fb6b Disable graphiql by default (#375)
* Disable graphiql by default

* Default to graphiql enabled
2019-02-19 13:14:42 +00:00
Tom Christie 439b4680f0
Add executor_class to GraphQLApp (#350) 2019-01-25 15:45:18 +00:00
Tom Christie 96c09044e8
Add BackgroundTasks for multiple jobs. Support GraphQL background tasks. (#273) 2018-12-14 14:56:31 +00:00
Tom Christie 5379b125d3 Version 0.9.2 2018-12-04 16:45:44 +00:00
Jordan Eremieff d0b342981e Move arg (#210) 2018-11-10 08:02:51 +00:00
Tom Christie 5584568f8a
Drop add_graphql_route, in favor of more consistent API style (#170) 2018-11-01 12:52:16 +00:00
Tom Christie 137c2ab70e Add 'app.add_graphql_route()' 2018-10-18 16:58:49 +01:00
Tom Christie c0f9f60ae9 Add graphiql support 2018-10-18 15:24:26 +01:00
Tom Christie 315a21be85
GraphQL support (#126)
* GraphQL support

* GraphQL support

* Run GraphQL queries inside a threadpool

* Support AsyncioExecutor

* GraphQL error formatting

* Docs for GraphQL support
2018-10-18 14:45:18 +01:00