graphql-engine/server/src-lib
Auke Booij 20cbe9cfd3
server: fix an introspection query caching issue (fix #4547) (#4661)
Introspection queries accept variables, but we need to make sure to
also touch the variables that we ignore, so that an introspection
query is marked not reusable if we are not able to build a correct
query plan for it.

A better solution here would be to deal with such unused variables
correctly, so that more introspection queries become reusable.

An even better solution would be to type-safely track *how* to reuse
which variables, rather than to split the reusage marking from the
planning.

Co-authored-by: Tirumarai Selvan <tiru@hasura.io>
2020-05-18 14:27:56 +02:00
..
Control More robust forking, exception safety. Closes #3768 (#3860) 2020-03-05 23:29:26 +05:30
Data Migrate to GHC 8.10, upgrade dependencies. Closes #4517 2020-05-13 19:13:02 -04:00
Hasura server: fix an introspection query caching issue (fix #4547) (#4661) 2020-05-18 14:27:56 +02:00
Network/URI Scheduled triggers (close #1914) (#3553) 2020-05-13 18:03:16 +05:30