View Source EctoShorts.QueryBuilder.Schema (ecto_shorts v2.4.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

Summary

Functions

Link to this function

create_schema_filter(arg, schema, query)

View Source