Benoit 'BoD' Lubek

Results 240 comments of Benoit 'BoD' Lubek

It's a bit worse if the field is not nullable: because of bubbling up we never get the `id` field actual: ``` --graphql content-type: application/json {"data":{"computer":null},"errors":[{"message":"Subgraph errors redacted"}],"hasNext":true} --graphql content-type:...

Yes, in my test I actually have only one subgraph. Here's the result with the full errors: Nullable field: ```json { "data": { "computer": { "id": "Computer1" } }, "errors":...

👋 I'm still seeing the same issue with v1.2.1. To reproduce: ``` git clone [email protected]:apollographql/apollo-kotlin.git cd apollo-kotlin (cd tests/defer/router/subgraphs/computers && npm install && APOLLO_PORT=4001 npm start)& path/to/router --supergraph tests/defer/router/simple-supergraph.graphqls &...

Hi, maybe I'm late to the party, but I've just started to use this library and so far it looks very solid :) However I too, would like to see...

@eku Well, that's what I meant by "I will need to use the WebSocketListener interface". But to do this is not trivial, I will need to implement some kind of...

@eku Hmmm I don't know, for instance to do what I'm trying to do, blocking would not be "bad" ;) In any case I was suggesting a second API to...

I, too, am stumbling upon this issue, and it's quite unfortunate since I was keen on using Gson (a fairly popular library)! The same script works with standard kotlin script...

Hi! We're currently improving the caching/pagination aspect of the library, and this use-case is specifically something we want to support! It would be interesting to see if the experimental APIs...

Initial findings: - the workaround to pick an older version of Kotlin when inside the IDE for [this issue](https://youtrack.jetbrains.com/issue/KTIJ-21583/HMPP:-1.6.20-breaks-autocomplete-in-multiplatform-composite-buil#focus=Comments-27-6022244.0-0)) doesn't work. Issue open [here](https://youtrack.jetbrains.com/issue/KT-52375/With-1-7-0-Beta-can-t-ise-Gradle-s-useModule) - needed to update `org.jetbrains.kotlinx:kotlinx-datetime` to...

WIP branch [here](https://github.com/apollographql/apollo-kotlin/compare/kotlin-1-7?expand=1).