Vertex type for AGE graph nodes.
@type t() :: %AshAge.Type.Vertex{ id: String.t() | integer(), label: String.t(), properties: map() }