I have noticed that when I edit a collection item that has float attributes and I save them as 0, it will save but it will crash whenever I try to fetch by Graphql since the expected type is float but it is saved as int
That can work but that is not ideal since in that UI I don’t see which types are the numbers. So it’s easy to break things.
Every time I would edit an item I would have to wrap every 0 in ToDouble. And I would have to check the schema to know which attribute to wrap. It’s a small annoyance.