graphql-engine/server/src-lib/Hasura/GraphQL/Resolve
Auke Booij 4d10a610f4
server: fix mishandling of GeoJSON inputs in subscriptions (fix #3239) (#4551)
* Add support for multiple top-level fields in a subscription to improve testability of subscriptions

* Add an internal flag to enable multiple subscriptions

* Add missing call to withConstructorFn in live queries (fix #3239)

Co-authored-by: Alexis King <lexi.lambda@gmail.com>
2020-05-13 10:09:44 +02:00
..
Action.hs server: fix mishandling of GeoJSON inputs in subscriptions (fix #3239) (#4551) 2020-05-13 10:09:44 +02:00
BoolExp.hs allow custom mutations through actions (#3042) 2020-02-13 23:08:23 +05:30
Context.hs allow custom mutations through actions (#3042) 2020-02-13 23:08:23 +05:30
InputValue.hs allow custom mutations through actions (#3042) 2020-02-13 23:08:23 +05:30
Insert.hs backend only insert permissions (rfc #4120) (#4224) 2020-04-24 14:40:53 +05:30
Introspect.hs backend only insert permissions (rfc #4120) (#4224) 2020-04-24 14:40:53 +05:30
Mutation.hs server: _inc for non-integer numeric types (fix #3573) (#4429) 2020-04-17 11:32:09 +02:00
Select.hs server: allow computed fields to have access to Hasura's session variables (fix #3846) (#4486) 2020-04-27 17:07:03 +02:00
Types.hs backend only insert permissions (rfc #4120) (#4224) 2020-04-24 14:40:53 +05:30