class GraphQL::StaticValidation::BaseVisitor

def path

Returns:
  • (Array) - The nesting of the current position in the AST
def path
  @path.dup
end