Skip to content

Search backend: remove ResultCount from SearchResultResolver interface

Administrator requested to merge cc/remove-result-count into main

Created by: camdencheek

This removes ResultCount from the interface of SearchResultResolver. It was previously used widely when resolvers were used as our primary types, but now it's not used at all. It is not required by the GraphQL schema, so there is no reason to keep it on the resolver type.

Test plan

Removing dead code. Any issues should be caught statically.

Merge request reports

Loading