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
I was using v1 go-driver and am trying to cutover to v2 go-driver. In v2 graph VertexCollection and EdgeCollection are not of Collection type, due to this I am unable to bulk add vertices or edges in a graph collection (possible earlier in v1 using collection.CreateDocuments() call)
Will there be a upcoming enhancement to fix this backward incompatibility?
Please let me know if there is a alternate way of achieving this.
Thanks!
The text was updated successfully, but these errors were encountered:
I was using v1 go-driver and am trying to cutover to v2 go-driver. In v2 graph VertexCollection and EdgeCollection are not of
Collection
type, due to this I am unable to bulk add vertices or edges in a graph collection (possible earlier in v1 using collection.CreateDocuments() call)Will there be a upcoming enhancement to fix this backward incompatibility?
Please let me know if there is a alternate way of achieving this.
Thanks!
The text was updated successfully, but these errors were encountered: