pathom

Joel 2023-09-21T14:44:32.846729Z

I see the following tip in regard to mutations, however, in a non-transactional / eventually consistent world I’d find it make more sense if mutations ran at the end. Is there a way to switch it? > TIP > Mutations are the first thing the runner executes, this way you know the reads from the query will have update values, in case the mutation affects something related to them.

wilkerlucio 2023-09-21T14:45:18.231399Z

no, what you can do is split it and run some query first, and then run a seperate request for the mutations

✔️ 1
caleb.macdonaldblack 2023-09-21T19:39:34.940759Z

https://pathom3.wsscode.com/docs/mutations#resolve-mutation-params