View Source Graphson.VertexProperty (Graphson v0.1.1)

Link to this section Summary

Link to this section Types

@type t(vertex_id) :: %Graphson.VertexProperty{
  id: number(),
  label: String.t(),
  value: any(),
  vertex: vertex_id
}

Link to this section Functions