Selecto.Subfilter.Spec (Selecto v0.4.3)

Specification for a single subfilter operation.

Link to this section Summary

Link to this section Types

@type strategy() :: :exists | :in | :any | :all
@type t() :: %Selecto.Subfilter.Spec{
  filter_spec: FilterSpec.t(),
  id: term(),
  negate: boolean(),
  opts: keyword(),
  relationship_path: RelationshipPath.t(),
  strategy: strategy()
}