ash v0.1.1 Ash.Resource.Relationships.HasOne View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Ash.Resource.Relationships.HasOne{
cardinality: :one,
destination: Ash.resource(),
destination_field: atom(),
name: atom(),
source_field: atom(),
type: :has_one
}