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