OBJECT
A map of suggested sort options
type SortSpec {# The description of the sort operation. E.g. Price (High to Low)description: String! # The actual search operation string. E.g. -pricespec: String! }