Search backend: remove unused Inputs() from SearchImplementer
Created by: camdencheek
This method is not actually part of the GraphQL interface, and was only used by streaming search to pull the inputs off the resolver.
Test plan
Removing dead code. Covered by static checks.