ash v0.1.1 Ash.Resource.Relationships.ManyToMany View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Ash.Resource.Relationships.ManyToMany{
cardinality: :many,
destination: Ash.resource(),
destination_field: atom(),
destination_field_on_join_table: atom(),
name: atom(),
source_field: atom(),
source_field_on_join_table: atom(),
through: Ash.resource() | String.t(),
type: :many_to_many
}