ash v0.1.3 Ash.Resource.Relationships.HasMany View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Ash.Resource.Relationships.HasMany{
cardinality: :many,
destination: Ash.resource(),
destination_field: atom(),
name: atom(),
reverse_relationship: atom() | nil,
source: Ash.resource(),
source_field: atom(),
type: :has_many
}