query SuppliersList($limit: Int, $offset: Int, $country: String) { suppliersList(limit: $limit, offset: $offset, country: $country) { uuid name latitude longitude } }