class GraphQL::StaticValidation::TypeStack::LeaveWithStrategy

def call(node, parent)

def call(node, parent)
  @strategy.pop(@stack, node)
end

def initialize(stack, strategy)

def initialize(stack, strategy)
  @stack = stack
  @strategy = strategy
end