Skip to main content

Module relation_preload_options

Module relation_preload_options 

Source

Functions§

preload_has_many_filter_and_order
Include filters run before ordering.
preload_has_many_ordered_per_parent
Tuple and chained ordering apply independently to each parent’s relation.
preload_has_many_repeated_ordering_last_wins
The last include supplies the complete ordering for a repeated relation path.
preload_has_one_ordering_rejected
Include ordering is rejected when the terminal relation is singular.
preload_modifiers_with_reserved_field_names
Include modifiers take precedence over fields with the same names.
preload_nested_relations_ordered_at_each_level
Ordering applies at each terminal relation in a nested include path.