View Source Graphson.Vertex (Graphson v0.1.1)
Link to this section Summary
Link to this section Types
@type t() :: %Graphson.Vertex{ id: vertex_id(), label: String.t(), properties: Graphson.VertexProperty.t(vertex_id()) | nil }
@type vertex_id() :: number()