Search backend: move search inputs creation out of graphqlbackend
Created by: camdencheek
This moves the creation of the SearchInputs type out of graphqlbackend
and into internal/search/run
.
Next step: cut all ties to searchResolver
.
Test plan
Semantics-preserving. Running integration tests on this PR.