Untitled
unknown
plain_text
3 years ago
14 kB
2
Indexable
Never
{ priceFromMax: entries(type: "model", orderBy: "priceFrom DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ...on vozidlo_model_Entry { priceFrom } } priceFromMin: entries(type: "model", orderBy: "priceFrom ASC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ...on vozidlo_model_Entry { priceFrom } } powerMax: entries(type: ["vozidlo", "elektrickeVozidlo", "plugInHybrid"], orderBy: "power DESC", limit: 1, ) { ... on vozidlo_vozidlo_Entry { power } ... on vozidlo_plugInHybrid_Entry { power } ... on vozidlo_elektrickeVozidlo_Entry { power } } powerMin: entries(type: ["vozidlo", "elektrickeVozidlo", "plugInHybrid"], orderBy: "power ASC", limit: 1, ) { ... on vozidlo_vozidlo_Entry { power } ... on vozidlo_plugInHybrid_Entry { power } ... on vozidlo_elektrickeVozidlo_Entry { power } } nullToHundredMax: entries(type: ["vozidlo", "elektrickeVozidlo", "plugInHybrid"], orderBy: "nullToHundred DESC", limit: 1, ) { ... on vozidlo_vozidlo_Entry { nullToHundred } ... on vozidlo_plugInHybrid_Entry { nullToHundred } ... on vozidlo_elektrickeVozidlo_Entry { nullToHundred } } nullToHundredMin: entries(type: ["vozidlo", "elektrickeVozidlo", "plugInHybrid"], orderBy: "nullToHundred ASC", limit: 1, ) { ... on vozidlo_vozidlo_Entry { nullToHundred } ... on vozidlo_plugInHybrid_Entry { nullToHundred } ... on vozidlo_elektrickeVozidlo_Entry { nullToHundred } } tankFuelMax: entries(type: ["vozidlo", "plugInHybrid"], orderBy: "tankFuel DESC", limit: 1, ) { ... on vozidlo_vozidlo_Entry { tankFuel } ... on vozidlo_plugInHybrid_Entry { tankFuel } } tankFuelMin: entries(type: ["vozidlo", "plugInHybrid"], orderBy: "tankFuel ASC", limit: 1, ) { ... on vozidlo_vozidlo_Entry { tankFuel } ... on vozidlo_plugInHybrid_Entry { tankFuel } } fuelConsumptionMax: entries(type: ["vozidlo", "plugInHybrid"], orderBy: "fuelConsumptionWltMin DESC", limit: 1, ) { ... on vozidlo_vozidlo_Entry { fuelConsumptionWltMin } ... on vozidlo_plugInHybrid_Entry { fuelConsumptionWltMin } } fuelConsumptionMin: entries(type: ["vozidlo", "plugInHybrid"], orderBy: "fuelConsumptionWltMin ASC", limit: 1, ) { ... on vozidlo_vozidlo_Entry { fuelConsumptionWltMin } ... on vozidlo_plugInHybrid_Entry { fuelConsumptionWltMin } } electroRangeMax: entries(type: ["elektrickeVozidlo", "plugInHybrid"], orderBy: "electroRange DESC", limit: 1, ) { ... on vozidlo_plugInHybrid_Entry { electroRange } ... on vozidlo_elektrickeVozidlo_Entry { electroRange } } electroRangeMin: entries(type: ["elektrickeVozidlo", "plugInHybrid"], orderBy: "electroRange ASC", limit: 1, ) { ... on vozidlo_plugInHybrid_Entry { electroRange } ... on vozidlo_elektrickeVozidlo_Entry { electroRange } } electroBatteryWltpMax: entries(type: ["elektrickeVozidlo", "plugInHybrid"], orderBy: "electroBatteryWltp DESC", limit: 1, ) { ... on vozidlo_plugInHybrid_Entry { electroBatteryWltp } ... on vozidlo_elektrickeVozidlo_Entry { electroBatteryWltp } } electroBatteryWltpMin: entries(type: ["elektrickeVozidlo", "plugInHybrid"], orderBy: "electroBatteryWltp ASC", limit: 1, ) { ... on vozidlo_plugInHybrid_Entry { electroBatteryWltp } ... on vozidlo_elektrickeVozidlo_Entry { electroBatteryWltp } } Co2EmissionMax: entries(type: ["vozidlo", "plugInHybrid"], orderBy: "Co2EmissionWltpMin DESC", limit: 1, ) { ... on vozidlo_plugInHybrid_Entry { Co2EmissionWltpMin } ... on vozidlo_vozidlo_Entry { Co2EmissionWltpMin } } Co2EmissionMin: entries(type: ["vozidlo", "plugInHybrid"], orderBy: "Co2EmissionWltpMin ASC", limit: 1, ) { ... on vozidlo_plugInHybrid_Entry { Co2EmissionWltpMin } ... on vozidlo_vozidlo_Entry { Co2EmissionWltpMin } } vehicleLengthMax: entries(type: "model", orderBy: "vehicleLength DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { vehicleLength } } vehicleLengthMin: entries(type: "model", orderBy: "vehicleLength ASC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { vehicleLength } } vehicleWidthMax: entries(type: "model", orderBy: "vehicleWidth DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { vehicleWidth } } vehicleWidthMin: entries(type: "model", orderBy: "vehicleWidth ASC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { vehicleWidth } } totalHeightMax: entries(type: "model", orderBy: "totalHeight DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { totalHeight } } totalHeightMin: entries(type: "model", orderBy: "totalHeight ASC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { totalHeight } } standbyWeightMax: entries(type: "model", orderBy: "standbyWeight DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { standbyWeight } } standbyWeightMin: entries(type: "model", orderBy: "standbyWeight ASC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { standbyWeight } } doorsNumberMax: entries(type: "model", orderBy: "doorsNumber DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { doorsNumber } } seatsNumberMax: entries(type: "model", orderBy: "seatsNumber DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { seatsNumber } } separateSeatsNumberMax: entries(type: "model", orderBy: "separateSeatsNumber DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { separateSeatsNumber } } luggageSpaceMax: entries(type: "model", orderBy: "luggageSpace DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { luggageSpace } } luggageSpaceMin: entries(type: "model", orderBy: "luggageSpace ASC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { luggageSpace } } luggageSpaceMaxMax: entries(type: "model", orderBy: "luggageSpaceMax DESC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { luggageSpaceMax } } luggageSpaceMaxMin: entries(type: "model", orderBy: "luggageSpaceMax ASC", limit: 1, luggageSpace: ["and", ">=40", "<=1700"], ) { ... on vozidlo_model_Entry { luggageSpaceMax } } isofixMax: entries(type: "varianta", orderBy: "isofix DESC", limit: 1, ) { ... on vozidlo_varianta_Entry { isofix } } airbagNumberMax: entries(type: "varianta",orderBy: "airbagNumber DESC", limit: 1, ) { ... on vozidlo_varianta_Entry { airbagNumber } } usbMax: entries(type: "varianta",orderBy: "usb DESC", limit: 1, ) { ... on vozidlo_varianta_Entry { usb } } electricConnectorMax: entries(type: "varianta",orderBy: "electricConnector DESC", limit: 1, ) { ... on vozidlo_varianta_Entry { electricConnector } } autopilotMax: entries(type: "varianta",orderBy: "autopilot DESC", limit: 1, ) { ... on vozidlo_varianta_Entry { autopilot } } euroNcapMax: entries(type: "varianta",orderBy: "euroNcap DESC", limit: 1, ) { ... on vozidlo_varianta_Entry { euroNcap } } engine: entries (type: ["vozidlo", "plugInHybrid", "elektrickeVozidlo"], level: 4, ) { id ... on vozidlo_vozidlo_Entry { engineMarking parent { parent { id title } } } ... on vozidlo_plugInHybrid_Entry { engineMarking parent { parent { id title } } } ... on vozidlo_elektrickeVozidlo_Entry { engineMarking parent { parent { id title } } } } engineCount: entryCount (type: ["vozidlo", "plugInHybrid", "elektrickeVozidlo"], level: 4, ) variant: entries (type: "varianta", ) { id title ... on vozidlo_varianta_Entry { parent { id } } } variantCount: entryCount (type: "varianta", ) model: entries (type: "model", luggageSpace: ["and", ">=40", "<=1700"], ) { id } modelCount: entryCount (type: "model", luggageSpace: ["and", ">=40", "<=1700"], ) modelFilter: entries (type: "model", luggageSpace: ["and", ">=40", "<=1700"], ) { id } }