Gremlex.Edge (gremlex v0.4.3)

View Source

Summary

Types

t()

@type t() :: %Gremlex.Edge{
  id: number(),
  in_vertex: Gremlex.Vertex.t(),
  label: String.t(),
  out_vertex: Gremlex.Vertex.t(),
  properties: map()
}

Functions

from_response(value)

new(id, label, in_vertex_id, in_vertex_label, out_vertex_id, out_vertex_label, properties \\ %{})