ash v1.6.2 Ash.Resource.Relationships.HasMany 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, destination: Ash.resource(), destination_field: atom(), name: atom(), source: Ash.resource(), source_field: atom(), type: :has_many, writable?: boolean() }