We are calling normalize_includes to assist in building a preload query that we pass to ecto. Would it possible to make this function public so that we don't need to copy the code over? It might need to be moved out of builder to make more sense as a public API but I'm not 100%.
In our app we have copied over the following function implementations from
JaSerializer.Builder.TopLevel
:We are calling
normalize_includes
to assist in building a preload query that we pass to ecto. Would it possible to make this function public so that we don't need to copy the code over? It might need to be moved out of builder to make more sense as a public API but I'm not 100%.cc @beerlington