Function runSingleQuery

  • This function is used to run a query to retrieve an individual response.

    Type Parameters

    • GraphQueryReturnType = any

    Parameters

    • query: TraitGraphQuery<GraphQueryReturnType>

      The graph query condition

    • Optional includeLabel: boolean

      include the label as part of the response

    • Optional response: boolean

    Returns Promise<GraphQueryReturnType>

Generated using TypeDoc