Search backend: move protocol to SearchInputs
Created by: camdencheek
This removes r.protocol()
and moves the value to the SearchInputs type
so we can calculate it when we generate search inputs. This is split off
the large set of changes I'm workign on to cut ties between streaming search
and graphqlbackend.
Test plan
Semantics-preserving and covered by unit tests.