We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae881a4 commit 54150b2Copy full SHA for 54150b2
lib/data_layer.ex
@@ -1220,6 +1220,7 @@ defmodule AshPostgres.DataLayer do
1220
case Map.get(record, relationship.name) do
1221
%Ash.NotLoaded{} ->
1222
%Ecto.Association.NotLoaded{
1223
+ __field__: relationship.name,
1224
__cardinality__: relationship.cardinality
1225
}
1226
lib/repo.ex
@@ -183,6 +183,7 @@ defmodule AshPostgres.Repo do
183
184
185
186
187
188
189
0 commit comments