absinthe-graphql / absinthe_ecto

DEPRECATED: Use dataloader
MIT License
130 stars 36 forks source link

Please, support this package #38

Closed sveredyuk closed 3 years ago

sveredyuk commented 3 years ago

Using this package was so awesome to avoid N+1, auto-preload associations, and do not mess with complex Dataloader. Why you deprecated it?

benwilson512 commented 3 years ago

Absinthe.Ecto ties the resolver layer to ecto too closely, and breaks any ability to use Phoenix contexts. You are welcome to fork the project and release / maintain it under a different name.