Commit Graph

9 Commits

Author SHA1 Message Date
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