未验证 提交 7e5744d1 编写于 作者: M Mike Henry 提交者: GitHub

Fix default kotlin double mapping value (#600) (#607)

Co-authored-by: NBogdan Kobylynskyi <92bogdan@gmail.com>
上级 26fa6f46
......@@ -50,7 +50,7 @@ public class KotlinGraphQLTypeMapper implements GraphQLTypeMapper {
case "Float":
return "0F";
case "Double":
return "0D";
return "0.0";
case "Char":
return "0.toChar()";
case "Boolean":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册