Function graphPathExists

  • Check if there's a path between entities A and B, optionally filtering by edge labels.

    Returns

    Parameters

    • queryCondition: any

      The graph query condition

    • uuidA: string
    • uuidB: string
    • Optional edgeLabel: string

    Returns Promise<boolean>

Generated using TypeDoc