Closed pozylon closed 7 months ago
When people enter something like "0.1" the value does not get reflected correctly because it wants to return GraphQL type Int. It should be Float or Int | Float.
Thanks for reporting!
When people enter something like "0.1" the value does not get reflected correctly because it wants to return GraphQL type Int. It should be Float or Int | Float.