Skip to content

search: mirror GQL schema and SearchQueryDescription resolver type

Administrator requested to merge rvt/search-query-description-name into master

Created by: rvantonder

query is quite overloaded and search_query.go doesn't accurately mirror that this refers to a GQL resolver type SearchQueryDescription. I've renamed it and added a comment.

Before this change I was looking at how to get rid of this file because it seemed like bloat and we have another searchquery.go file somewhere else for other things. But I realized this type rightly should have it's own file as a GQL resolver type, so I'm just making it clear.

Merge request reports

Loading