Ash.Resource.Relationships.HasMany (ash v1.36.5) View Source
Represents a has_many relationship on a resource
Link to this section Summary
Link to this section Types
Specs
t() :: %Ash.Resource.Relationships.HasMany{
cardinality: :many,
context: term(),
description: String.t(),
destination: Ash.Resource.t(),
destination_field: atom(),
name: atom(),
not_found_message: term(),
private?: boolean(),
source: Ash.Resource.t(),
source_field: atom(),
type: :has_many,
violation_message: term(),
writable?: boolean()
}