module GraphQL::StaticValidation::TypeStack::ArgumentStrategy

def pop(stack, node)

def pop(stack, node)
  stack.argument_definitions.pop
  stack.path.pop
end