graphql-engine/server/src-lib/Hasura/RQL/DDL/Schema/Cache
Auke Booij 5b93014ee8 Make Schema Cache building code slightly more readable
- Avoid a few banana brackets `(| ... |)`, often by just using local `let` bindings
- Use proper `Arrows` syntax rather than helpers like `>->`
- Use monadic `do` syntax instead of `Arrows` syntax where possible
- Avoid `traverseA @Maybe`, in favor of a `case`

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6751
GitOrigin-RevId: c07b22a1a259db6d135486ec71a716705e280717
2022-11-15 20:14:22 +00:00
..
Common.hs Make Schema Cache building code slightly more readable 2022-11-15 20:14:22 +00:00
Dependencies.hs Allow collecting metadata dependencies and inconsistencies separately 2022-11-15 17:00:11 +00:00
Fields.hs Make Schema Cache building code slightly more readable 2022-11-15 20:14:22 +00:00
Permission.hs Make Schema Cache building code slightly more readable 2022-11-15 20:14:22 +00:00