Guys, I’m developing iOS native with Apollo to que...
# random
s
Guys, I’m developing iOS native with Apollo to query graph.cool. Why does Apollo convert
float
types in query to
double
when creating the API file? I’m having issues regarding the precision points when storing
double
in
float
field, graph.cool error says value is too large for value type
float
. Any help would be appreciated. Thanks