sonatard
sonatard
Our wrapper is if `skip` is true, data=null loading=false error=null. I think apollo-web behaves in the same way. But I haven't confirmed it.
@BoD @martinbonnin Thank you for releasing the Jetpack Compose support! For mutations, we have prepared a wrapper like the following. It is an interface aligned with Apollo Web's mutations. https://www.apollographql.com/docs/react/data/mutations/...
Thank you for your reply! > Not 100% sure about this one, the pattern is a bit unfamiliar to me (wondering if maybe it's a common JS pattern). Yes, this...
Hi! I prepared a Query function for Jetpack Compose that supports skip and lazyQuery. Support for pagination is currently under consideration. We are further customizing this, so we don't necessarily...
> One small detail: why not name exec as fetch? That way it’s the same for all cases. I have changed the name because it does not work correctly if...
How can I handle exception when using `toSate()` in v3 ?
@quartzmo Hi! Are you saying that the OpenCensus Bridge is no longer needed, and by just setting GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING=opentelemetry, one can record traces for Spanner and Storage? Or even with GOOGLE_API_GO_EXPERIMENTAL_TELEMETRY_PLATFORM_TRACING=opentelemetry...
I also hope that Nodes will be reflected in the Relay specification. In the Relay specification, Edge cursors are not used, but even so, this is in the Note format...
Thank you for the suggestion. I plan to open two issues.
Create a following issue https://github.com/facebook/relay/issues/4653 And I had actually created an issue about nodes in the past. I had forgotten about it until today. https://github.com/facebook/relay/issues/3850