Function getVertexById

  • This function is used to retrieve an vertex's properties specified by the vertex id

    Parameters

    • queryCondition: any

      The graph query condition

    • type: string

      The type/label of the entity

    • id: string

      The uuid of the entity

    Returns Promise<any>

Generated using TypeDoc