You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In official SDK, they're renamed the Query type into Client, so after calling Dagger.Connect, the method will return Dagger.Client type instead of Dagger.Query.
The text was updated successfully, but these errors were encountered:
Yeah this makes sense, I was wondering how this was going to feel / look like when I made the Connect function it returned query but i just left it however now you mention this, it makes more sense to me.
In official SDK, they're renamed the
Query
type intoClient
, so after callingDagger.Connect
, the method will returnDagger.Client
type instead ofDagger.Query
.The text was updated successfully, but these errors were encountered: