Ben Wilson
Ben Wilson
The Ecto Best Practices page is indeed out of date, as it doesn't reflect the existence of this library. I'll make sure to update it. Batching is something that we...
This is a long way of saying: I like this proposal, I think it has value, and if people have specific questions related to how they might make progress on...
Correct. `assoc/1` macro really just expands to a https://hexdocs.pm/absinthe_ecto/Absinthe.Ecto.html#ecto_batch/4 which uses the schema association information to call the built in absinthe batching mechanism to batch retrieve the association. After some...
> Long-term, is there a plan to separate the rest of the Ecto-related code in this repo I'm not sure what this means.
To perhaps clarify what features belong in what project: Absinthe has resolution middleware. It includes a couple of different middleware to serve as a common base of functionality. One of...
No problem! Further guide help is always appreciated!
What version of Dataloader / Ecto are you using?
Interesting. Dataloader.Ecto explicitly sets the caller value to the pid that calls `load` in order to avoid this issue. A test case which reproduces this would be very helpful if...
@arnodirlam are you able to create an example I can run?
Hi @thiamsantos. I'll go into more detail tomorrow, but I think the real issue is this line here: https://github.com/absinthe-graphql/absinthe/blob/master/lib/absinthe/subscription/proxy.ex#L36. Phoenix PubSub doesn't provide a way to say "publish to every...