graphql-engine/server/src-lib/Hasura/Backends/BigQuery
Auke Booij 05b3a64e8f Clean up Hasura.Prelude a bit
- Remove `onJust` in favor of the more general `for_`
- Remove `withJust` which was used only once
- Remove `hashNub` in favor of `Ord`-based `uniques`
- Simplify some of the implementations in `Hasura.Prelude`
- Add `hlint` hint from `maybe True` to `all`, and `maybe False` to `any`

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6173
GitOrigin-RevId: 2c6ebbe2d04f60071d2a53a2d43c6d62dbc4b84e
2022-10-03 21:50:53 +00:00
..
DDL Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
Instances Memoize column parsers (within roles) 2022-10-03 20:11:44 +00:00
Parser server: Permit strings for numerical input fields 2022-09-30 13:25:57 +00:00
Connection.hs Remove strictness annotations from data types in the Hasura.Backends hierarchy 2022-07-29 14:06:23 +00:00
DDL.hs Move MkTypename and NamingCase into their own modules. 2022-07-12 14:01:28 +00:00
Execute.hs Clean up Hasura.Prelude a bit 2022-10-03 21:50:53 +00:00
FromIr.hs server/postgres: Implement execution of aggregation predicates 2022-09-16 15:01:03 +00:00
Meta.hs Add fallback for unrecognised types in BigQuery RestArgument decoder 2022-07-14 08:27:54 +00:00
Name.hs server: Reorganize quasi-quoted names. 2022-06-23 09:15:31 +00:00
Plan.hs Move Hasura.GraphQL.Parser.Column to .RQL.IR. and .GraphQL.Schema. 2022-05-30 22:07:57 +00:00
Source.hs server: polymorphic codec for metadata sources 2022-08-25 18:36:02 +00:00
ToQuery.hs Fix querying multicolumn relationship in bigquery 2022-08-09 18:40:39 +00:00
Types.hs Remove strictness annotations from data types in the Hasura.Backends hierarchy 2022-07-29 14:06:23 +00:00