Function debugQuerySteps

  • This is a recursive debug method which is used to iterate over a gremlin query's step functions.

    Parameters

    • stepInstructions: any[][]

      The gremlin step instructions.

    • depth: number = 0

      The current recursive depth; default 0.

    • pretty: boolean = true

      Pretty print.

    Returns string

Generated using TypeDoc