Tag: Elixir
-
How guard nil in math function if it drops with bad argument in arithmetic expression
0 Trying figure out, while generating GQL schema, why if :float data in source var square_plot exists (say 50), there is no ERR but if it is NIL the code generates error while i converting value so sqft with such code: may be it seems no validation passes CODE field(:square_plot, :float) // my var is…