graphqlbackend: Pass around URLs instead of strings.
Created by: varungandhi-src
Added some tests for URL escaping and tweaked some code
to handle concatenation before converting the URL to a string.
This removes some calls to escapePathForURL
.
Test plan
Added tests + existing test coverage.