Ecto.Association.NotLoaded
Struct returned by associations when they are not loaded.
The fields are:
-
__field__
- the association field inowner
-
__owner__
- the schema that owns the association -
__cardinality__
- the cardinality of the association
Summary
Types
Types
t()
Specs
t() :: %Ecto.Association.NotLoaded{ __cardinality__: atom(), __field__: atom(), __owner__: any() }
© 2013 Plataformatec
© 2020 Dashbit
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/ecto/Ecto.Association.NotLoaded.html