Cockpit-HQ / Cockpit

Cockpit Core - Content Platform
https://getcockpit.com
Other
388 stars 47 forks source link

GraphQL Bug: Type Number is always represented by an Int GraphQL type #184

Closed pozylon closed 7 months ago

pozylon commented 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.

aheinze commented 7 months ago

Thanks for reporting!