graphql-engine/server/src-lib/Hasura
Alexis King 54e6439579 Change the way we determine whether or not queries are reusable
This fixes an issue where queries could incorrectly be considered
reusable if a variable was used in two positions: one where it affected
SQL generation and one where it did not.
2019-09-16 22:00:46 -05:00
..
Events unlock only locked rows during startup (#2778) 2019-08-26 19:41:38 -05:00
GraphQL Change the way we determine whether or not queries are reusable 2019-09-16 22:00:46 -05:00
RQL Change the way we determine whether or not queries are reusable 2019-09-16 22:00:46 -05:00
Server Multiplex all subscriptions, grouping them by their resolved SQL query 2019-09-16 22:00:46 -05:00
SQL propagate Postgres table comments to GraphQL schema descriptions (close #446) (#2397) 2019-09-16 20:51:11 -05:00
Cache.hs Multiplex all subscriptions, grouping them by their resolved SQL query 2019-09-16 22:00:46 -05:00
Db.hs Multiplex all subscriptions, grouping them by their resolved SQL query 2019-09-16 22:00:46 -05:00
EncJSON.hs Use ByteString to cache introspection response, closes #1942 (#2028) 2019-04-18 17:45:07 +05:30
HTTP.hs allow configuring timeout for remote schema calls (close #2501) (#2753) 2019-08-23 14:27:19 +05:30
Logging.hs breaking: server logging changes (close #507, close #2171) (#1835) 2019-07-11 05:37:06 +00:00
Prelude.hs use named notation for function arguments if any argument is not specified (fix #2730) (#2777) 2019-08-28 14:27:15 -05:00