query GetNodes($limit: Int, $offset: Int, $transportType: String, $country: String) { nodes(limit: $limit, offset: $offset, transportType: $transportType, country: $country) { uuid name latitude longitude country countryCode syncedAt transportTypes } nodesCount(transportType: $transportType, country: $country) }