Skip to content

Search backend: remove unused Inputs() from SearchImplementer

Warren Gifford requested to merge cc/remove-inputs into main

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.

Merge request reports

Loading