Selecto.Subfilter.Spec (Selecto v0.4.5)

Copy Markdown

Specification for a single subfilter operation.

Summary

Types

strategy()

@type strategy() :: :exists | :in | :any | :all

t()

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