Benoit 'BoD' Lubek
Benoit 'BoD' Lubek
Sorry I forgot to warn that to use `connectionFields` you must opt-in with: ```graphql extend schema @link(url: "https://specs.apollo.dev/kotlin_labs/v0.2", import: ["@typePolicy", "@fieldPolicy"]) ``` That explains the error you got - but...
Hi @nikonhub ! I’m expecting `watch` to work as intended when using `embeddedFields` but I’m probably missing something and it’s a bit difficult to follow without a concrete example -...
Thanks a lot for the explanation and feedback 🙏 That all makes sense. Embedding only what's necessary was the right call, and I'm glad it works out for you now!
Closing this one for now, don't hesitate to open a new one if other questions come up.
@ArjanSM The pagination arguments are not dropped and the records are not merged. It looks like it is because the `@typePolicy` is on `Query` for the `communityQuestions` field, whereas from...
> are any opinions on having an API which helps provide the names of paginated arguments programmatically? or if there were a way to update the isPagination property of a...
Hey @sonatard, this is great feedback! I've created issue #5735 to follow-up on this. Short answer is the current system is flexible enough to manually configure it to work with...
Yeah that was a poor decision, I should have named it `NotionDate` or something, to avoid conflicts. I could rename it but keep a typealias to avoid breaking changes (but...
Even better if we can bypass Gradle completely and invoke the compiler directly. Work in #5516 should help for this!
Hi! No this hasn't been implemented yet, so if you want to have a look, it's much welcome!