ghostdogpr / caliban

Functional GraphQL library for Scala

Home Page:https://ghostdogpr.github.io/caliban/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

` print(caliban.InputValue.ObjectValue(Map("name" ->caliban.Value.StringValue("string") )).toString)`

jxnu-liguobin opened this issue · comments

Why does this toString look so strange: 🥲

{"name:"string""}

Indeed, there's a bug in ObjectValue#toString 🥲 Will fix right away.