absinthe-graphql / dataloader

DataLoader for Elixir
MIT License
485 stars 99 forks source link

Fix join warning using Ecto 3.10.0+ #158

Closed LouisMT closed 1 year ago

LouisMT commented 1 year ago

Since 3.10.0, Ecto warns when joining without :on:

missing :on in join, defaulting to on: true.