Benoit 'BoD' Lubek

Results 240 comments of Benoit 'BoD' Lubek

Closing as [`TestNetworkTransport`](https://www.apollographql.com/docs/kotlin/testing/mocking-graphql-responses) has been implemented a while ago. Don't hesitate to re-open as necessary.

Hi! 👋 Thanks for reaching out! Interesting project! A few notes: As you found out, the GraphQL specification itself is agnostic regarding the underlaying protocol to use for subscriptions, which...

Hi! Thanks for the update. What you say about having a Protocol interface makes sense, basically extracting / making it independent of the underlying "pipe". On the other hand, could...

Hi! 👋 From the article you linked, it looks like this technique would not actually help with rate limits: > Note: this will do a network call for each GraphQL...

I'm not completely sure of what you had in mind, but I think using fragments may help your use case. With them, you can issue single queries that return many...

Thank you for looking into this 🙏 I'd say a single PR would probably be the best for this.

Had a look at it but it looks like all the other cases are on interfaces - that makes it difficult as it is a breaking change to add methods...

I just realized that `MockServer.stop` is `suspend` (due to the JS version) so Closeable is not applicable 😞

Seems to be related to https://github.com/cashapp/sqldelight/issues/1901

Closing as this was tackled by #4104 (with `maybeCreateOrMigrateSchema`)