Function deleteVerticesConnectedToIdByLabel

  • This function is used to delete vertices which are connected by from a specified uuid by label.

    Todo

    : check if used

    Parameters

    • queryCondition: TraitGraphQuery<any>

      The graph query condition

    • context: KosmosUserContext<object>

      The user context

    • vertexType: string

      The type/label of the entity

    • vertexUUID: string

      The uuid of the entity

    • edgeLabel: string

      the label of the edge

    • access: any

      Instance of the AccessControl object

    • Optional direction: string

    Returns Promise<any>

Generated using TypeDoc