search: mirror GQL schema and SearchQueryDescription resolver type
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.