AddE
From
Query addEdge(to: ID) => AddE<Follows>::To(to)
Query addEdge(from: ID, to: ID) => AddE<Follows>::From(from)::To(to)
Was this page helpful?