query HubsList($limit: Int, $offset: Int, $country: String, $transportType: String) { hubsList(limit: $limit, offset: $offset, country: $country, transportType: $transportType) { uuid name latitude longitude country countryCode transportTypes } }