View Source EctoShorts.QueryBuilder.Schema (ecto_shorts v2.3.0)

This module contains query building parts for schemas themselves, when passed a query it can pull the schema from it and attempt to filter on any natural field

Link to this section Summary

Link to this section Functions

Link to this function

create_schema_filter(arg, schema, query)

View Source