Flop.Schema.filterable
You're seeing just the function
filterable
, go back to Flop.Schema module for more information.
Specs
Returns the filterable fields of a schema.
iex> Flop.Schema.filterable(%Flop.Pet{})
[:name, :species]