OBJECT
Location data saved on the user session
type UserLocation {# Location slug for filtering search resultslocationSlug: String # Postcode for filtering search resultspostcode: String # Region name for filtering search resultsregionName: String # True if we want to show the location modalshowLocationModal: Boolean! }