graphql-engine/server/src-lib/Hasura/Incremental
Alexis King b65e9fc1b2 server: Fix buggy rewrite rule for Rule
We’re lucky that this never bit us. For the most part, these rules
aren’t actually used; most code programs against ArrowCache and doesn’t
get specialized enough for these rules to fire.

Even if we did have code that could trigger this rule, the situations
where it would actually fire are slim. In order for the rule to
typecheck at all, both sides of the pair being passed through the arrow
must have exactly the same type. Of course, that would just make this
even more hellish to debug.

Rewrite rules are dangerous.
2020-03-14 20:38:26 -05:00
..
Internal server: Fix buggy rewrite rule for Rule 2020-03-14 20:38:26 -05:00
Select.hs Build the GraphQL context after pruning dangling dependents 2020-01-30 18:17:29 -06:00