Type Alias ArcadeVertex<T>

ArcadeVertex<T>: ArcadeRecord<T, "v">

The VERTEX record of a certain type, with ArcadeDB meta attached.

Type Parameters

  • T = unknown

    The base VERTEX type definition (without meta)

If being used in a query command, expect it to be delivered as an array of the described object.