Ukonn Ra

Results 40 comments of Ukonn Ra

Hi, now GraalVM is updated to 20.x, any update?

Any update?

Find that `conn.toChannel(vertx)` does not work, but `vertx.receiveChannelHandler()` works. So it seems that these two functions has different behavior?

Using interface in input and encounter the same problem: ```graphql interface VisualScope {} type VisualScope_Public implements VisualScope { } type VisualScope_Private implements VisualScope { } input Create { scope: VisualScope!...

You mean the doc of hydra? https://www.ory.sh/docs/hydra/sdk/api

So now the problem still exists in Java 11. Anyone can provide a solution(even a temporary one)? `Module 'xxx' reads package 'io.grpc' from both 'grpc.core' and 'grpc.context'`

Because I want to send something like: `HashMap`. Any advice?

Cool! That's may help in my project. But I still hope that JSON Scalar in Input can be in consideration.

Wait, still get the `ParseError` even I change to the array? I cannot figure out where is going wrong... @davidpdrsn ``` mutation { createUser(input: {nickname: "nickname", avatar: "http://example.com", badges: [{key:...