Flop.Schema.default_limit
You're seeing just the function
default_limit
, go back to Flop.Schema module for more information.
Specs
default_limit(any()) :: pos_integer() | nil
Returns the default limit of a schema.
iex> Flop.Schema.default_limit(%Flop.Fruit{})
50