neo4j-labs/neo4rs

Replace Into impls with From impls

s1ck opened this issue · 0 comments

s1ck commented

It is recommended to implement From instead of Into as From gives us Into automatically while the reverse it not true.