Api explorer can't use period in Float fields

I have a schema with a Float! field, and I am unable to use a “.” in the Api Explorer. The field was an Int! previously, but I redeployed the schema using a Float!. If I set it to 1, then change the text to be 0.40 on the right side, it works fine, but the left side with the hierarchy won’t let me use a period.

Which Explorer?

The “Api Explorer”

hey @billybobthorton

This seems to be issue in graphiql-explorer, we have filed a issue with the graphiql-explorer

As a workaround, If you type, let’s say 13 and go back one step and add period, it works

1 Like