Function listVerticesByTypeAndProperties

  • This function is use to return a list of vertices of a specific type filtered by a single property.

    Parameters

    • queryCondition: GraphQueryConditions

      The graph query condition

    • context: KosmosUserContext<object>

      The user context

    • type: string

      The type/label of the entity

    • Optional properties: any

      The properties to filter on

    • Optional offset: number

      The offset defaults to 0

    • Optional limit: number

      The limit defaults to 10

    Returns Promise<any>

Generated using TypeDoc