Jógvan Olsen

Results 10 comments of Jógvan Olsen

Hi, I would love to get a External link icon (Example https://image.flaticon.com/icons/svg/25/25284.svg) This has been requested before here: https://github.com/ant-design/ant-design/issues/18841

We are also facing the same difficulty here. As we have a component that generates some variables, but two objects with the same fields and nested fields are not equal...

I have forked this project under https://github.com/aPureBase/KGraphQL and we are publishing it to bintray which is linked to jcenter 😃 So you can now use: ```gradle compile 'com.apurebase:kgraphql:0.4.1' ``` I...

I opened a pull request solving #38. I think that is solving most of the suspendable executions. But I'm wondering why even have `suspendResolver` and not just make everything suspendable....

As a temporarily fix you can use our forked version: ```gradle compile 'com.apurebase:kgraphql:0.4.1' ``` You can read more here: https://github.com/pgutkowski/KGraphQL/pull/52#issuecomment-487620286

This has been fixed with: https://github.com/pgutkowski/KGraphQL/pull/46 But a new version with this fix hasn't been released yet.

I've been thinking about implementing a dataloader directly into this project. Haven't figured exactly how to archive it yet, but I'm thinking something like this? ```kotlin ... data class Tree(val...

What's needed to implement this?

I got the update today and it looks great. But it's only working for the query naming and not variables as seen on the image below: ![image](https://user-images.githubusercontent.com/51459/127400411-30e9d6c2-db51-49ab-803d-877b90c9d8df.png)

We also hit this issue in our project while moving to the `` pattern. We are on version `4.24.2`