Stefan Matting
Stefan Matting
```graphql type Place { name: String! } type Deity { name: String!, placesVisited: [Place] } type Query { deities(q: String) : [Deity] } ``` Let's assume that I have to...
Thanks @dandoh! That's a cool trick to add optional prefetching to `deityResolver`, but `deitiesWithPlaces` is still loaded in every request, right? Your example solves the N+1 selects problem similar to...
I accidentaly closed this issue. Re-opening.
> The build.nix at the root of the repo This seems to be missing from the PR
I rebased on latest `develop` and updated `pins.yaml` to track cabal.project in the rebased commit. Currently build failures: ``` Configuring partial-isomorphisms-0.2.3.0... CallStack (from HasCallStack): $, called at libraries/Cabal/Cabal/Distribution/Simple/Configure.hs:1024:20 in Cabal-3.2.1.0:Distribution.Simple.Configure...
@fisx You need to fetch submodules in wire-server too, `git submodule update --init --recursive`
> there was a disk space issue. with enough disk space, `make full-clean c ci` still fails in the same place. What is the eror message? It should be different...
> direnv allow succeeded after 40 minutes I'm wondering why it took so long. We don't build the devShell on ci I think, however all the `wireServerPackages` should be in...
I don't mind having a rule to make all imports explicit or qualified. Since I use HLS I can ignore these huge import blocks of text anyways when reading. I...
Change my mind: The possible merge conflicts on the import lines are enough for me not to favor explicit lists.