Gleanex.Platform.Filter (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a Filter

Summary

Types

t()

@type t() :: %Gleanex.Platform.Filter{
  field: String.t(),
  operator: Gleanex.Platform.FilterOperator.t() | nil,
  values: [String.t()]
}