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
Related to #170. The types were wrong around importBulkRelationships because the client has a lot of implicit behavior and overrides types using any.
This could also probably be done in the context of #179.
This would likely be a breaking change, because I'm not sure how to retain the implicit behavior while also writing things in a statically analyzable fashion. I think it'd be more likely that we just expose the nice-grpc client rather directly.
The text was updated successfully, but these errors were encountered:
Related to #170. The types were wrong around
importBulkRelationships
because the client has a lot of implicit behavior and overrides types usingany
.This could also probably be done in the context of #179.
This would likely be a breaking change, because I'm not sure how to retain the implicit behavior while also writing things in a statically analyzable fashion. I think it'd be more likely that we just expose the
nice-grpc
client rather directly.The text was updated successfully, but these errors were encountered: