ash v1.26.6 Ash.Resource.Relationships.ManyToMany View Source
Represents a many_to_many relationship on a resource
Link to this section Summary
Link to this section Types
Specs
t() :: %Ash.Resource.Relationships.ManyToMany{
cardinality: :many,
description: String.t(),
destination: Ash.resource(),
destination_field: atom(),
destination_field_on_join_table: atom(),
join_attributes: [atom()],
join_relationship: atom(),
name: atom(),
private?: boolean(),
source: Ash.resource(),
source_field: atom(),
source_field_on_join_table: atom(),
through: Ash.resource(),
type: :many_to_many,
writable?: boolean()
}