class GraphQL::StaticValidation::TypeStack::EnterWithStrategy

def call(node, parent)

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

def initialize(stack, strategy)

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