ash v0.1.1 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(),
source_field: atom(),
type: :has_many
}