graphql-engine/server/src-test/Hasura/GraphQL
Antoine Leblanc 2c0a8d818c Kill Arbitrary, take 2 (fix #1736)
### Description

A first PR, #1947, removed all the `Arbitrary` stuff from our codebase. But #1740, merged on the same day, added some tests relying on `Arbitrary`. In the merge process, some unneeded `Arbitrary` code got reintroduced.

This PR removes all `Arbitrary` stuff from `src-lib`, and cleans / refactor `Hasura.Generator` in `src-test` to only reduce it to the bare minimum amount of `Arbitrary` instances.

https://github.com/hasura/graphql-engine-mono/pull/1957

GitOrigin-RevId: 7e76009bb022205e3737fca45749411a266cc08c
2021-08-06 10:18:37 +00:00
..
Parser server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Schema server: Uses GraphQL type in remote variable cache key 2021-08-04 21:24:36 +00:00
RemoteServerSpec.hs Kill Arbitrary, take 2 (fix #1736) 2021-08-06 10:18:37 +00:00