Ash.Resource.Relationships.ManyToMany (ash v1.37.2) 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, context: term(), description: String.t(), destination: Ash.Resource.t(), destination_field: atom(), destination_field_on_join_table: atom(), join_attributes: [atom()], join_relationship: atom(), name: atom(), not_found_message: term(), private?: boolean(), source: Ash.Resource.t(), source_field: atom(), source_field_on_join_table: atom(), through: Ash.Resource.t(), type: :many_to_many, violation_message: term(), writable?: boolean() }