JsonApiEctoBuilder (json_api_ecto_builder v0.1.1)

The main module where you pass the query parameters through to build the query.

Detailed documentation on the purpose behind the library and how to use it can be found here: https://github.com/MikeyBower93/json_api_ecto_builder

Link to this section Summary

Functions

Call this function with a query, metadata about the base JSON API entity/type, the query parameters and a callback function for any joins necessary.

Link to this section Functions

Link to this function

build_query(base_query, base_type, base_alias, params, apply_join_callback)

Call this function with a query, metadata about the base JSON API entity/type, the query parameters and a callback function for any joins necessary.