absinthe-graphql / absinthe_ecto

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

many_to_many associations #10

Closed jfrolich closed 7 years ago

jfrolich commented 7 years ago

Are there any plans to implement support for many_to_many associations? I would guess implementing this is a little bit harder?

benwilson512 commented 7 years ago

many to many has been merged into master by leveraging Ecto preload functionality.