Flop.Schema.pagination_types
You're seeing just the function
pagination_types
, go back to Flop.Schema module for more information.
Specs
pagination_types(any()) :: [Flop.pagination_type()] | nil
Returns the allowed pagination types of a schema.
iex> Flop.Schema.pagination_types(%Flop.Fruit{})
[:first, :last, :offset]