INPUT_OBJECT
This contains a list of search options that are passed in with the search query
input SearchOptionsInputType {# The current page of the search resultspage: Int# The number of search results per pageperPage: Int# Custom parameters via withwith: JSON}