Skip to content

Merge pull request #759 from FgForrest/736-mtls-security-scope-restri… #540

Merge pull request #759 from FgForrest/736-mtls-security-scope-restri…

Merge pull request #759 from FgForrest/736-mtls-security-scope-restri… #540

Triggered via push December 21, 2024 20:14
Status Failure
Total duration 29m 6s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

330 errors and 1 warning
md`.Example `attribute-equals.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 106250, "attributes": { "code": "apple-iphone-13-pro-3" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 106250, "attributes" : { "code" : "apple-iphone-13-pro-3" } } ] } } } } ```>
md`.Example `attribute-equals.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 106250, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple-iphone-13-pro-3" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 106250, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple-iphone-13-pro-3" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } } ```>
md`.Example `attribute-greater-than.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108567, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "45.00000", "code": "amazfit-bip" } } }, { "primaryKey": 108607, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "365.00000", "code": "garmin-vivofit-jr-3" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 2, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 2, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108567, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "45.00000", "code" : "amazfit-bip" } } }, { "primaryKey" : 108607, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "365.00000", "code" : "garmin-vivofit-jr-3" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 2, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 2, "type" : "PAGE" } } ```>
md`.Example `attribute-greater-than.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108567, "attributes": { "code": "amazfit-bip", "batteryLife": "45.00000" } }, { "primaryKey": 108607, "attributes": { "code": "garmin-vivofit-jr-3", "batteryLife": "365.00000" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108567, "attributes" : { "code" : "amazfit-bip", "batteryLife" : "45.00000" } }, { "primaryKey" : 108607, "attributes" : { "code" : "garmin-vivofit-jr-3", "batteryLife" : "365.00000" } } ] } } } } ```>
md`.Example `attribute-greater-than-equals.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s", "batteryLife": "40.00000" } }, { "primaryKey": 107913, "attributes": { "code": "amazfit-bip-s-1", "batteryLife": "40.00000" } }, { "primaryKey": 107915, "attributes": { "code": "amazfit-bip-s-2", "batteryLife": "40.00000" } }, { "primaryKey": 107917, "attributes": { "code": "amazfit-bip-s-3", "batteryLife": "40.00000" } }, { "primaryKey": 107919, "attributes": { "code": "amazfit-bip-s-4", "batteryLife": "40.00000" } }, { "primaryKey": 108567, "attributes": { "code": "amazfit-bip", "batteryLife": "45.00000" } }, { "primaryKey": 108607, "attributes": { "code": "garmin-vivofit-jr-3", "batteryLife": "365.00000" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s", "batteryLife" : "40.00000" } }, { "primaryKey" : 107913, "attributes" : { "code" : "amazfit-bip-s-1", "batteryLife" : "40.00000" } }, { "primaryKey" : 107915, "attributes" : { "code" : "amazfit-bip-s-2", "batteryLife" : "40.00000" } }, { "primaryKey" : 107917, "attributes" : { "code" : "amazfit-bip-s-3", "batteryLife" : "40.00000" } }, { "primaryKey" : 107919, "attributes" : { "code" : "amazfit-bip-s-4", "batteryLife" : "40.00000" } }, { "primaryKey" : 108567, "attributes" : { "code" : "amazfit-bip", "batteryLife" : "45.00000" } }, { "primaryKey" : 108607, "attributes" : { "code" : "garmin-vivofit-jr-3", "batteryLife" : "365.00000" } } ] } } } } ```>
md`.Example `attribute-greater-than-equals.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "40.00000", "code": "amazfit-bip-s" } } }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "40.00000", "code": "amazfit-bip-s-1" } } }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "40.00000", "code": "amazfit-bip-s-2" } } }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "40.00000", "code": "amazfit-bip-s-3" } } }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "40.00000", "code": "amazfit-bip-s-4" } } }, { "primaryKey": 108567, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "45.00000", "code": "amazfit-bip" } } }, { "primaryKey": 108607, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryLife": "365.00000", "code": "garmin-vivofit-jr-3" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 7, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 7, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "40.00000", "code" : "amazfit-bip-s" } } }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "40.00000", "code" : "amazfit-bip-s-1" } } }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "40.00000", "code" : "amazfit-bip-s-2" } } }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "40.00000", "code" : "amazfit-bip-s-3" } } }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "40.00000", "code" : "amazfit-bip-s-4" } } }, { "primaryKey" : 108567, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "45.00000", "code" : "amazfit-bip" } } }, { "primaryKey" : 108607, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryLife" : "365.00000", "code" : "garmin-vivofit-jr-3" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 7, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 7, "type" : "PAGE" } } ```>
md`.Example `attribute-less-than.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108473, "attributes": { "code": "huawei-talkband-b6", "batteryCapacity": "120.00000" } }, { "primaryKey": 108480, "attributes": { "code": "huawei-watch-3", "batteryCapacity": "120.00000" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108473, "attributes" : { "code" : "huawei-talkband-b6", "batteryCapacity" : "120.00000" } }, { "primaryKey" : 108480, "attributes" : { "code" : "huawei-watch-3", "batteryCapacity" : "120.00000" } } ] } } } } ```>
md`.Example `attribute-less-than.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108473, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryCapacity": "120.00000", "code": "huawei-talkband-b6" } } }, { "primaryKey": 108480, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryCapacity": "120.00000", "code": "huawei-watch-3" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 2, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 2, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108473, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryCapacity" : "120.00000", "code" : "huawei-talkband-b6" } } }, { "primaryKey" : 108480, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryCapacity" : "120.00000", "code" : "huawei-watch-3" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 2, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 2, "type" : "PAGE" } } ```>
md`.Example `attribute-less-than-equals.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108473, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryCapacity": "120.00000", "code": "huawei-talkband-b6" } } }, { "primaryKey": 108480, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryCapacity": "120.00000", "code": "huawei-watch-3" } } }, { "primaryKey": 108557, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryCapacity": "125.00000", "code": "amazfit-band-5" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 3, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 3, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108473, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryCapacity" : "120.00000", "code" : "huawei-talkband-b6" } } }, { "primaryKey" : 108480, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryCapacity" : "120.00000", "code" : "huawei-watch-3" } } }, { "primaryKey" : 108557, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryCapacity" : "125.00000", "code" : "amazfit-band-5" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 3, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 3, "type" : "PAGE" } } ```>
md`.Example `attribute-less-than-equals.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108473, "attributes": { "code": "huawei-talkband-b6", "batteryCapacity": "120.00000" } }, { "primaryKey": 108480, "attributes": { "code": "huawei-watch-3", "batteryCapacity": "120.00000" } }, { "primaryKey": 108557, "attributes": { "code": "amazfit-band-5", "batteryCapacity": "125.00000" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108473, "attributes" : { "code" : "huawei-talkband-b6", "batteryCapacity" : "120.00000" } }, { "primaryKey" : 108480, "attributes" : { "code" : "huawei-watch-3", "batteryCapacity" : "120.00000" } }, { "primaryKey" : 108557, "attributes" : { "code" : "amazfit-band-5", "batteryCapacity" : "125.00000" } } ] } } } } ```>
md`.Example `attribute-between.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108557, "attributes": { "code": "amazfit-band-5", "batteryCapacity": "125.00000" } }, { "primaryKey": 108570, "attributes": { "code": "amazfit-neo", "batteryCapacity": "160.00000" } }, { "primaryKey": 108585, "attributes": { "code": "fitbit-inspire-2", "batteryCapacity": "148.00000" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108557, "attributes" : { "code" : "amazfit-band-5", "batteryCapacity" : "125.00000" } }, { "primaryKey" : 108570, "attributes" : { "code" : "amazfit-neo", "batteryCapacity" : "160.00000" } }, { "primaryKey" : 108585, "attributes" : { "code" : "fitbit-inspire-2", "batteryCapacity" : "148.00000" } } ] } } } } ```>
md`.Example `attribute-between.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108557, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryCapacity": "125.00000", "code": "amazfit-band-5" } } }, { "primaryKey": 108570, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryCapacity": "160.00000", "code": "amazfit-neo" } } }, { "primaryKey": 108585, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "batteryCapacity": "148.00000", "code": "fitbit-inspire-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 3, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 3, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108557, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryCapacity" : "125.00000", "code" : "amazfit-band-5" } } }, { "primaryKey" : 108570, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryCapacity" : "160.00000", "code" : "amazfit-neo" } } }, { "primaryKey" : 108585, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "batteryCapacity" : "148.00000", "code" : "fitbit-inspire-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 3, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 3, "type" : "PAGE" } } ```>
md`.Example `attribute-in-set.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108315, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-approach-s42-2" } } }, { "primaryKey": 108335, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-6-solar" } } }, { "primaryKey": 108434, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-vivomove-luxe" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 3, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 3, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108315, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-approach-s42-2" } } }, { "primaryKey" : 108335, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-6-solar" } } }, { "primaryKey" : 108434, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-vivomove-luxe" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 3, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 3, "type" : "PAGE" } } ```>
md`.Example `attribute-in-set.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108315, "attributes": { "code": "garmin-approach-s42-2" } }, { "primaryKey": 108335, "attributes": { "code": "garmin-fenix-6-solar" } }, { "primaryKey": 108434, "attributes": { "code": "garmin-vivomove-luxe" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108315, "attributes" : { "code" : "garmin-approach-s42-2" } }, { "primaryKey" : 108335, "attributes" : { "code" : "garmin-fenix-6-solar" } }, { "primaryKey" : 108434, "attributes" : { "code" : "garmin-vivomove-luxe" } } ] } } } } ```>
md`.Example `attribute-is-not-null.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "3872990", "code": "macbook-pro-13-2022" } } }, { "primaryKey": 66554, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "3589128", "code": "macbook-pro-13-2022-1" } } }, { "primaryKey": 66556, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "3337233", "code": "macbook-pro-13-2022-2" } } }, { "primaryKey": 66559, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4796809", "code": "macbook-pro-13-2022-3" } } }, { "primaryKey": 66561, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4246698", "code": "macbook-pro-13-2022-4" } } }, { "primaryKey": 66562, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4736396", "code": "macbook-pro-13-2022-5" } } }, { "primaryKey": 66563, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4503648", "code": "macbook-pro-13-2022-6" } } }, { "primaryKey": 66565, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "3325975", "code": "macbook-pro-13-2022-7" } } }, { "primaryKey": 66566, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "3672344", "code": "macbook-pro-13-2022-8" } } }, { "primaryKey": 66567, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "2745489", "code": "macbook-pro-13-2022-9" } } }, { "primaryKey": 66569, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4516284", "code": "macbook-pro-13-2022-10" } } }, { "primaryKey": 66570, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4465908", "code": "macbook-pro-13-2022-11" } } }, { "primaryKey": 66571, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "3469152", "code": "macbook-pro-13-2022-12" } } }, { "primaryKey": 66572, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "2989728", "code": "macbook-pro-13-2022-13" } } }, { "primaryKey": 66573, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4564400", "code": "macbook-pro-13-2022-14" } } }, { "primaryKey": 66574, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "3921698", "code": "macbook-pro-13-2022-15" } } }, { "primaryKey": 66575, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4878238", "code": "macbook-pro-13-2022-16" } } }, { "primaryKey": 66576, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "3676143", "code": "macbook-pro-13-2022-17" } } }, { "primaryKey": 66577, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "catalogNumber": "4253784", "code": "macbook-pro-13-2022-18" } } }, { "primaryKey": 66578, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "3046874", "code": "macbook-pro-14-2021" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 208, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 4158, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "3872990", "code" : "macbook-pro-13-2022" } } }, { "primaryKey" : 66554, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "3589128", "code" : "macbook-pro-13-2022-1" } } }, { "primaryKey" : 66556, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "3337233", "code" : "macbook-pro-13-2022-2" } } }, { "primaryKey" : 66559, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4796809", "code" : "macbook-pro-13-2022-3" } } }, { "primaryKey" : 66561, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4246698", "code" : "macbook-pro-13-2022-4" } } }, { "primaryKey" : 66562, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4736396", "code" : "macbook-pro-13-2022-5" } } }, { "primaryKey" : 66563, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4503648", "code" : "macbook-pro-13-2022-6" } } }, { "primaryKey" : 66565, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "3325975", "code" : "macbook-pro-13-2022-7" } } }, { "primaryKey" : 66566, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "3672344", "code" : "macbook-pro-13-2022-8" } } }, { "primaryKey" : 66567, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "2745489", "code" : "macbook-pro-13-2022-9" } } }, { "primaryKey" : 66569, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4516284", "code" : "macbook-pro-13-2022-10" } } }, { "primaryKey" : 66570, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4465908", "code" : "macbook-pro-13-2022-11" } } }, { "primaryKey" : 66571, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "3469152", "code" : "macbook-pro-13-2022-12" } } }, { "primaryKey" : 66572, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "2989728", "code" : "macbook-pro-13-2022-13" } } }, { "primaryKey" : 66573, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4564400", "code" : "macbook-pro-13-2022-14" } } }, { "primaryKey" : 66574, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "3921698", "code" : "macbook-pro-13-2022-15" } } }, { "primaryKey" : 66575, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4878238", "code" : "macbook-pro-13-2022-16" } } }, { "primaryKey" : 66576, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "3676143", "code" : "macbook-pro-13-2022-17" } } }, { "primaryKey" : 66577, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "catalogNumber" : "4253784", "code" : "macbook-pro-13-2022-18" } } }, { "primaryKey" : 66578, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "3046874", "code" : "macbook-pro-14-2021" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 208, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 4158, "type" : "PAGE" } } ```>
md`.Example `attribute-is-not-null.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 63049, "attributes": { "code": "macbook-pro-13-2022", "catalogNumber": "3872990" } }, { "primaryKey": 66554, "attributes": { "code": "macbook-pro-13-2022-1", "catalogNumber": "3589128" } }, { "primaryKey": 66556, "attributes": { "code": "macbook-pro-13-2022-2", "catalogNumber": "3337233" } }, { "primaryKey": 66559, "attributes": { "code": "macbook-pro-13-2022-3", "catalogNumber": "4796809" } }, { "primaryKey": 66561, "attributes": { "code": "macbook-pro-13-2022-4", "catalogNumber": "4246698" } }, { "primaryKey": 66562, "attributes": { "code": "macbook-pro-13-2022-5", "catalogNumber": "4736396" } }, { "primaryKey": 66563, "attributes": { "code": "macbook-pro-13-2022-6", "catalogNumber": "4503648" } }, { "primaryKey": 66565, "attributes": { "code": "macbook-pro-13-2022-7", "catalogNumber": "3325975" } }, { "primaryKey": 66566, "attributes": { "code": "macbook-pro-13-2022-8", "catalogNumber": "3672344" } }, { "primaryKey": 66567, "attributes": { "code": "macbook-pro-13-2022-9", "catalogNumber": "2745489" } }, { "primaryKey": 66569, "attributes": { "code": "macbook-pro-13-2022-10", "catalogNumber": "4516284" } }, { "primaryKey": 66570, "attributes": { "code": "macbook-pro-13-2022-11", "catalogNumber": "4465908" } }, { "primaryKey": 66571, "attributes": { "code": "macbook-pro-13-2022-12", "catalogNumber": "3469152" } }, { "primaryKey": 66572, "attributes": { "code": "macbook-pro-13-2022-13", "catalogNumber": "2989728" } }, { "primaryKey": 66573, "attributes": { "code": "macbook-pro-13-2022-14", "catalogNumber": "4564400" } }, { "primaryKey": 66574, "attributes": { "code": "macbook-pro-13-2022-15", "catalogNumber": "3921698" } }, { "primaryKey": 66575, "attributes": { "code": "macbook-pro-13-2022-16", "catalogNumber": "4878238" } }, { "primaryKey": 66576, "attributes": { "code": "macbook-pro-13-2022-17", "catalogNumber": "3676143" } }, { "primaryKey": 66577, "attributes": { "code": "macbook-pro-13-2022-18", "catalogNumber": "4253784" } }, { "primaryKey": 66578, "attributes": { "code": "macbook-pro-14-2021", "catalogNumber": "3046874" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 63049, "attributes" : { "code" : "macbook-pro-13-2022", "catalogNumber" : "3872990" } }, { "primaryKey" : 66554, "attributes" : { "code" : "macbook-pro-13-2022-1", "catalogNumber" : "3589128" } }, { "primaryKey" : 66556, "attributes" : { "code" : "macbook-pro-13-2022-2", "catalogNumber" : "3337233" } }, { "primaryKey" : 66559, "attributes" : { "code" : "macbook-pro-13-2022-3", "catalogNumber" : "4796809" } }, { "primaryKey" : 66561, "attributes" : { "code" : "macbook-pro-13-2022-4", "catalogNumber" : "4246698" } }, { "primaryKey" : 66562, "attributes" : { "code" : "macbook-pro-13-2022-5", "catalogNumber" : "4736396" } }, { "primaryKey" : 66563, "attributes" : { "code" : "macbook-pro-13-2022-6", "catalogNumber" : "4503648" } }, { "primaryKey" : 66565, "attributes" : { "code" : "macbook-pro-13-2022-7", "catalogNumber" : "3325975" } }, { "primaryKey" : 66566, "attributes" : { "code" : "macbook-pro-13-2022-8", "catalogNumber" : "3672344" } }, { "primaryKey" : 66567, "attributes" : { "code" : "macbook-pro-13-2022-9", "catalogNumber" : "2745489" } }, { "primaryKey" : 66569, "attributes" : { "code" : "macbook-pro-13-2022-10", "catalogNumber" : "4516284" } }, { "primaryKey" : 66570, "attributes" : { "code" : "macbook-pro-13-2022-11", "catalogNumber" : "4465908" } }, { "primaryKey" : 66571, "attributes" : { "code" : "macbook-pro-13-2022-12", "catalogNumber" : "3469152" } }, { "primaryKey" : 66572, "attributes" : { "code" : "macbook-pro-13-2022-13", "catalogNumber" : "2989728" } }, { "primaryKey" : 66573, "attributes" : { "code" : "macbook-pro-13-2022-14", "catalogNumber" : "4564400" } }, { "primaryKey" : 66574, "attributes" : { "code" : "macbook-pro-13-2022-15", "catalogNumber" : "3921698" } }, { "primaryKey" : 66575, "attributes" : { "code" : "macbook-pro-13-2022-16", "catalogNumber" : "4878238" } }, { "primaryKey" : 66576, "attributes" : { "code" : "macbook-pro-13-2022-17", "catalogNumber" : "3676143" } }, { "primaryKey" : 66577, "attributes" : { "code" : "macbook-pro-13-2022-18", "catalogNumber" : "4253784" } }, { "primaryKey" : 66578, "attributes" : { "code" : "macbook-pro-14-2021", "catalogNumber" : "3046874" } } ] } } } } ```>
md`.Example `attribute-is-null.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108531, "attributes": { "code": "samsung-galaxy-watch5-pro-lte", "catalogNumber": null } }, { "primaryKey": 347155, "attributes": { "code": "apple-kit-22", "catalogNumber": null } }, { "primaryKey": 347156, "attributes": { "code": "samsung-kit-22", "catalogNumber": null } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108531, "attributes" : { "code" : "samsung-galaxy-watch5-pro-lte", "catalogNumber" : null } }, { "primaryKey" : 347155, "attributes" : { "code" : "apple-kit-22", "catalogNumber" : null } }, { "primaryKey" : 347156, "attributes" : { "code" : "samsung-kit-22", "catalogNumber" : null } } ] } } } } ```>
md`.Example `attribute-is-null.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108531, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "samsung-galaxy-watch5-pro-lte" } } }, { "primaryKey": 347155, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "apple-kit-22" } } }, { "primaryKey": 347156, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "samsung-kit-22" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 3, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 3, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108531, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "samsung-galaxy-watch5-pro-lte" } } }, { "primaryKey" : 347155, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "apple-kit-22" } } }, { "primaryKey" : 347156, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "samsung-kit-22" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 3, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 3, "type" : "PAGE" } } ```>
md`.Example `attribute-natural-non-localized.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 347156, "attributes": { "code": "samsung-kit-22", "orderedQuantity": "0.00000" } }, { "primaryKey": 347155, "attributes": { "code": "apple-kit-22", "orderedQuantity": "0.00000" } }, { "primaryKey": 113891, "attributes": { "code": "vip-voucher-10-000-for-notebooks", "orderedQuantity": "0.00000" } }, { "primaryKey": 113889, "attributes": { "code": "vip-voucher-5-000-for-phones", "orderedQuantity": "0.00000" } }, { "primaryKey": 113888, "attributes": { "code": "vip-voucher-2-000-for-phones", "orderedQuantity": "0.00000" } }, { "primaryKey": 113887, "attributes": { "code": "vip-voucher-1-000-for-phones", "orderedQuantity": "0.00000" } }, { "primaryKey": 113885, "attributes": { "code": "vip-voucher-500-for-christmas-electronics", "orderedQuantity": "0.00000" } }, { "primaryKey": 113884, "attributes": { "code": "vip-voucher-200-for-christmas-electronics", "orderedQuantity": "0.00000" } }, { "primaryKey": 113882, "attributes": { "code": "voucher-10-000", "orderedQuantity": "0.00000" } }, { "primaryKey": 113880, "attributes": { "code": "voucher-5-000", "orderedQuantity": "0.00000" } }, { "primaryKey": 113878, "attributes": { "code": "voucher-2-000", "orderedQuantity": "0.00000" } }, { "primaryKey": 113876, "attributes": { "code": "voucher-1-000", "orderedQuantity": "0.00000" } }, { "primaryKey": 113874, "attributes": { "code": "voucher-500", "orderedQuantity": "0.00000" } }, { "primaryKey": 113871, "attributes": { "code": "voucher-200", "orderedQuantity": "0.00000" } }, { "primaryKey": 113866, "attributes": { "code": "htc-vive-xr-elite", "orderedQuantity": "0.00000" } }, { "primaryKey": 113862, "attributes": { "code": "meta-quest-2", "orderedQuantity": "0.00000" } }, { "primaryKey": 113857, "attributes": { "code": "playstation-vr2", "orderedQuantity": "0.00000" } }, { "primaryKey": 113848, "attributes": { "code": "genius-slimstar-230", "orderedQuantity": "0.00000" } }, { "primaryKey": 113846, "attributes": { "code": "genius-slimstar-q200", "orderedQuantity": "0.00000" } }, { "primaryKey": 113842, "attributes": { "code": "genius-slimstar-m200", "orderedQuantity": "0.00000" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 347156, "attributes" : { "code" : "samsung-kit-22", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 347155, "attributes" : { "code" : "apple-kit-22", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113891, "attributes" : { "code" : "vip-voucher-10-000-for-notebooks", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113889, "attributes" : { "code" : "vip-voucher-5-000-for-phones", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113888, "attributes" : { "code" : "vip-voucher-2-000-for-phones", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113887, "attributes" : { "code" : "vip-voucher-1-000-for-phones", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113885, "attributes" : { "code" : "vip-voucher-500-for-christmas-electronics", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113884, "attributes" : { "code" : "vip-voucher-200-for-christmas-electronics", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113882, "attributes" : { "code" : "voucher-10-000", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113880, "attributes" : { "code" : "voucher-5-000", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113878, "attributes" : { "code" : "voucher-2-000", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113876, "attributes" : { "code" : "voucher-1-000", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113874, "attributes" : { "code" : "voucher-500", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113871, "attributes" : { "code" : "voucher-200", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113866, "attributes" : { "code" : "htc-vive-xr-elite", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113862, "attributes" : { "code" : "meta-quest-2", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113857, "attributes" : { "code" : "playstation-vr2", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113848, "attributes" : { "code" : "genius-slimstar-230", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113846, "attributes" : { "code" : "genius-slimstar-q200", "orderedQuantity" : "0.00000" } }, { "primaryKey" : 113842, "attributes" : { "code" : "genius-slimstar-m200", "orderedQuantity" : "0.00000" } } ] } } } } ```>
md`.Example `attribute-natural-non-localized.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 347156, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "samsung-kit-22", "orderedQuantity": "0.00000" } } }, { "primaryKey": 347155, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "apple-kit-22", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113891, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-10-000-for-notebooks", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113889, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-5-000-for-phones", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113888, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-2-000-for-phones", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113887, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-1-000-for-phones", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-500-for-christmas-electronics", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113884, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-200-for-christmas-electronics", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113882, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "voucher-10-000", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113880, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "voucher-5-000", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113878, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "voucher-2-000", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113876, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "voucher-1-000", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113874, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "voucher-500", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113871, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "voucher-200", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113866, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "htc-vive-xr-elite", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113862, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "meta-quest-2", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113857, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "playstation-vr2", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113848, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "genius-slimstar-230", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113846, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "genius-slimstar-q200", "orderedQuantity": "0.00000" } } }, { "primaryKey": 113842, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "genius-slimstar-m200", "orderedQuantity": "0.00000" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 209, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 4161, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 347156, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "samsung-kit-22", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 347155, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "apple-kit-22", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113891, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-10-000-for-notebooks", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113889, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-5-000-for-phones", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113888, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-2-000-for-phones", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113887, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-1-000-for-phones", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113885, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-500-for-christmas-electronics", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113884, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-200-for-christmas-electronics", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113882, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "voucher-10-000", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113880, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "voucher-5-000", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113878, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "voucher-2-000", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113876, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "voucher-1-000", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113874, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "voucher-500", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113871, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "voucher-200", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113866, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "htc-vive-xr-elite", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113862, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "meta-quest-2", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113857, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "playstation-vr2", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113848, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "genius-slimstar-230", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113846, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "genius-slimstar-q200", "orderedQuantity" : "0.00000" } } }, { "primaryKey" : 113842, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "genius-slimstar-m200", "orderedQuantity" : "0.00000" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 209, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 4161, "type" : "PAGE" } } ```>
md`.Example `attribute-natural-localized.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 103885, "attributes": { "name": "Alcatel 3T 10 (2020)" } }, { "primaryKey": 103911, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105707, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105708, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105709, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105710, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105711, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105712, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105713, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105714, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105697, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105698, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105699, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105700, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105702, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105703, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105705, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105706, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 103988, "attributes": { "name": "Apple iPad 9" } }, { "primaryKey": 105715, "attributes": { "name": "Apple iPad 9" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 103885, "attributes" : { "name" : "Alcatel 3T 10 (2020)" } }, { "primaryKey" : 103911, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105707, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105708, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105709, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105710, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105711, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105712, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105713, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105714, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105697, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105698, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105699, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105700, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105702, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105703, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105705, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105706, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 103988, "attributes" : { "name" : "Apple iPad 9" } }, { "primaryKey" : 105715, "attributes" : { "name" : "Apple iPad 9" } } ] } } } } ```>
md`.Example `attribute-natural-localized.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Alcatel 3T 10 (2020)" } } } }, { "primaryKey": 103911, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105707, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105708, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105709, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105710, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105711, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105712, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105713, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105714, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105697, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105698, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105699, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105700, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105702, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105703, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105705, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105706, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 103988, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 9" } } } }, { "primaryKey": 105715, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 9" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 3, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 42, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Alcatel 3T 10 (2020)" } } } }, { "primaryKey" : 103911, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105707, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105708, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105709, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105710, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105711, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105712, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105713, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105714, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105697, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105698, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105699, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105700, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105702, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105703, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105705, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105706, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 103988, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 9" } } } }, { "primaryKey" : 105715, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 9" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 3, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 42, "type" : "PAGE" } } ```>
md`.Example `attribute-natural-multiple.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 109034, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2500123", "code": "asus-chromebook-flip-cx5-6", "ean": "10000494" } } }, { "primaryKey": 110704, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2500425", "code": "msi-gf66-11uc-katana-5", "ean": "10001700" } } }, { "primaryKey": 113360, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2501651", "code": "27b2am", "ean": "10006607" } } }, { "primaryKey": 106033, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2502191", "code": "samsung-galaxy-tab-s8-12-4-2022-9", "ean": "10008764" } } }, { "primaryKey": 111400, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2502932", "code": "msi-summit-e13-flip-evo-a12mt-3", "ean": "10011729" } } }, { "primaryKey": 107187, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2503341", "code": "oppo-a73-2", "ean": "10013365" } } }, { "primaryKey": 106804, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2504887", "code": "huawei-p50-pro", "ean": "10019551" } } }, { "primaryKey": 110908, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2505086", "code": "msi-gl75-9sdk-3", "ean": "10020345" } } }, { "primaryKey": 110127, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2505146", "code": "lenovo-thinkpad-11e-yoga", "ean": "10020587" } } }, { "primaryKey": 107848, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2505352", "code": "zte-axon-40-pro-1", "ean": "10021410" } } }, { "primaryKey": 110938, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2505447", "code": "msi-gp65-10sfk-leopard-4", "ean": "10021789" } } }, { "primaryKey": 109149, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2505858", "code": "asus-rog-zephyrus-g14-5", "ean": "10023435" } } }, { "primaryKey": 109159, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2505921", "code": "asus-rog-zephyrus-g15-4", "ean": "10023687" } } }, { "primaryKey": 109575, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2506207", "code": "hp-elitebook-850-g6-4", "ean": "10024829" } } }, { "primaryKey": 108187, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2506268", "code": "apple-watch-series-5-44mm-3", "ean": "10025075" } } }, { "primaryKey": 109404, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2507400", "code": "fujitsu-celsius-h7510-3", "ean": "10029603" } } }, { "primaryKey": 109474, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2510799", "code": "fujitsu-lifebook-u7411-2", "ean": "10043198" } } }, { "primaryKey": 110968, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2510929", "code": "msi-gp76-10ue-leopard-5", "ean": "10043718" } } }, { "primaryKey": 107183, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2510997", "code": "oppo-a73", "ean": "10043989" } } }, { "primaryKey": 111247, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "catalogNumber": "2511013", "code": "msi-modern-15-a10ras-1", "ean": "10044055" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 209, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 4161, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 109034, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2500123", "code" : "asus-chromebook-flip-cx5-6", "ean" : "10000494" } } }, { "primaryKey" : 110704, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2500425", "code" : "msi-gf66-11uc-katana-5", "ean" : "10001700" } } }, { "primaryKey" : 113360, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2501651", "code" : "27b2am", "ean" : "10006607" } } }, { "primaryKey" : 106033, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2502191", "code" : "samsung-galaxy-tab-s8-12-4-2022-9", "ean" : "10008764" } } }, { "primaryKey" : 111400, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2502932", "code" : "msi-summit-e13-flip-evo-a12mt-3", "ean" : "10011729" } } }, { "primaryKey" : 107187, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2503341", "code" : "oppo-a73-2", "ean" : "10013365" } } }, { "primaryKey" : 106804, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2504887", "code" : "huawei-p50-pro", "ean" : "10019551" } } }, { "primaryKey" : 110908, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2505086", "code" : "msi-gl75-9sdk-3", "ean" : "10020345" } } }, { "primaryKey" : 110127, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2505146", "code" : "lenovo-thinkpad-11e-yoga", "ean" : "10020587" } } }, { "primaryKey" : 107848, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2505352", "code" : "zte-axon-40-pro-1", "ean" : "10021410" } } }, { "primaryKey" : 110938, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2505447", "code" : "msi-gp65-10sfk-leopard-4", "ean" : "10021789" } } }, { "primaryKey" : 109149, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2505858", "code" : "asus-rog-zephyrus-g14-5", "ean" : "10023435" } } }, { "primaryKey" : 109159, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2505921", "code" : "asus-rog-zephyrus-g15-4", "ean" : "10023687" } } }, { "primaryKey" : 109575, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2506207", "code" : "hp-elitebook-850-g6-4", "ean" : "10024829" } } }, { "primaryKey" : 108187, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2506268", "code" : "apple-watch-series-5-44mm-3", "ean" : "10025075" } } }, { "primaryKey" : 109404, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2507400", "code" : "fujitsu-celsius-h7510-3", "ean" : "10029603" } } }, { "primaryKey" : 109474, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2510799", "code" : "fujitsu-lifebook-u7411-2", "ean" : "10043198" } } }, { "primaryKey" : 110968, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2510929", "code" : "msi-gp76-10ue-leopard-5", "ean" : "10043718" } } }, { "primaryKey" : 107183, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2510997", "code" : "oppo-a73", "ean" : "10043989" } } }, { "primaryKey" : 111247, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "catalogNumber" : "2511013", "code" : "msi-modern-15-a10ras-1", "ean" : "10044055" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 209, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 4161, "type" : "PAGE" } } ```>
md`.Example `attribute-natural-multiple.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 109034, "attributes": { "code": "asus-chromebook-flip-cx5-6", "ean": "10000494", "catalogNumber": "2500123" } }, { "primaryKey": 110704, "attributes": { "code": "msi-gf66-11uc-katana-5", "ean": "10001700", "catalogNumber": "2500425" } }, { "primaryKey": 113360, "attributes": { "code": "27b2am", "ean": "10006607", "catalogNumber": "2501651" } }, { "primaryKey": 106033, "attributes": { "code": "samsung-galaxy-tab-s8-12-4-2022-9", "ean": "10008764", "catalogNumber": "2502191" } }, { "primaryKey": 111400, "attributes": { "code": "msi-summit-e13-flip-evo-a12mt-3", "ean": "10011729", "catalogNumber": "2502932" } }, { "primaryKey": 107187, "attributes": { "code": "oppo-a73-2", "ean": "10013365", "catalogNumber": "2503341" } }, { "primaryKey": 106804, "attributes": { "code": "huawei-p50-pro", "ean": "10019551", "catalogNumber": "2504887" } }, { "primaryKey": 110908, "attributes": { "code": "msi-gl75-9sdk-3", "ean": "10020345", "catalogNumber": "2505086" } }, { "primaryKey": 110127, "attributes": { "code": "lenovo-thinkpad-11e-yoga", "ean": "10020587", "catalogNumber": "2505146" } }, { "primaryKey": 107848, "attributes": { "code": "zte-axon-40-pro-1", "ean": "10021410", "catalogNumber": "2505352" } }, { "primaryKey": 110938, "attributes": { "code": "msi-gp65-10sfk-leopard-4", "ean": "10021789", "catalogNumber": "2505447" } }, { "primaryKey": 109149, "attributes": { "code": "asus-rog-zephyrus-g14-5", "ean": "10023435", "catalogNumber": "2505858" } }, { "primaryKey": 109159, "attributes": { "code": "asus-rog-zephyrus-g15-4", "ean": "10023687", "catalogNumber": "2505921" } }, { "primaryKey": 109575, "attributes": { "code": "hp-elitebook-850-g6-4", "ean": "10024829", "catalogNumber": "2506207" } }, { "primaryKey": 108187, "attributes": { "code": "apple-watch-series-5-44mm-3", "ean": "10025075", "catalogNumber": "2506268" } }, { "primaryKey": 109404, "attributes": { "code": "fujitsu-celsius-h7510-3", "ean": "10029603", "catalogNumber": "2507400" } }, { "primaryKey": 109474, "attributes": { "code": "fujitsu-lifebook-u7411-2", "ean": "10043198", "catalogNumber": "2510799" } }, { "primaryKey": 110968, "attributes": { "code": "msi-gp76-10ue-leopard-5", "ean": "10043718", "catalogNumber": "2510929" } }, { "primaryKey": 107183, "attributes": { "code": "oppo-a73", "ean": "10043989", "catalogNumber": "2510997" } }, { "primaryKey": 111247, "attributes": { "code": "msi-modern-15-a10ras-1", "ean": "10044055", "catalogNumber": "2511013" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 109034, "attributes" : { "code" : "asus-chromebook-flip-cx5-6", "ean" : "10000494", "catalogNumber" : "2500123" } }, { "primaryKey" : 110704, "attributes" : { "code" : "msi-gf66-11uc-katana-5", "ean" : "10001700", "catalogNumber" : "2500425" } }, { "primaryKey" : 113360, "attributes" : { "code" : "27b2am", "ean" : "10006607", "catalogNumber" : "2501651" } }, { "primaryKey" : 106033, "attributes" : { "code" : "samsung-galaxy-tab-s8-12-4-2022-9", "ean" : "10008764", "catalogNumber" : "2502191" } }, { "primaryKey" : 111400, "attributes" : { "code" : "msi-summit-e13-flip-evo-a12mt-3", "ean" : "10011729", "catalogNumber" : "2502932" } }, { "primaryKey" : 107187, "attributes" : { "code" : "oppo-a73-2", "ean" : "10013365", "catalogNumber" : "2503341" } }, { "primaryKey" : 106804, "attributes" : { "code" : "huawei-p50-pro", "ean" : "10019551", "catalogNumber" : "2504887" } }, { "primaryKey" : 110908, "attributes" : { "code" : "msi-gl75-9sdk-3", "ean" : "10020345", "catalogNumber" : "2505086" } }, { "primaryKey" : 110127, "attributes" : { "code" : "lenovo-thinkpad-11e-yoga", "ean" : "10020587", "catalogNumber" : "2505146" } }, { "primaryKey" : 107848, "attributes" : { "code" : "zte-axon-40-pro-1", "ean" : "10021410", "catalogNumber" : "2505352" } }, { "primaryKey" : 110938, "attributes" : { "code" : "msi-gp65-10sfk-leopard-4", "ean" : "10021789", "catalogNumber" : "2505447" } }, { "primaryKey" : 109149, "attributes" : { "code" : "asus-rog-zephyrus-g14-5", "ean" : "10023435", "catalogNumber" : "2505858" } }, { "primaryKey" : 109159, "attributes" : { "code" : "asus-rog-zephyrus-g15-4", "ean" : "10023687", "catalogNumber" : "2505921" } }, { "primaryKey" : 109575, "attributes" : { "code" : "hp-elitebook-850-g6-4", "ean" : "10024829", "catalogNumber" : "2506207" } }, { "primaryKey" : 108187, "attributes" : { "code" : "apple-watch-series-5-44mm-3", "ean" : "10025075", "catalogNumber" : "2506268" } }, { "primaryKey" : 109404, "attributes" : { "code" : "fujitsu-celsius-h7510-3", "ean" : "10029603", "catalogNumber" : "2507400" } }, { "primaryKey" : 109474, "attributes" : { "code" : "fujitsu-lifebook-u7411-2", "ean" : "10043198", "catalogNumber" : "2510799" } }, { "primaryKey" : 110968, "attributes" : { "code" : "msi-gp76-10ue-leopard-5", "ean" : "10043718", "catalogNumber" : "2510929" } }, { "primaryKey" : 107183, "attributes" : { "code" : "oppo-a73", "ean" : "10043989", "catalogNumber" : "2510997" } }, { "primaryKey" : 111247, "attributes" : { "code" : "msi-modern-15-a10ras-1", "ean" : "10044055", "catalogNumber" : "2511013" } } ] } } } } ```>
md`.Example `primary-key-natural.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 347156, "attributes": { "name": "Sada Samsung pro rok 2022" } }, { "primaryKey": 347155, "attributes": { "name": "Sada Apple pro rok 2022" } }, { "primaryKey": 105716, "attributes": { "name": "Apple iPad 9" } }, { "primaryKey": 105715, "attributes": { "name": "Apple iPad 9" } }, { "primaryKey": 105714, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105713, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105712, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105711, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105710, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105709, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105708, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105707, "attributes": { "name": "Apple iPad 10" } }, { "primaryKey": 105706, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105705, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105703, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105702, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105700, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105699, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105698, "attributes": { "name": "Apple iPad 10 5G" } }, { "primaryKey": 105697, "attributes": { "name": "Apple iPad 10 5G" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 347156, "attributes" : { "name" : "Sada Samsung pro rok 2022" } }, { "primaryKey" : 347155, "attributes" : { "name" : "Sada Apple pro rok 2022" } }, { "primaryKey" : 105716, "attributes" : { "name" : "Apple iPad 9" } }, { "primaryKey" : 105715, "attributes" : { "name" : "Apple iPad 9" } }, { "primaryKey" : 105714, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105713, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105712, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105711, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105710, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105709, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105708, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105707, "attributes" : { "name" : "Apple iPad 10" } }, { "primaryKey" : 105706, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105705, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105703, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105702, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105700, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105699, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105698, "attributes" : { "name" : "Apple iPad 10 5G" } }, { "primaryKey" : 105697, "attributes" : { "name" : "Apple iPad 10 5G" } } ] } } } } ```>
md`.Example `primary-key-natural.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 347156, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "cs": { "name": "Sada Samsung pro rok 2022" } } } }, { "primaryKey": 347155, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "cs": { "name": "Sada Apple pro rok 2022" } } } }, { "primaryKey": 105716, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 9" } } } }, { "primaryKey": 105715, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 9" } } } }, { "primaryKey": 105714, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105713, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105712, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105711, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105710, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105709, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105708, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105707, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10" } } } }, { "primaryKey": 105706, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105705, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105703, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105702, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105700, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105699, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105698, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } }, { "primaryKey": 105697, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "cs": { "name": "Apple iPad 10 5G" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 3, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 42, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 347156, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "de", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Sada Samsung pro rok 2022" } } } }, { "primaryKey" : 347155, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "de", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Sada Apple pro rok 2022" } } } }, { "primaryKey" : 105716, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 9" } } } }, { "primaryKey" : 105715, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 9" } } } }, { "primaryKey" : 105714, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105713, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105712, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105711, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105710, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105709, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105708, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105707, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10" } } } }, { "primaryKey" : 105706, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105705, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105703, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105702, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105700, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105699, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105698, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } }, { "primaryKey" : 105697, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "cs" : { "name" : "Apple iPad 10 5G" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 3, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 42, "type" : "PAGE" } } ```>
md`.Example `attribute-contains.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108325, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-epix-gen-2" } } }, { "primaryKey": 108326, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-epix-gen-2-sapphire" } } }, { "primaryKey": 108328, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-epix-gen-2-sapphire-1" } } }, { "primaryKey": 108330, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-epix-gen-2-sapphire-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 4, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 4, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108325, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-epix-gen-2" } } }, { "primaryKey" : 108326, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-epix-gen-2-sapphire" } } }, { "primaryKey" : 108328, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-epix-gen-2-sapphire-1" } } }, { "primaryKey" : 108330, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-epix-gen-2-sapphire-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 4, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 4, "type" : "PAGE" } } ```>
md`.Example `attribute-contains.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108325, "attributes": { "code": "garmin-epix-gen-2" } }, { "primaryKey": 108326, "attributes": { "code": "garmin-epix-gen-2-sapphire" } }, { "primaryKey": 108328, "attributes": { "code": "garmin-epix-gen-2-sapphire-1" } }, { "primaryKey": 108330, "attributes": { "code": "garmin-epix-gen-2-sapphire-2" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108325, "attributes" : { "code" : "garmin-epix-gen-2" } }, { "primaryKey" : 108326, "attributes" : { "code" : "garmin-epix-gen-2-sapphire" } }, { "primaryKey" : 108328, "attributes" : { "code" : "garmin-epix-gen-2-sapphire-1" } }, { "primaryKey" : 108330, "attributes" : { "code" : "garmin-epix-gen-2-sapphire-2" } } ] } } } } ```>
md`.Example `attribute-starts-with.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108310, "attributes": { "code": "garmin-approach-s42" } }, { "primaryKey": 108313, "attributes": { "code": "garmin-approach-s42-1" } }, { "primaryKey": 108315, "attributes": { "code": "garmin-approach-s42-2" } }, { "primaryKey": 108317, "attributes": { "code": "garmin-approach-s42-3" } }, { "primaryKey": 108325, "attributes": { "code": "garmin-epix-gen-2" } }, { "primaryKey": 108326, "attributes": { "code": "garmin-epix-gen-2-sapphire" } }, { "primaryKey": 108328, "attributes": { "code": "garmin-epix-gen-2-sapphire-1" } }, { "primaryKey": 108330, "attributes": { "code": "garmin-epix-gen-2-sapphire-2" } }, { "primaryKey": 108335, "attributes": { "code": "garmin-fenix-6-solar" } }, { "primaryKey": 108338, "attributes": { "code": "garmin-fenix-7" } }, { "primaryKey": 108341, "attributes": { "code": "garmin-fenix-7-sapphire-solar" } }, { "primaryKey": 108342, "attributes": { "code": "garmin-fenix-7-solar" } }, { "primaryKey": 108346, "attributes": { "code": "garmin-fenix-7s" } }, { "primaryKey": 108348, "attributes": { "code": "garmin-fenix-7s-sapphire-solar" } }, { "primaryKey": 108349, "attributes": { "code": "garmin-fenix-7s-solar" } }, { "primaryKey": 108358, "attributes": { "code": "garmin-fenix-7x-sapphire-solar" } }, { "primaryKey": 108360, "attributes": { "code": "garmin-fenix-7x-solar" } }, { "primaryKey": 108366, "attributes": { "code": "garmin-forerunner-55" } }, { "primaryKey": 108371, "attributes": { "code": "garmin-instinct-esports-edition" } }, { "primaryKey": 108377, "attributes": { "code": "garmin-lily" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108310, "attributes" : { "code" : "garmin-approach-s42" } }, { "primaryKey" : 108313, "attributes" : { "code" : "garmin-approach-s42-1" } }, { "primaryKey" : 108315, "attributes" : { "code" : "garmin-approach-s42-2" } }, { "primaryKey" : 108317, "attributes" : { "code" : "garmin-approach-s42-3" } }, { "primaryKey" : 108325, "attributes" : { "code" : "garmin-epix-gen-2" } }, { "primaryKey" : 108326, "attributes" : { "code" : "garmin-epix-gen-2-sapphire" } }, { "primaryKey" : 108328, "attributes" : { "code" : "garmin-epix-gen-2-sapphire-1" } }, { "primaryKey" : 108330, "attributes" : { "code" : "garmin-epix-gen-2-sapphire-2" } }, { "primaryKey" : 108335, "attributes" : { "code" : "garmin-fenix-6-solar" } }, { "primaryKey" : 108338, "attributes" : { "code" : "garmin-fenix-7" } }, { "primaryKey" : 108341, "attributes" : { "code" : "garmin-fenix-7-sapphire-solar" } }, { "primaryKey" : 108342, "attributes" : { "code" : "garmin-fenix-7-solar" } }, { "primaryKey" : 108346, "attributes" : { "code" : "garmin-fenix-7s" } }, { "primaryKey" : 108348, "attributes" : { "code" : "garmin-fenix-7s-sapphire-solar" } }, { "primaryKey" : 108349, "attributes" : { "code" : "garmin-fenix-7s-solar" } }, { "primaryKey" : 108358, "attributes" : { "code" : "garmin-fenix-7x-sapphire-solar" } }, { "primaryKey" : 108360, "attributes" : { "code" : "garmin-fenix-7x-solar" } }, { "primaryKey" : 108366, "attributes" : { "code" : "garmin-forerunner-55" } }, { "primaryKey" : 108371, "attributes" : { "code" : "garmin-instinct-esports-edition" } }, { "primaryKey" : 108377, "attributes" : { "code" : "garmin-lily" } } ] } } } } ```>
md`.Example `attribute-starts-with.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108310, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-approach-s42" } } }, { "primaryKey": 108313, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-approach-s42-1" } } }, { "primaryKey": 108315, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-approach-s42-2" } } }, { "primaryKey": 108317, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-approach-s42-3" } } }, { "primaryKey": 108325, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-epix-gen-2" } } }, { "primaryKey": 108326, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-epix-gen-2-sapphire" } } }, { "primaryKey": 108328, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-epix-gen-2-sapphire-1" } } }, { "primaryKey": 108330, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-epix-gen-2-sapphire-2" } } }, { "primaryKey": 108335, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-6-solar" } } }, { "primaryKey": 108338, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7" } } }, { "primaryKey": 108341, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7-sapphire-solar" } } }, { "primaryKey": 108342, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7-solar" } } }, { "primaryKey": 108346, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7s" } } }, { "primaryKey": 108348, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7s-sapphire-solar" } } }, { "primaryKey": 108349, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7s-solar" } } }, { "primaryKey": 108358, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7x-sapphire-solar" } } }, { "primaryKey": 108360, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7x-solar" } } }, { "primaryKey": 108366, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-forerunner-55" } } }, { "primaryKey": 108371, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-instinct-esports-edition" } } }, { "primaryKey": 108377, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-lily" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 2, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 39, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108310, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-approach-s42" } } }, { "primaryKey" : 108313, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-approach-s42-1" } } }, { "primaryKey" : 108315, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-approach-s42-2" } } }, { "primaryKey" : 108317, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-approach-s42-3" } } }, { "primaryKey" : 108325, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-epix-gen-2" } } }, { "primaryKey" : 108326, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-epix-gen-2-sapphire" } } }, { "primaryKey" : 108328, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-epix-gen-2-sapphire-1" } } }, { "primaryKey" : 108330, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-epix-gen-2-sapphire-2" } } }, { "primaryKey" : 108335, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-6-solar" } } }, { "primaryKey" : 108338, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7" } } }, { "primaryKey" : 108341, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7-sapphire-solar" } } }, { "primaryKey" : 108342, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7-solar" } } }, { "primaryKey" : 108346, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7s" } } }, { "primaryKey" : 108348, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7s-sapphire-solar" } } }, { "primaryKey" : 108349, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7s-solar" } } }, { "primaryKey" : 108358, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7x-sapphire-solar" } } }, { "primaryKey" : 108360, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7x-solar" } } }, { "primaryKey" : 108366, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-forerunner-55" } } }, { "primaryKey" : 108371, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-instinct-esports-edition" } } }, { "primaryKey" : 108377, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-lily" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 2, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 39, "type" : "PAGE" } } ```>
md`.Example `attribute-ends-with.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108335, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-6-solar" } } }, { "primaryKey": 108341, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7-sapphire-solar" } } }, { "primaryKey": 108342, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7-solar" } } }, { "primaryKey": 108348, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7s-sapphire-solar" } } }, { "primaryKey": 108349, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7s-solar" } } }, { "primaryKey": 108358, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7x-sapphire-solar" } } }, { "primaryKey": 108360, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-fenix-7x-solar" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 7, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 7, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108335, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-6-solar" } } }, { "primaryKey" : 108341, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7-sapphire-solar" } } }, { "primaryKey" : 108342, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7-solar" } } }, { "primaryKey" : 108348, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7s-sapphire-solar" } } }, { "primaryKey" : 108349, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7s-solar" } } }, { "primaryKey" : 108358, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7x-sapphire-solar" } } }, { "primaryKey" : 108360, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-fenix-7x-solar" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 7, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 7, "type" : "PAGE" } } ```>
md`.Example `attribute-ends-with.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108335, "attributes": { "code": "garmin-fenix-6-solar" } }, { "primaryKey": 108341, "attributes": { "code": "garmin-fenix-7-sapphire-solar" } }, { "primaryKey": 108342, "attributes": { "code": "garmin-fenix-7-solar" } }, { "primaryKey": 108348, "attributes": { "code": "garmin-fenix-7s-sapphire-solar" } }, { "primaryKey": 108349, "attributes": { "code": "garmin-fenix-7s-solar" } }, { "primaryKey": 108358, "attributes": { "code": "garmin-fenix-7x-sapphire-solar" } }, { "primaryKey": 108360, "attributes": { "code": "garmin-fenix-7x-solar" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108335, "attributes" : { "code" : "garmin-fenix-6-solar" } }, { "primaryKey" : 108341, "attributes" : { "code" : "garmin-fenix-7-sapphire-solar" } }, { "primaryKey" : 108342, "attributes" : { "code" : "garmin-fenix-7-solar" } }, { "primaryKey" : 108348, "attributes" : { "code" : "garmin-fenix-7s-sapphire-solar" } }, { "primaryKey" : 108349, "attributes" : { "code" : "garmin-fenix-7s-solar" } }, { "primaryKey" : 108358, "attributes" : { "code" : "garmin-fenix-7x-sapphire-solar" } }, { "primaryKey" : 108360, "attributes" : { "code" : "garmin-fenix-7x-solar" } } ] } } } } ```>
md`.Example `reference-having.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 103988, "relatedProducts": [ { "referencedPrimaryKey": 104481, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104500, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104008, "relatedProducts": [ { "referencedPrimaryKey": 104708, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104718, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104084, "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104737, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104171, "relatedProducts": [ { "referencedPrimaryKey": 104599, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104944, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104227, "relatedProducts": [ { "referencedPrimaryKey": 104481, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104526, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104305, "relatedProducts": [ { "referencedPrimaryKey": 104737, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105040, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104368, "relatedProducts": [ { "referencedPrimaryKey": 104461, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104896, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104392, "relatedProducts": [ { "referencedPrimaryKey": 104500, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104718, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104447, "relatedProducts": [ { "referencedPrimaryKey": 103988, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104676, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104452, "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104876, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104461, "relatedProducts": [ { "referencedPrimaryKey": 104305, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104761, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104467, "relatedProducts": [ { "referencedPrimaryKey": 104435, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104744, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104776, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104481, "relatedProducts": [ { "referencedPrimaryKey": 104816, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104490, "relatedProducts": [ { "referencedPrimaryKey": 104567, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105022, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104718, "relatedProducts": [ { "referencedPrimaryKey": 104392, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104567, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104927, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104725, "relatedProducts": [ { "referencedPrimaryKey": 104708, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104744, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104732, "relatedProducts": [ { "referencedPrimaryKey": 104508, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104705, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104851, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104737, "relatedProducts": [ { "referencedPrimaryKey": 103988, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104927, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104744, "relatedProducts": [ { "referencedPrimaryKey": 104008, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104761, "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104843, "attributes": { "category": "alternativeProduct" } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 103988, "relatedProducts" : [ { "referencedPrimaryKey" : 104481, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104500, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104008, "relatedProducts" : [ { "referencedPrimaryKey" : 104708, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104718, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104084, "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104737, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104171, "relatedProducts" : [ { "referencedPrimaryKey" : 104599, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104944, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104227, "relatedProducts" : [ { "referencedPrimaryKey" : 104481, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104526, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104305, "relatedProducts" : [ { "referencedPrimaryKey" : 104737, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105040, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104368, "relatedProducts" : [ { "referencedPrimaryKey" : 104461, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104896, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104392, "relatedProducts" : [ { "referencedPrimaryKey" : 104500, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104718, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104447, "relatedProducts" : [ { "referencedPrimaryKey" : 103988, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104676, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104452, "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104876, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104461, "relatedProducts" : [ { "referencedPrimaryKey" : 104305, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104761, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104467, "relatedProducts" : [ { "referencedPrimaryKey" : 104435, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104744, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104776, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104481, "relatedProducts" : [ { "referencedPrimaryKey" : 104816, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104490, "relatedProducts" : [ { "referencedPrimaryKey" : 104567, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105022, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104718, "relatedProducts" : [ { "referencedPrimaryKey" : 104392, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104567, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104927, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104725, "relatedProducts" : [ { "referencedPrimaryKey" : 104708, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104744, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104732, "relatedProducts" : [ { "referencedPrimaryKey" : 104508, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104705, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104851, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104737, "relatedProducts" : [ { "referencedPrimaryKey" : 103988, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104927, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104744, "relatedProducts" : [ { "referencedPrimaryKey" : 104008, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104761, "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104843, "attributes" : { "category" : "alternativeProduct" } } ] } ] } } } } ```>
md`.Example `reference-having.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 103988, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104481, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104500, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104008, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104708, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104718, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104084, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104737, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104171, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104599, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104944, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104227, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104481, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104526, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104305, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104737, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105040, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104368, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104461, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104896, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104392, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104500, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104718, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104447, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 103988, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104676, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104452, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104876, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104461, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104305, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104761, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104467, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104435, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104744, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104776, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104481, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104816, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104490, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104567, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105022, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104718, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104392, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104567, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104927, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104708, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104744, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104732, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104508, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104705, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104851, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104737, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 103988, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104927, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104744, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104008, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104761, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104843, "attributes": { "global": { "category": "alternativeProduct" } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 145, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 2892, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 103988, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104481, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104500, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104008, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104708, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104718, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104084, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104737, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104171, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104599, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104944, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104227, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104481, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104526, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104305, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104737, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105040, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104368, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104461, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104896, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104392, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104500, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104718, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104447, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 103988, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104676, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104452, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104876, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104461, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104305, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104761, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104467, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104435, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104744, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104776, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104481, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104816, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104490, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104567, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105022, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104718, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104392, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104567, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104927, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104708, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104744, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104732, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104508, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104705, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104851, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104737, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 103988, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104927, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104744, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104008, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104761, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104843, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 145, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 2892, "type" : "PAGE" } } ```>
md`.Example `reference-having-any.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 103988, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104481, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104500, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104008, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104708, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104718, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104084, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104737, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104171, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104599, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104944, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104227, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104481, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104526, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104305, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104737, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105040, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104368, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104461, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104896, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104392, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104500, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104718, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104447, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 103988, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104676, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104452, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104876, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104461, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104305, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104761, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104467, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104435, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104744, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104776, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104481, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104816, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104490, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104567, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105022, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104718, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104392, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104567, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104927, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104708, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104744, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104732, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104508, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104705, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104851, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104737, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 103988, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104927, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 105093, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104744, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104008, "attributes": { "global": { "category": "alternativeProduct" } } } ] }, { "primaryKey": 104761, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "global": { "category": "alternativeProduct" } } }, { "referencedPrimaryKey": 104843, "attributes": { "global": { "category": "alternativeProduct" } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 180, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 3581, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 103988, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104481, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104500, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104008, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104708, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104718, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104084, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104737, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104171, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104599, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104944, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104227, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104481, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104526, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104305, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104737, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105040, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104368, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104461, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104896, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104392, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104500, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104718, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104447, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 103988, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104676, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104452, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104876, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104461, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104305, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104761, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104467, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104435, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104744, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104776, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104481, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104816, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104490, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104567, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105022, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104718, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104392, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104567, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104927, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104708, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104744, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104732, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104508, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104705, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104851, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104737, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 103988, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104927, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 105093, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104744, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104008, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] }, { "primaryKey" : 104761, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "global" : { "category" : "alternativeProduct" } } }, { "referencedPrimaryKey" : 104843, "attributes" : { "global" : { "category" : "alternativeProduct" } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 180, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 3581, "type" : "PAGE" } } ```>
md`.Example `reference-having-any.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 103988, "relatedProducts": [ { "referencedPrimaryKey": 104481, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104500, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104008, "relatedProducts": [ { "referencedPrimaryKey": 104708, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104718, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104084, "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104737, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104171, "relatedProducts": [ { "referencedPrimaryKey": 104599, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104944, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104227, "relatedProducts": [ { "referencedPrimaryKey": 104481, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104526, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104305, "relatedProducts": [ { "referencedPrimaryKey": 104737, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105040, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104368, "relatedProducts": [ { "referencedPrimaryKey": 104461, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104896, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104392, "relatedProducts": [ { "referencedPrimaryKey": 104500, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104718, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104447, "relatedProducts": [ { "referencedPrimaryKey": 103988, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104676, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104452, "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104876, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104461, "relatedProducts": [ { "referencedPrimaryKey": 104305, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104761, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104467, "relatedProducts": [ { "referencedPrimaryKey": 104435, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104744, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104776, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104481, "relatedProducts": [ { "referencedPrimaryKey": 104816, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104490, "relatedProducts": [ { "referencedPrimaryKey": 104567, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105022, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104718, "relatedProducts": [ { "referencedPrimaryKey": 104392, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104567, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104927, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104725, "relatedProducts": [ { "referencedPrimaryKey": 104708, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104744, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104732, "relatedProducts": [ { "referencedPrimaryKey": 104508, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104705, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104851, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104737, "relatedProducts": [ { "referencedPrimaryKey": 103988, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104927, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 105093, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104744, "relatedProducts": [ { "referencedPrimaryKey": 104008, "attributes": { "category": "alternativeProduct" } } ] }, { "primaryKey": 104761, "relatedProducts": [ { "referencedPrimaryKey": 104526, "attributes": { "category": "alternativeProduct" } }, { "referencedPrimaryKey": 104843, "attributes": { "category": "alternativeProduct" } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 103988, "relatedProducts" : [ { "referencedPrimaryKey" : 104481, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104500, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104008, "relatedProducts" : [ { "referencedPrimaryKey" : 104708, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104718, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104084, "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104737, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104171, "relatedProducts" : [ { "referencedPrimaryKey" : 104599, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104944, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104227, "relatedProducts" : [ { "referencedPrimaryKey" : 104481, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104526, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104305, "relatedProducts" : [ { "referencedPrimaryKey" : 104737, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105040, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104368, "relatedProducts" : [ { "referencedPrimaryKey" : 104461, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104896, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104392, "relatedProducts" : [ { "referencedPrimaryKey" : 104500, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104718, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104447, "relatedProducts" : [ { "referencedPrimaryKey" : 103988, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104676, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104452, "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104876, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104461, "relatedProducts" : [ { "referencedPrimaryKey" : 104305, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104761, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104467, "relatedProducts" : [ { "referencedPrimaryKey" : 104435, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104744, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104776, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104481, "relatedProducts" : [ { "referencedPrimaryKey" : 104816, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104490, "relatedProducts" : [ { "referencedPrimaryKey" : 104567, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105022, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104718, "relatedProducts" : [ { "referencedPrimaryKey" : 104392, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104567, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104927, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104725, "relatedProducts" : [ { "referencedPrimaryKey" : 104708, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104744, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104732, "relatedProducts" : [ { "referencedPrimaryKey" : 104508, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104705, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104851, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104737, "relatedProducts" : [ { "referencedPrimaryKey" : 103988, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104927, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 105093, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104744, "relatedProducts" : [ { "referencedPrimaryKey" : 104008, "attributes" : { "category" : "alternativeProduct" } } ] }, { "primaryKey" : 104761, "relatedProducts" : [ { "referencedPrimaryKey" : 104526, "attributes" : { "category" : "alternativeProduct" } }, { "referencedPrimaryKey" : 104843, "attributes" : { "category" : "alternativeProduct" } } ] } ] } } } } ```>
md`.Example `reference-having-exact-id.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 63049, "attributes": { "code": "macbook-pro-13-2022" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66554, "attributes": { "code": "macbook-pro-13-2022-1" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66556, "attributes": { "code": "macbook-pro-13-2022-2" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66559, "attributes": { "code": "macbook-pro-13-2022-3" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66561, "attributes": { "code": "macbook-pro-13-2022-4" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66562, "attributes": { "code": "macbook-pro-13-2022-5" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66563, "attributes": { "code": "macbook-pro-13-2022-6" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66565, "attributes": { "code": "macbook-pro-13-2022-7" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66566, "attributes": { "code": "macbook-pro-13-2022-8" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66567, "attributes": { "code": "macbook-pro-13-2022-9" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66569, "attributes": { "code": "macbook-pro-13-2022-10" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66570, "attributes": { "code": "macbook-pro-13-2022-11" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66571, "attributes": { "code": "macbook-pro-13-2022-12" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66572, "attributes": { "code": "macbook-pro-13-2022-13" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66573, "attributes": { "code": "macbook-pro-13-2022-14" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66574, "attributes": { "code": "macbook-pro-13-2022-15" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66575, "attributes": { "code": "macbook-pro-13-2022-16" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66576, "attributes": { "code": "macbook-pro-13-2022-17" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66577, "attributes": { "code": "macbook-pro-13-2022-18" }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66578, "attributes": { "code": "macbook-pro-14-2021" }, "brand": { "referencedPrimaryKey": 66465 } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 63049, "attributes" : { "code" : "macbook-pro-13-2022" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66554, "attributes" : { "code" : "macbook-pro-13-2022-1" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66556, "attributes" : { "code" : "macbook-pro-13-2022-2" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66559, "attributes" : { "code" : "macbook-pro-13-2022-3" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66561, "attributes" : { "code" : "macbook-pro-13-2022-4" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66562, "attributes" : { "code" : "macbook-pro-13-2022-5" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66563, "attributes" : { "code" : "macbook-pro-13-2022-6" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66565, "attributes" : { "code" : "macbook-pro-13-2022-7" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66566, "attributes" : { "code" : "macbook-pro-13-2022-8" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66567, "attributes" : { "code" : "macbook-pro-13-2022-9" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66569, "attributes" : { "code" : "macbook-pro-13-2022-10" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66570, "attributes" : { "code" : "macbook-pro-13-2022-11" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66571, "attributes" : { "code" : "macbook-pro-13-2022-12" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66572, "attributes" : { "code" : "macbook-pro-13-2022-13" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66573, "attributes" : { "code" : "macbook-pro-13-2022-14" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66574, "attributes" : { "code" : "macbook-pro-13-2022-15" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66575, "attributes" : { "code" : "macbook-pro-13-2022-16" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66576, "attributes" : { "code" : "macbook-pro-13-2022-17" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66577, "attributes" : { "code" : "macbook-pro-13-2022-18" }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66578, "attributes" : { "code" : "macbook-pro-14-2021" }, "brand" : { "referencedPrimaryKey" : 66465 } } ] } } } } ```>
md`.Example `reference-having-exact-id.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66554, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-1" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66556, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-2" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66559, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-3" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66561, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-4" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66562, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-5" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66563, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-6" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66565, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-7" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66566, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-8" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66567, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-9" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66569, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-10" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66570, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-11" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66571, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-12" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66572, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-13" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66573, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-14" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66574, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-15" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66575, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-16" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66576, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-17" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66577, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-18" } }, "brand": { "referencedPrimaryKey": 66465 } }, { "primaryKey": 66578, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbook-pro-14-2021" } }, "brand": { "referencedPrimaryKey": 66465 } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 27, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 537, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66554, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-1" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66556, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-2" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66559, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-3" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66561, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-4" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66562, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-5" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66563, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-6" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66565, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-7" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66566, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-8" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66567, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-9" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66569, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-10" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66570, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-11" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66571, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-12" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66572, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-13" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66573, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-14" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66574, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-15" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66575, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-16" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66576, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-17" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66577, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-18" } }, "brand" : { "referencedPrimaryKey" : 66465 } }, { "primaryKey" : 66578, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbook-pro-14-2021" } }, "brand" : { "referencedPrimaryKey" : 66465 } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 27, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 537, "type" : "PAGE" } } ```>
md`.Example `entity-having.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66554, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-1" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66556, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-2" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66559, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-3" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66561, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-4" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66562, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-5" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66563, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-6" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66565, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-7" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66566, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-8" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66567, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-9" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66569, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-10" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66570, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-11" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66571, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-12" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66572, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-13" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66573, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-14" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66574, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-15" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66575, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-16" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66576, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-17" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66577, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-18" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } }, { "primaryKey": 66578, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbook-pro-14-2021" } }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple" } } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 27, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 537, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66554, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-1" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66556, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-2" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66559, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-3" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66561, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-4" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66562, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-5" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66563, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-6" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66565, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-7" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66566, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-8" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66567, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-9" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66569, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-10" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66570, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-11" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66571, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-12" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66572, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-13" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66573, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-14" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66574, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-15" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66575, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-16" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66576, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-17" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66577, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-18" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } }, { "primaryKey" : 66578, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbook-pro-14-2021" } }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple" } } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 27, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 537, "type" : "PAGE" } } ```>
md`.Example `entity-having.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 63049, "attributes": { "code": "macbook-pro-13-2022" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66554, "attributes": { "code": "macbook-pro-13-2022-1" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66556, "attributes": { "code": "macbook-pro-13-2022-2" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66559, "attributes": { "code": "macbook-pro-13-2022-3" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66561, "attributes": { "code": "macbook-pro-13-2022-4" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66562, "attributes": { "code": "macbook-pro-13-2022-5" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66563, "attributes": { "code": "macbook-pro-13-2022-6" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66565, "attributes": { "code": "macbook-pro-13-2022-7" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66566, "attributes": { "code": "macbook-pro-13-2022-8" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66567, "attributes": { "code": "macbook-pro-13-2022-9" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66569, "attributes": { "code": "macbook-pro-13-2022-10" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66570, "attributes": { "code": "macbook-pro-13-2022-11" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66571, "attributes": { "code": "macbook-pro-13-2022-12" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66572, "attributes": { "code": "macbook-pro-13-2022-13" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66573, "attributes": { "code": "macbook-pro-13-2022-14" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66574, "attributes": { "code": "macbook-pro-13-2022-15" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66575, "attributes": { "code": "macbook-pro-13-2022-16" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66576, "attributes": { "code": "macbook-pro-13-2022-17" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66577, "attributes": { "code": "macbook-pro-13-2022-18" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } }, { "primaryKey": 66578, "attributes": { "code": "macbook-pro-14-2021" }, "brand": { "referencedPrimaryKey": 66465, "referencedEntity": { "primaryKey": 66465, "attributes": { "code": "apple" } } } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 63049, "attributes" : { "code" : "macbook-pro-13-2022" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66554, "attributes" : { "code" : "macbook-pro-13-2022-1" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66556, "attributes" : { "code" : "macbook-pro-13-2022-2" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66559, "attributes" : { "code" : "macbook-pro-13-2022-3" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66561, "attributes" : { "code" : "macbook-pro-13-2022-4" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66562, "attributes" : { "code" : "macbook-pro-13-2022-5" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66563, "attributes" : { "code" : "macbook-pro-13-2022-6" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66565, "attributes" : { "code" : "macbook-pro-13-2022-7" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66566, "attributes" : { "code" : "macbook-pro-13-2022-8" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66567, "attributes" : { "code" : "macbook-pro-13-2022-9" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66569, "attributes" : { "code" : "macbook-pro-13-2022-10" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66570, "attributes" : { "code" : "macbook-pro-13-2022-11" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66571, "attributes" : { "code" : "macbook-pro-13-2022-12" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66572, "attributes" : { "code" : "macbook-pro-13-2022-13" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66573, "attributes" : { "code" : "macbook-pro-13-2022-14" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66574, "attributes" : { "code" : "macbook-pro-13-2022-15" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66575, "attributes" : { "code" : "macbook-pro-13-2022-16" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66576, "attributes" : { "code" : "macbook-pro-13-2022-17" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66577, "attributes" : { "code" : "macbook-pro-13-2022-18" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } }, { "primaryKey" : 66578, "attributes" : { "code" : "macbook-pro-14-2021" }, "brand" : { "referencedPrimaryKey" : 66465, "referencedEntity" : { "primaryKey" : 66465, "attributes" : { "code" : "apple" } } } } ] } } } } ```>
md`.Example `facet-having.rest`: md`#L1
expected: <```json { "brand": { "count": 41, "facetStatistics": [ { "requested": true, "count": 6, "impact": { "difference": 0, "matchCount": 6, "hasSense": true }, "facetEntity": { "primaryKey": 105140, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazon" } } } }, { "requested": false, "count": 18, "impact": { "difference": 18, "matchCount": 24, "hasSense": true }, "facetEntity": { "primaryKey": 105168, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "onyx-boox" } } } }, { "requested": false, "count": 11, "impact": { "difference": 11, "matchCount": 17, "hasSense": true }, "facetEntity": { "primaryKey": 105239, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "pocketbook" } } } }, { "requested": false, "count": 6, "impact": { "difference": 6, "matchCount": 12, "hasSense": true }, "facetEntity": { "primaryKey": 105281, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "kobo" } } } } ] } } ```> but was: <```json { "brand" : { "count" : 41, "facetStatistics" : [ { "requested" : true, "count" : 6, "impact" : { "difference" : 0, "matchCount" : 6, "hasSense" : true }, "facetEntity" : { "primaryKey" : 105140, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazon" } } } }, { "requested" : false, "count" : 18, "impact" : { "difference" : 18, "matchCount" : 24, "hasSense" : true }, "facetEntity" : { "primaryKey" : 105168, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "onyx-boox" } } } }, { "requested" : false, "count" : 11, "impact" : { "difference" : 11, "matchCount" : 17, "hasSense" : true }, "facetEntity" : { "primaryKey" : 105239, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "pocketbook" } } } }, { "requested" : false, "count" : 6, "impact" : { "difference" : 6, "matchCount" : 12, "hasSense" : true }, "facetEntity" : { "primaryKey" : 105281, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "kobo" } } } } ] } } ```>
md`.Example `facet-having.graphql`: md`#L1
expected: <```json { "brand": { "count": 41, "facetStatistics": [ { "requested": true, "count": 6, "impact": { "difference": 0, "matchCount": 6, "hasSense": true }, "facetEntity": { "primaryKey": 105140, "attributes": { "code": "amazon" } } }, { "requested": false, "count": 18, "impact": { "difference": 18, "matchCount": 24, "hasSense": true }, "facetEntity": { "primaryKey": 105168, "attributes": { "code": "onyx-boox" } } }, { "requested": false, "count": 11, "impact": { "difference": 11, "matchCount": 17, "hasSense": true }, "facetEntity": { "primaryKey": 105239, "attributes": { "code": "pocketbook" } } }, { "requested": false, "count": 6, "impact": { "difference": 6, "matchCount": 12, "hasSense": true }, "facetEntity": { "primaryKey": 105281, "attributes": { "code": "kobo" } } } ] } } ```> but was: <```json { "brand" : { "count" : 41, "facetStatistics" : [ { "requested" : true, "count" : 6, "impact" : { "difference" : 0, "matchCount" : 6, "hasSense" : true }, "facetEntity" : { "primaryKey" : 105140, "attributes" : { "code" : "amazon" } } }, { "requested" : false, "count" : 18, "impact" : { "difference" : 18, "matchCount" : 24, "hasSense" : true }, "facetEntity" : { "primaryKey" : 105168, "attributes" : { "code" : "onyx-boox" } } }, { "requested" : false, "count" : 11, "impact" : { "difference" : 11, "matchCount" : 17, "hasSense" : true }, "facetEntity" : { "primaryKey" : 105239, "attributes" : { "code" : "pocketbook" } } }, { "requested" : false, "count" : 6, "impact" : { "difference" : 6, "matchCount" : 12, "hasSense" : true }, "facetEntity" : { "primaryKey" : 105281, "attributes" : { "code" : "kobo" } } } ] } } ```>
md`.Example `price.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "priceForSale": { "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0" } }, { "primaryKey": 103911, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022" }, "priceForSale": { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" } }, { "primaryKey": 103988, "attributes": { "code": "apple-ipad-10-2-9th-generation-2021" }, "priceForSale": { "priceWithoutTax": "381.82", "priceWithTax": "462.0", "taxRate": "21.0" } }, { "primaryKey": 104008, "attributes": { "code": "apple-ipad-air-5g-5th-generation-2022" }, "priceForSale": { "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0" } }, { "primaryKey": 104084, "attributes": { "code": "apple-ipad-mini-6th-generation-2021" }, "priceForSale": { "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0" } }, { "primaryKey": 104171, "attributes": { "code": "apple-ipad-pro-11-4th-generation-2022" }, "priceForSale": { "priceWithoutTax": "619.83", "priceWithTax": "750.0", "taxRate": "21.0" } }, { "primaryKey": 104227, "attributes": { "code": "apple-ipad-pro-12-9-6th-generation-2022" }, "priceForSale": { "priceWithoutTax": "847.11", "priceWithTax": "1025.0", "taxRate": "21.0" } }, { "primaryKey": 104305, "attributes": { "code": "apple-ipad-pro-5g-12-9-5th-generation-2021" }, "priceForSale": { "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0" } }, { "primaryKey": 104368, "attributes": { "code": "apple-ipad-pro-11-2nd-generation-2020" }, "priceForSale": { "priceWithoutTax": "553.72", "priceWithTax": "670.0", "taxRate": "21.0" } }, { "primaryKey": 104392, "attributes": { "code": "apple-ipad-pro-11-3rd-generation-2021" }, "priceForSale": { "priceWithoutTax": "776.86", "priceWithTax": "940.0", "taxRate": "21.0" } }, { "primaryKey": 104423, "attributes": { "code": "apple-ipad-pro-12-9-4th-generation-2020" }, "priceForSale": { "priceWithoutTax": "610.74", "priceWithTax": "739.0", "taxRate": "21.0" } }, { "primaryKey": 104435, "attributes": { "code": "apple-ipad-pro-12-9-5g-2021" }, "priceForSale": { "priceWithoutTax": "1035.54", "priceWithTax": "1253.0", "taxRate": "21.0" } }, { "primaryKey": 104447, "attributes": { "code": "iget-smart-l203" }, "priceForSale": { "priceWithoutTax": "133.88", "priceWithTax": "162.0", "taxRate": "21.0" } }, { "primaryKey": 104452, "attributes": { "code": "iget-smart-l205" }, "priceForSale": { "priceWithoutTax": "155.37", "priceWithTax": "188.0", "taxRate": "21.0" } }, { "primaryKey": 104461, "attributes": { "code": "iget-smart-l206" }, "priceForSale": { "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0" } }, { "primaryKey": 104467, "attributes": { "code": "iget-blackview-tab-g8" }, "priceForSale": { "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0" } }, { "primaryKey": 104475, "attributes": { "code": "iget-blackview-tab-g11" }, "priceForSale": { "priceWithoutTax": "280.99", "priceWithTax": "340.0", "taxRate": "21.0" } }, { "primaryKey": 104481, "attributes": { "code": "iget-blackview-tab-g12" }, "priceForSale": { "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0" } }, { "primaryKey": 104490, "attributes": { "code": "iget-blackview-tab-g13" }, "priceForSale": { "priceWithoutTax": "242.15", "priceWithTax": "293.0", "taxRate": "21.0" } }, { "primaryKey": 104500, "attributes": { "code": "huawei-honor-pad-6-10-1" }, "priceForSale": { "priceWithoutTax": "318.18", "priceWithTax": "385.0", "taxRate": "21.0" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "priceForSale" : { "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0" } }, { "primaryKey" : 103911, "attributes" : { "code" : "apple-ipad-10-2-10th-generation-2022" }, "priceForSale" : { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" } }, { "primaryKey" : 103988, "attributes" : { "code" : "apple-ipad-10-2-9th-generation-2021" }, "priceForSale" : { "priceWithoutTax" : "381.82", "priceWithTax" : "462.0", "taxRate" : "21.0" } }, { "primaryKey" : 104008, "attributes" : { "code" : "apple-ipad-air-5g-5th-generation-2022" }, "priceForSale" : { "priceWithoutTax" : "628.1", "priceWithTax" : "760.0", "taxRate" : "21.0" } }, { "primaryKey" : 104084, "attributes" : { "code" : "apple-ipad-mini-6th-generation-2021" }, "priceForSale" : { "priceWithoutTax" : "537.19", "priceWithTax" : "650.0", "taxRate" : "21.0" } }, { "primaryKey" : 104171, "attributes" : { "code" : "apple-ipad-pro-11-4th-generation-2022" }, "priceForSale" : { "priceWithoutTax" : "619.83", "priceWithTax" : "750.0", "taxRate" : "21.0" } }, { "primaryKey" : 104227, "attributes" : { "code" : "apple-ipad-pro-12-9-6th-generation-2022" }, "priceForSale" : { "priceWithoutTax" : "847.11", "priceWithTax" : "1025.0", "taxRate" : "21.0" } }, { "primaryKey" : 104305, "attributes" : { "code" : "apple-ipad-pro-5g-12-9-5th-generation-2021" }, "priceForSale" : { "priceWithoutTax" : "537.19", "priceWithTax" : "650.0", "taxRate" : "21.0" } }, { "primaryKey" : 104368, "attributes" : { "code" : "apple-ipad-pro-11-2nd-generation-2020" }, "priceForSale" : { "priceWithoutTax" : "553.72", "priceWithTax" : "670.0", "taxRate" : "21.0" } }, { "primaryKey" : 104392, "attributes" : { "code" : "apple-ipad-pro-11-3rd-generation-2021" }, "priceForSale" : { "priceWithoutTax" : "776.86", "priceWithTax" : "940.0", "taxRate" : "21.0" } }, { "primaryKey" : 104423, "attributes" : { "code" : "apple-ipad-pro-12-9-4th-generation-2020" }, "priceForSale" : { "priceWithoutTax" : "610.74", "priceWithTax" : "739.0", "taxRate" : "21.0" } }, { "primaryKey" : 104435, "attributes" : { "code" : "apple-ipad-pro-12-9-5g-2021" }, "priceForSale" : { "priceWithoutTax" : "1035.54", "priceWithTax" : "1253.0", "taxRate" : "21.0" } }, { "primaryKey" : 104447, "attributes" : { "code" : "iget-smart-l203" }, "priceForSale" : { "priceWithoutTax" : "133.88", "priceWithTax" : "162.0", "taxRate" : "21.0" } }, { "primaryKey" : 104452, "attributes" : { "code" : "iget-smart-l205" }, "priceForSale" : { "priceWithoutTax" : "155.37", "priceWithTax" : "188.0", "taxRate" : "21.0" } }, { "primaryKey" : 104461, "attributes" : { "code" : "iget-smart-l206" }, "priceForSale" : { "priceWithoutTax" : "175.21", "priceWithTax" : "212.0", "taxRate" : "21.0" } }, { "primaryKey" : 104467, "attributes" : { "code" : "iget-blackview-tab-g8" }, "priceForSale" : { "priceWithoutTax" : "175.21", "priceWithTax" : "212.0", "taxRate" : "21.0" } }, { "primaryKey" : 104475, "attributes" : { "code" : "iget-blackview-tab-g11" }, "priceForSale" : { "priceWithoutTax" : "280.99", "priceWithTax" : "340.0", "taxRate" : "21.0" } }, { "primaryKey" : 104481, "attributes" : { "code" : "iget-blackview-tab-g12" }, "priceForSale" : { "priceWithoutTax" : "175.21", "priceWithTax" : "212.0", "taxRate" : "21.0" } }, { "primaryKey" : 104490, "attributes" : { "code" : "iget-blackview-tab-g13" }, "priceForSale" : { "priceWithoutTax" : "242.15", "priceWithTax" : "293.0", "taxRate" : "21.0" } }, { "primaryKey" : 104500, "attributes" : { "code" : "huawei-honor-pad-6-10-1" }, "priceForSale" : { "priceWithoutTax" : "318.18", "priceWithTax" : "385.0", "taxRate" : "21.0" } } ] } ```>
md`.Example `price.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "alcatel-3t-10-2020" } }, "prices": [ { "priceId": 581, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 581, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 103911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-10-2-10th-generation-2022" } }, "prices": [ { "priceId": 783, "priceList": "basic", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 785, "priceList": "basic", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0", "validity": null }, { "priceId": 787, "priceList": "basic", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 789, "priceList": "basic", "currency": "EUR", "innerRecordId": 105700, "indexed": true, "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0", "validity": null }, { "priceId": 791, "priceList": "basic", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 793, "priceList": "basic", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0", "validity": null }, { "priceId": 795, "priceList": "basic", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 797, "priceList": "basic", "currency": "EUR", "innerRecordId": 105706, "indexed": true, "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0", "validity": null }, { "priceId": 799, "priceList": "basic", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 801, "priceList": "basic", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 803, "priceList": "basic", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 805, "priceList": "basic", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 807, "priceList": "basic", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 809, "priceList": "basic", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 811, "priceList": "basic", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 813, "priceList": "basic", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 799, "priceList": "basic", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 103988, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-10-2-9th-generation-2021" } }, "prices": [ { "priceId": 815, "priceList": "basic", "currency": "EUR", "innerRecordId": 105715, "indexed": true, "priceWithoutTax": "381.82", "priceWithTax": "462.0", "taxRate": "21.0", "validity": null }, { "priceId": 817, "priceList": "basic", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "413.22", "priceWithTax": "500.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 815, "priceList": "basic", "currency": "EUR", "innerRecordId": 105715, "indexed": true, "priceWithoutTax": "381.82", "priceWithTax": "462.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104008, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-air-5g-5th-generation-2022" } }, "prices": [ { "priceId": 819, "priceList": "basic", "currency": "EUR", "innerRecordId": 105717, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 821, "priceList": "basic", "currency": "EUR", "innerRecordId": 105718, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "priceId": 823, "priceList": "basic", "currency": "EUR", "innerRecordId": 105719, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 825, "priceList": "basic", "currency": "EUR", "innerRecordId": 105720, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "priceId": 827, "priceList": "basic", "currency": "EUR", "innerRecordId": 105721, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 829, "priceList": "basic", "currency": "EUR", "innerRecordId": 105722, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "priceId": 831, "priceList": "basic", "currency": "EUR", "innerRecordId": 105724, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 833, "priceList": "basic", "currency": "EUR", "innerRecordId": 105725, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "priceId": 835, "priceList": "basic", "currency": "EUR", "innerRecordId": 105727, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 837, "priceList": "basic", "currency": "EUR", "innerRecordId": 105728, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "priceId": 839, "priceList": "basic", "currency": "EUR", "innerRecordId": 105729, "indexed": true, "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0", "validity": null }, { "priceId": 841, "priceList": "basic", "currency": "EUR", "innerRecordId": 105730, "indexed": true, "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0", "validity": null }, { "priceId": 843, "priceList": "basic", "currency": "EUR", "innerRecordId": 105731, "indexed": true, "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0", "validity": null }, { "priceId": 845, "priceList": "basic", "currency": "EUR", "innerRecordId": 105732, "indexed": true, "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0", "validity": null }, { "priceId": 847, "priceList": "basic", "currency": "EUR", "innerRecordId": 105733, "indexed": true, "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0", "validity": null }, { "priceId": 849, "priceList": "basic", "currency": "EUR", "innerRecordId": 105734, "indexed": true, "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0", "validity": null }, { "priceId": 851, "priceList": "basic", "currency": "EUR", "innerRecordId": 105735, "indexed": true, "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0", "validity": null }, { "priceId": 853, "priceList": "basic", "currency": "EUR", "innerRecordId": 105736, "indexed": true, "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0", "validity": null }, { "priceId": 855, "priceList": "basic", "currency": "EUR", "innerRecordId": 105737, "indexed": true, "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0", "validity": null }, { "priceId": 857, "priceList": "basic", "currency": "EUR", "innerRecordId": 105738, "indexed": true, "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 819, "priceList": "basic", "currency": "EUR", "innerRecordId": 105717, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104084, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-mini-6th-generation-2021" } }, "prices": [ { "priceId": 859, "priceList": "basic", "currency": "EUR", "innerRecordId": 105739, "indexed": true, "priceWithoutTax": "561.98", "priceWithTax": "680.0", "taxRate": "21.0", "validity": null }, { "priceId": 861, "priceList": "basic", "currency": "EUR", "innerRecordId": 105740, "indexed": true, "priceWithoutTax": "743.8", "priceWithTax": "900.0", "taxRate": "21.0", "validity": null }, { "priceId": 863, "priceList": "basic", "currency": "EUR", "innerRecordId": 105742, "indexed": true, "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0", "validity": null }, { "priceId": 865, "priceList": "basic", "currency": "EUR", "innerRecordId": 105743, "indexed": true, "priceWithoutTax": "702.48", "priceWithTax": "850.0", "taxRate": "21.0", "validity": null }, { "priceId": 867, "priceList": "basic", "currency": "EUR", "innerRecordId": 105744, "indexed": true, "priceWithoutTax": "561.98", "priceWithTax": "680.0", "taxRate": "21.0", "validity": null }, { "priceId": 869, "priceList": "basic", "currency": "EUR", "innerRecordId": 105745, "indexed": true, "priceWithoutTax": "743.8", "priceWithTax": "900.0", "taxRate": "21.0", "validity": null }, { "priceId": 871, "priceList": "basic", "currency": "EUR", "innerRecordId": 105746, "indexed": true, "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0", "validity": null }, { "priceId": 873, "priceList": "basic", "currency": "EUR", "innerRecordId": 105747, "indexed": true, "priceWithoutTax": "702.48", "priceWithTax": "850.0", "taxRate": "21.0", "validity": null }, { "priceId": 875, "priceList": "basic", "currency": "EUR", "innerRecordId": 105748, "indexed": true, "priceWithoutTax": "561.98", "priceWithTax": "680.0", "taxRate": "21.0", "validity": null }, { "priceId": 877, "priceList": "basic", "currency": "EUR", "innerRecordId": 105749, "indexed": true, "priceWithoutTax": "743.8", "priceWithTax": "900.0", "taxRate": "21.0", "validity": null }, { "priceId": 879, "priceList": "basic", "currency": "EUR", "innerRecordId": 105750, "indexed": true, "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0", "validity": null }, { "priceId": 881, "priceList": "basic", "currency": "EUR", "innerRecordId": 105751, "indexed": true, "priceWithoutTax": "702.48", "priceWithTax": "850.0", "taxRate": "21.0", "validity": null }, { "priceId": 883, "priceList": "basic", "currency": "EUR", "innerRecordId": 105752, "indexed": true, "priceWithoutTax": "561.98", "priceWithTax": "680.0", "taxRate": "21.0", "validity": null }, { "priceId": 885, "priceList": "basic", "currency": "EUR", "innerRecordId": 105753, "indexed": true, "priceWithoutTax": "743.8", "priceWithTax": "900.0", "taxRate": "21.0", "validity": null }, { "priceId": 887, "priceList": "basic", "currency": "EUR", "innerRecordId": 105754, "indexed": true, "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0", "validity": null }, { "priceId": 889, "priceList": "basic", "currency": "EUR", "innerRecordId": 105755, "indexed": true, "priceWithoutTax": "702.48", "priceWithTax": "850.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 863, "priceList": "basic", "currency": "EUR", "innerRecordId": 105742, "indexed": true, "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104171, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-11-4th-generation-2022" } }, "prices": [ { "priceId": 891, "priceList": "basic", "currency": "EUR", "innerRecordId": 105756, "indexed": true, "priceWithoutTax": "619.83", "priceWithTax": "750.0", "taxRate": "21.0", "validity": null }, { "priceId": 893, "priceList": "basic", "currency": "EUR", "innerRecordId": 105758, "indexed": true, "priceWithoutTax": "694.21", "priceWithTax": "840.0", "taxRate": "21.0", "validity": null }, { "priceId": 895, "priceList": "basic", "currency": "EUR", "innerRecordId": 105760, "indexed": true, "priceWithoutTax": "851.24", "priceWithTax": "1030.0", "taxRate": "21.0", "validity": null }, { "priceId": 897, "priceList": "basic", "currency": "EUR", "innerRecordId": 105762, "indexed": true, "priceWithoutTax": "1157.02", "priceWithTax": "1400.0", "taxRate": "21.0", "validity": null }, { "priceId": 899, "priceList": "basic", "currency": "EUR", "innerRecordId": 105763, "indexed": true, "priceWithoutTax": "1471.07", "priceWithTax": "1780.0", "taxRate": "21.0", "validity": null }, { "priceId": 901, "priceList": "basic", "currency": "EUR", "innerRecordId": 105764, "indexed": true, "priceWithoutTax": "619.83", "priceWithTax": "750.0", "taxRate": "21.0", "validity": null }, { "priceId": 903, "priceList": "basic", "currency": "EUR", "innerRecordId": 105765, "indexed": true, "priceWithoutTax": "694.21", "priceWithTax": "840.0", "taxRate": "21.0", "validity": null }, { "priceId": 905, "priceList": "basic", "currency": "EUR", "innerRecordId": 105766, "indexed": true, "priceWithoutTax": "851.24", "priceWithTax": "1030.0", "taxRate": "21.0", "validity": null }, { "priceId": 907, "priceList": "basic", "currency": "EUR", "innerRecordId": 105767, "indexed": true, "priceWithoutTax": "1157.02", "priceWithTax": "1400.0", "taxRate": "21.0", "validity": null }, { "priceId": 909, "priceList": "basic", "currency": "EUR", "innerRecordId": 105768, "indexed": true, "priceWithoutTax": "1471.07", "priceWithTax": "1780.0", "taxRate": "21.0", "validity": null }, { "priceId": 911, "priceList": "basic", "currency": "EUR", "innerRecordId": 105769, "indexed": true, "priceWithoutTax": "644.63", "priceWithTax": "780.0", "taxRate": "21.0", "validity": null }, { "priceId": 913, "priceList": "basic", "currency": "EUR", "innerRecordId": 105770, "indexed": true, "priceWithoutTax": "719.01", "priceWithTax": "870.0", "taxRate": "21.0", "validity": null }, { "priceId": 915, "priceList": "basic", "currency": "EUR", "innerRecordId": 105771, "indexed": true, "priceWithoutTax": "892.56", "priceWithTax": "1080.0", "taxRate": "21.0", "validity": null }, { "priceId": 917, "priceList": "basic", "currency": "EUR", "innerRecordId": 105772, "indexed": true, "priceWithoutTax": "1198.35", "priceWithTax": "1450.0", "taxRate": "21.0", "validity": null }, { "priceId": 919, "priceList": "basic", "currency": "EUR", "innerRecordId": 105773, "indexed": true, "priceWithoutTax": "1504.13", "priceWithTax": "1820.0", "taxRate": "21.0", "validity": null }, { "priceId": 921, "priceList": "basic", "currency": "EUR", "innerRecordId": 105774, "indexed": true, "priceWithoutTax": "644.63", "priceWithTax": "780.0", "taxRate": "21.0", "validity": null }, { "priceId": 923, "priceList": "basic", "currency": "EUR", "innerRecordId": 105775, "indexed": true, "priceWithoutTax": "719.01", "priceWithTax": "870.0", "taxRate": "21.0", "validity": null }, { "priceId": 925, "priceList": "basic", "currency": "EUR", "innerRecordId": 105776, "indexed": true, "priceWithoutTax": "892.56", "priceWithTax": "1080.0", "taxRate": "21.0", "validity": null }, { "priceId": 927, "priceList": "basic", "currency": "EUR", "innerRecordId": 105777, "indexed": true, "priceWithoutTax": "1198.35", "priceWithTax": "1450.0", "taxRate": "21.0", "validity": null }, { "priceId": 929, "priceList": "basic", "currency": "EUR", "innerRecordId": 105778, "indexed": true, "priceWithoutTax": "1504.13", "priceWithTax": "1820.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 901, "priceList": "basic", "currency": "EUR", "innerRecordId": 105764, "indexed": true, "priceWithoutTax": "619.83", "priceWithTax": "750.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104227, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-12-9-6th-generation-2022" } }, "prices": [ { "priceId": 931, "priceList": "basic", "currency": "EUR", "innerRecordId": 105779, "indexed": true, "priceWithoutTax": "847.11", "priceWithTax": "1025.0", "taxRate": "21.0", "validity": null }, { "priceId": 933, "priceList": "basic", "currency": "EUR", "innerRecordId": 105780, "indexed": true, "priceWithoutTax": "925.62", "priceWithTax": "1120.0", "taxRate": "21.0", "validity": null }, { "priceId": 935, "priceList": "basic", "currency": "EUR", "innerRecordId": 105781, "indexed": true, "priceWithoutTax": "1078.51", "priceWithTax": "1305.0", "taxRate": "21.0", "validity": null }, { "priceId": 937, "priceList": "basic", "currency": "EUR", "innerRecordId": 105782, "indexed": true, "priceWithoutTax": "1388.43", "priceWithTax": "1680.0", "taxRate": "21.0", "validity": null }, { "priceId": 939, "priceList": "basic", "currency": "EUR", "innerRecordId": 105783, "indexed": true, "priceWithoutTax": "1694.21", "priceWithTax": "2050.0", "taxRate": "21.0", "validity": null }, { "priceId": 941, "priceList": "basic", "currency": "EUR", "innerRecordId": 105784, "indexed": true, "priceWithoutTax": "847.11", "priceWithTax": "1025.0", "taxRate": "21.0", "validity": null }, { "priceId": 943, "priceList": "basic", "currency": "EUR", "innerRecordId": 105785, "indexed": true, "priceWithoutTax": "925.62", "priceWithTax": "1120.0", "taxRate": "21.0", "validity": null }, { "priceId": 945, "priceList": "basic", "currency": "EUR", "innerRecordId": 105786, "indexed": true, "priceWithoutTax": "1078.51", "priceWithTax": "1305.0", "taxRate": "21.0", "validity": null }, { "priceId": 947, "priceList": "basic", "currency": "EUR", "innerRecordId": 105787, "indexed": true, "priceWithoutTax": "1388.43", "priceWithTax": "1680.0", "taxRate": "21.0", "validity": null }, { "priceId": 949, "priceList": "basic", "currency": "EUR", "innerRecordId": 105788, "indexed": true, "priceWithoutTax": "1694.21", "priceWithTax": "2050.0", "taxRate": "21.0", "validity": null }, { "priceId": 951, "priceList": "basic", "currency": "EUR", "innerRecordId": 105789, "indexed": true, "priceWithoutTax": "871.9", "priceWithTax": "1055.0", "taxRate": "21.0", "validity": null }, { "priceId": 953, "priceList": "basic", "currency": "EUR", "innerRecordId": 105790, "indexed": true, "priceWithoutTax": "958.68", "priceWithTax": "1160.0", "taxRate": "21.0", "validity": null }, { "priceId": 955, "priceList": "basic", "currency": "EUR", "innerRecordId": 105791, "indexed": true, "priceWithoutTax": "1140.5", "priceWithTax": "1380.0", "taxRate": "21.0", "validity": null }, { "priceId": 957, "priceList": "basic", "currency": "EUR", "innerRecordId": 105792, "indexed": true, "priceWithoutTax": "1446.28", "priceWithTax": "1750.0", "taxRate": "21.0", "validity": null }, { "priceId": 959, "priceList": "basic", "currency": "EUR", "innerRecordId": 105793, "indexed": true, "priceWithoutTax": "1776.86", "priceWithTax": "2150.0", "taxRate": "21.0", "validity": null }, { "priceId": 961, "priceList": "basic", "currency": "EUR", "innerRecordId": 105794, "indexed": true, "priceWithoutTax": "871.9", "priceWithTax": "1055.0", "taxRate": "21.0", "validity": null }, { "priceId": 963, "priceList": "basic", "currency": "EUR", "innerRecordId": 105795, "indexed": true, "priceWithoutTax": "958.68", "priceWithTax": "1160.0", "taxRate": "21.0", "validity": null }, { "priceId": 965, "priceList": "basic", "currency": "EUR", "innerRecordId": 105797, "indexed": true, "priceWithoutTax": "1140.5", "priceWithTax": "1380.0", "taxRate": "21.0", "validity": null }, { "priceId": 967, "priceList": "basic", "currency": "EUR", "innerRecordId": 105799, "indexed": true, "priceWithoutTax": "1446.28", "priceWithTax": "1750.0", "taxRate": "21.0", "validity": null }, { "priceId": 969, "priceList": "basic", "currency": "EUR", "innerRecordId": 105800, "indexed": true, "priceWithoutTax": "1776.86", "priceWithTax": "2150.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 931, "priceList": "basic", "currency": "EUR", "innerRecordId": 105779, "indexed": true, "priceWithoutTax": "847.11", "priceWithTax": "1025.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104305, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-5g-12-9-5th-generation-2021" } }, "prices": [ { "priceId": 971, "priceList": "basic", "currency": "EUR", "innerRecordId": 105802, "indexed": true, "priceWithoutTax": "553.72", "priceWithTax": "670.0", "taxRate": "21.0", "validity": null }, { "priceId": 973, "priceList": "basic", "currency": "EUR", "innerRecordId": 105803, "indexed": true, "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0", "validity": null }, { "priceId": 975, "priceList": "basic", "currency": "EUR", "innerRecordId": 105804, "indexed": true, "priceWithoutTax": "636.36", "priceWithTax": "770.0", "taxRate": "21.0", "validity": null }, { "priceId": 977, "priceList": "basic", "currency": "EUR", "innerRecordId": 105805, "indexed": true, "priceWithoutTax": "615.7", "priceWithTax": "745.0", "taxRate": "21.0", "validity": null }, { "priceId": 979, "priceList": "basic", "currency": "EUR", "innerRecordId": 105806, "indexed": true, "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0", "validity": null }, { "priceId": 981, "priceList": "basic", "currency": "EUR", "innerRecordId": 105807, "indexed": true, "priceWithoutTax": "768.6", "priceWithTax": "930.0", "taxRate": "21.0", "validity": null }, { "priceId": 983, "priceList": "basic", "currency": "EUR", "innerRecordId": 105808, "indexed": true, "priceWithoutTax": "950.41", "priceWithTax": "1150.0", "taxRate": "21.0", "validity": null }, { "priceId": 985, "priceList": "basic", "currency": "EUR", "innerRecordId": 105809, "indexed": true, "priceWithoutTax": "925.62", "priceWithTax": "1120.0", "taxRate": "21.0", "validity": null }, { "priceId": 987, "priceList": "basic", "currency": "EUR", "innerRecordId": 105810, "indexed": true, "priceWithoutTax": "1132.23", "priceWithTax": "1370.0", "taxRate": "21.0", "validity": null }, { "priceId": 989, "priceList": "basic", "currency": "EUR", "innerRecordId": 105811, "indexed": true, "priceWithoutTax": "1115.7", "priceWithTax": "1350.0", "taxRate": "21.0", "validity": null }, { "priceId": 991, "priceList": "basic", "currency": "EUR", "innerRecordId": 105812, "indexed": true, "priceWithoutTax": "553.72", "priceWithTax": "670.0", "taxRate": "21.0", "validity": null }, { "priceId": 993, "priceList": "basic", "currency": "EUR", "innerRecordId": 105813, "indexed": true, "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0", "validity": null }, { "priceId": 995, "priceList": "basic", "currency": "EUR", "innerRecordId": 105814, "indexed": true, "priceWithoutTax": "636.36", "priceWithTax": "770.0", "taxRate": "21.0", "validity": null }, { "priceId": 997, "priceList": "basic", "currency": "EUR", "innerRecordId": 105815, "indexed": true, "priceWithoutTax": "615.7", "priceWithTax": "745.0", "taxRate": "21.0", "validity": null }, { "priceId": 999, "priceList": "basic", "currency": "EUR", "innerRecordId": 105816, "indexed": true, "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0", "validity": null }, { "priceId": 1001, "priceList": "basic", "currency": "EUR", "innerRecordId": 105817, "indexed": true, "priceWithoutTax": "768.6", "priceWithTax": "930.0", "taxRate": "21.0", "validity": null }, { "priceId": 1003, "priceList": "basic", "currency": "EUR", "innerRecordId": 105818, "indexed": true, "priceWithoutTax": "950.41", "priceWithTax": "1150.0", "taxRate": "21.0", "validity": null }, { "priceId": 1005, "priceList": "basic", "currency": "EUR", "innerRecordId": 105819, "indexed": true, "priceWithoutTax": "925.62", "priceWithTax": "1120.0", "taxRate": "21.0", "validity": null }, { "priceId": 1007, "priceList": "basic", "currency": "EUR", "innerRecordId": 105820, "indexed": true, "priceWithoutTax": "1132.23", "priceWithTax": "1370.0", "taxRate": "21.0", "validity": null }, { "priceId": 1009, "priceList": "basic", "currency": "EUR", "innerRecordId": 105821, "indexed": true, "priceWithoutTax": "1115.7", "priceWithTax": "1350.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 973, "priceList": "basic", "currency": "EUR", "innerRecordId": 105803, "indexed": true, "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104368, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-11-2nd-generation-2020" } }, "prices": [ { "priceId": 1011, "priceList": "basic", "currency": "EUR", "innerRecordId": 105822, "indexed": true, "priceWithoutTax": "553.72", "priceWithTax": "670.0", "taxRate": "21.0", "validity": null }, { "priceId": 1013, "priceList": "basic", "currency": "EUR", "innerRecordId": 105823, "indexed": true, "priceWithoutTax": "636.36", "priceWithTax": "770.0", "taxRate": "21.0", "validity": null }, { "priceId": 1015, "priceList": "basic", "currency": "EUR", "innerRecordId": 105824, "indexed": true, "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0", "validity": null }, { "priceId": 1017, "priceList": "basic", "currency": "EUR", "innerRecordId": 105825, "indexed": true, "priceWithoutTax": "950.41", "priceWithTax": "1150.0", "taxRate": "21.0", "validity": null }, { "priceId": 1019, "priceList": "basic", "currency": "EUR", "innerRecordId": 105826, "indexed": true, "priceWithoutTax": "553.72", "priceWithTax": "670.0", "taxRate": "21.0", "validity": null }, { "priceId": 1021, "priceList": "basic", "currency": "EUR", "innerRecordId": 105827, "indexed": true, "priceWithoutTax": "636.36", "priceWithTax": "770.0", "taxRate": "21.0", "validity": null }, { "priceId": 1023, "priceList": "basic", "currency": "EUR", "innerRecordId": 105828, "indexed": true, "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0", "validity": null }, { "priceId": 1025, "priceList": "basic", "currency": "EUR", "innerRecordId": 105829, "indexed": true, "priceWithoutTax": "950.41", "priceWithTax": "1150.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 1019, "priceList": "basic", "currency": "EUR", "innerRecordId": 105826, "indexed": true, "priceWithoutTax": "553.72", "priceWithTax": "670.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104392, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-11-3rd-generation-2021" } }, "prices": [ { "priceId": 1027, "priceList": "basic", "currency": "EUR", "innerRecordId": 105830, "indexed": true, "priceWithoutTax": "776.86", "priceWithTax": "940.0", "taxRate": "21.0", "validity": null }, { "priceId": 1029, "priceList": "basic", "currency": "EUR", "innerRecordId": 105831, "indexed": true, "priceWithoutTax": "902.48", "priceWithTax": "1092.0", "taxRate": "21.0", "validity": null }, { "priceId": 1031, "priceList": "basic", "currency": "EUR", "innerRecordId": 105832, "indexed": true, "priceWithoutTax": "966.94", "priceWithTax": "1170.0", "taxRate": "21.0", "validity": null }, { "priceId": 1033, "priceList": "basic", "currency": "EUR", "innerRecordId": 105833, "indexed": true, "priceWithoutTax": "1041.32", "priceWithTax": "1260.0", "taxRate": "21.0", "validity": null }, { "priceId": 1035, "priceList": "basic", "currency": "EUR", "innerRecordId": 105834, "indexed": true, "priceWithoutTax": "1206.61", "priceWithTax": "1460.0", "taxRate": "21.0", "validity": null }, { "priceId": 1037, "priceList": "basic", "currency": "EUR", "innerRecordId": 105835, "indexed": true, "priceWithoutTax": "776.86", "priceWithTax": "940.0", "taxRate": "21.0", "validity": null }, { "priceId": 1039, "priceList": "basic", "currency": "EUR", "innerRecordId": 105836, "indexed": true, "priceWithoutTax": "902.48", "priceWithTax": "1092.0", "taxRate": "21.0", "validity": null }, { "priceId": 1041, "priceList": "basic", "currency": "EUR", "innerRecordId": 105837, "indexed": true, "priceWithoutTax": "966.94", "priceWithTax": "1170.0", "taxRate": "21.0", "validity": null }, { "priceId": 1043, "priceList": "basic", "currency": "EUR", "innerRecordId": 105838, "indexed": true, "priceWithoutTax": "1041.32", "priceWithTax": "1260.0", "taxRate": "21.0", "validity": null }, { "priceId": 1045, "priceList": "basic", "currency": "EUR", "innerRecordId": 105839, "indexed": true, "priceWithoutTax": "1206.61", "priceWithTax": "1460.0", "taxRate": "21.0", "validity": null }, { "priceId": 1047, "priceList": "basic", "currency": "EUR", "innerRecordId": 105840, "indexed": true, "priceWithoutTax": "809.92", "priceWithTax": "980.0", "taxRate": "21.0", "validity": null }, { "priceId": 1049, "priceList": "basic", "currency": "EUR", "innerRecordId": 105841, "indexed": true, "priceWithoutTax": "950.41", "priceWithTax": "1150.0", "taxRate": "21.0", "validity": null }, { "priceId": 1051, "priceList": "basic", "currency": "EUR", "innerRecordId": 105842, "indexed": true, "priceWithoutTax": "1016.53", "priceWithTax": "1230.0", "taxRate": "21.0", "validity": null }, { "priceId": 1053, "priceList": "basic", "currency": "EUR", "innerRecordId": 105843, "indexed": true, "priceWithoutTax": "1107.44", "priceWithTax": "1340.0", "taxRate": "21.0", "validity": null }, { "priceId": 1055, "priceList": "basic", "currency": "EUR", "innerRecordId": 105844, "indexed": true, "priceWithoutTax": "1272.73", "priceWithTax": "1540.0", "taxRate": "21.0", "validity": null }, { "priceId": 1057, "priceList": "basic", "currency": "EUR", "innerRecordId": 105845, "indexed": true, "priceWithoutTax": "809.92", "priceWithTax": "980.0", "taxRate": "21.0", "validity": null }, { "priceId": 1059, "priceList": "basic", "currency": "EUR", "innerRecordId": 105846, "indexed": true, "priceWithoutTax": "950.41", "priceWithTax": "1150.0", "taxRate": "21.0", "validity": null }, { "priceId": 1061, "priceList": "basic", "currency": "EUR", "innerRecordId": 105847, "indexed": true, "priceWithoutTax": "1016.53", "priceWithTax": "1230.0", "taxRate": "21.0", "validity": null }, { "priceId": 1063, "priceList": "basic", "currency": "EUR", "innerRecordId": 105848, "indexed": true, "priceWithoutTax": "1107.44", "priceWithTax": "1340.0", "taxRate": "21.0", "validity": null }, { "priceId": 1065, "priceList": "basic", "currency": "EUR", "innerRecordId": 105849, "indexed": true, "priceWithoutTax": "1272.73", "priceWithTax": "1540.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 1027, "priceList": "basic", "currency": "EUR", "innerRecordId": 105830, "indexed": true, "priceWithoutTax": "776.86", "priceWithTax": "940.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104423, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-12-9-4th-generation-2020" } }, "prices": [ { "priceId": 1067, "priceList": "basic", "currency": "EUR", "innerRecordId": 105850, "indexed": true, "priceWithoutTax": "610.74", "priceWithTax": "739.0", "taxRate": "21.0", "validity": null }, { "priceId": 1069, "priceList": "basic", "currency": "EUR", "innerRecordId": 105851, "indexed": true, "priceWithoutTax": "792.56", "priceWithTax": "959.0", "taxRate": "21.0", "validity": null }, { "priceId": 1071, "priceList": "basic", "currency": "EUR", "innerRecordId": 105852, "indexed": true, "priceWithoutTax": "1082.64", "priceWithTax": "1310.0", "taxRate": "21.0", "validity": null }, { "priceId": 1073, "priceList": "basic", "currency": "EUR", "innerRecordId": 105853, "indexed": true, "priceWithoutTax": "1319.01", "priceWithTax": "1596.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 1067, "priceList": "basic", "currency": "EUR", "innerRecordId": 105850, "indexed": true, "priceWithoutTax": "610.74", "priceWithTax": "739.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 104435, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "apple-ipad-pro-12-9-5g-2021" } }, "prices": [ { "priceId": 603, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "1035.54", "priceWithTax": "1253.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 603, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "1035.54", "priceWithTax": "1253.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 104447, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "iget-smart-l203" } }, "prices": [ { "priceId": 605, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "133.88", "priceWithTax": "162.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 605, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "133.88", "priceWithTax": "162.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 104452, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "iget-smart-l205" } }, "prices": [ { "priceId": 607, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "155.37", "priceWithTax": "188.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 607, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "155.37", "priceWithTax": "188.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 104461, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "iget-smart-l206" } }, "prices": [ { "priceId": 609, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 609, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 104467, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "iget-blackview-tab-g8" } }, "prices": [ { "priceId": 611, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 611, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 104475, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "iget-blackview-tab-g11" } }, "prices": [ { "priceId": 613, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "280.99", "priceWithTax": "340.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 613, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "280.99", "priceWithTax": "340.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 104481, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "iget-blackview-tab-g12" } }, "prices": [ { "priceId": 615, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 615, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "175.21", "priceWithTax": "212.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 104490, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "iget-blackview-tab-g13" } }, "prices": [ { "priceId": 617, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "242.15", "priceWithTax": "293.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 617, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "242.15", "priceWithTax": "293.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 104500, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "huawei-honor-pad-6-10-1" } }, "prices": [ { "priceId": 1075, "priceList": "basic", "currency": "EUR", "innerRecordId": 105855, "indexed": true, "priceWithoutTax": "318.18", "priceWithTax": "385.0", "taxRate": "21.0", "validity": null }, { "priceId": 1077, "priceList": "basic", "currency": "EUR", "innerRecordId": 105856, "indexed": true, "priceWithoutTax": "359.5", "priceWithTax": "435.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 1075, "priceList": "basic", "currency": "EUR", "innerRecordId": 105855, "indexed": true, "priceWithoutTax": "318.18", "priceWithTax": "385.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 204, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 4063, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "alcatel-3t-10-2020" } }, "prices" : [ { "priceId" : 581, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 581, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 103911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "global" : { "code" : "apple-ipad-10-2-10th-generation-2022" } }, "prices" : [ { "priceId" : 783, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105697, "indexed" : true, "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 785, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105698, "indexed" : true, "priceWithoutTax" : "454.55", "priceWithTax" : "550.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 787, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105699, "indexed" : true, "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 789, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105700, "indexed" : true, "priceWithoutTax" : "454.55", "priceWithTax" : "550.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 791, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105702, "indexed" : true, "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 793, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105703, "indexed" : true, "priceWithoutTax" : "454.55", "priceWithTax" : "550.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 795, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105705, "indexed" : true, "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 797, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105706, "indexed" : true, "priceWithoutTax" : "454.55", "priceWithTax" : "550.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 799, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105707, "indexed" : true, "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 801, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105708, "indexed" : true, "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 803, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105709, "indexed" : true, "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 805, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 105710, "indexed" : true,
md`.Example `price-in-currency.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "alcatel-3t-10-2020" } }, "prices": [ { "priceId": 581, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0", "validity": null }, { "priceId": 8855, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "89.0", "priceWithTax": "107.69", "taxRate": "21.0", "validity": null }, { "priceId": 12990, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0", "validity": null }, { "priceId": 13290, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.95", "priceWithTax": "104.0", "taxRate": "21.0", "validity": null }, { "priceId": 37174, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": null, "indexed": false, "priceWithoutTax": "90.49", "priceWithTax": "109.49", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 37176, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "106.18", "priceWithTax": "106.18", "taxRate": "0.0", "validity": null }, { "priceId": 37178, "priceList": "b2b-vip-group-2-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "105.12", "priceWithTax": "105.12", "taxRate": "0.0", "validity": null }, { "priceId": 37180, "priceList": "b2b-vip-group-3-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "103.02", "priceWithTax": "103.02", "taxRate": "0.0", "validity": null }, { "priceId": 37182, "priceList": "management-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.96", "priceWithTax": "104.01", "taxRate": "21.0", "validity": null }, { "priceId": 37184, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.12", "priceWithTax": "101.79", "taxRate": "21.0", "validity": null }, { "priceId": 37186, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.4", "priceWithTax": "99.71", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 103911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-10-2-10th-generation-2022" } }, "prices": [ { "priceId": 783, "priceList": "basic", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 785, "priceList": "basic", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0", "validity": null }, { "priceId": 787, "priceList": "basic", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 789, "priceList": "basic", "currency": "EUR", "innerRecordId": 105700, "indexed": true, "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0", "validity": null }, { "priceId": 791, "priceList": "basic", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 793, "priceList": "basic", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0", "validity": null }, { "priceId": 795, "priceList": "basic", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 797, "priceList": "basic", "currency": "EUR", "innerRecordId": 105706, "indexed": true, "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0", "validity": null }, { "priceId": 799, "priceList": "basic", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 801, "priceList": "basic", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 803, "priceList": "basic", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 805, "priceList": "basic", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 807, "priceList": "basic", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 809, "priceList": "basic", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 811, "priceList": "basic", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 813, "priceList": "basic", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0", "validity": null }, { "priceId": 9057, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0", "validity": null }, { "priceId": 9059, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "440.0", "priceWithTax": "532.4", "taxRate": "21.0", "validity": null }, { "priceId": 9061, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0", "validity": null }, { "priceId": 9063, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105700, "indexed": true, "priceWithoutTax": "440.0", "priceWithTax": "532.4", "taxRate": "21.0", "validity": null }, { "priceId": 9065, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0", "validity": null }, { "priceId": 9067, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "440.0", "priceWithTax": "532.4", "taxRate": "21.0", "validity": null }, { "priceId": 9069, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0", "validity": null }, { "priceId": 9071, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105706, "indexed": true, "priceWithoutTax": "440.0", "priceWithTax": "532.4", "taxRate": "21.0", "validity": null }, { "priceId": 9073, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0", "validity": null }, { "priceId": 9075, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0", "validity": null }, { "priceId": 9077, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0", "validity": null }, { "priceId": 9079, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0", "validity": null }, { "priceId": 9081, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0", "validity": null }, { "priceId": 9083, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0", "validity": null }, { "priceId": 9085, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0", "validity": null }, { "priceId": 9087, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0", "validity": null }, { "priceId": 13492, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 13494, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0", "validity": null }, { "priceId": 13496, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 13498, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105700, "indexed": true, "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0", "validity": null }, { "priceId": 13500, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 13502, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0", "validity": null }, { "priceId": 13504, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 13506, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105706, "indexed": true, "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0", "validity": null }, { "priceId": 13508, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0", "validity": null }, { "priceId": 13510, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 13512, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0", "validity": null }, { "priceId": 13514, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 13516, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0", "validity": null }, { "priceId": 13518, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 13520, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0", "validity": null }, { "priceId": 13522, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "validity": null }, { "priceId": 13892, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0", "validity": null }, { "priceId": 13894, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "422.31", "priceWithTax": "511.0", "taxRate": "21.0", "validity": null }, { "priceId": 13896, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0", "validity": null }, { "priceId": 13898, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105700, "indexed": true, "priceWithoutTax": "422.31", "priceWithTax": "511.0", "taxRate": "21.0", "validity": null }, { "priceId": 13900, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0", "validity": null }, { "priceId": 13902, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "422.31", "priceWithTax": "511.0", "taxRate": "21.0", "validity": null }, { "priceId": 13904, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0", "validity": null }, { "priceId": 13906, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105706, "indexed": true, "priceWithoutTax": "422.31", "priceWithTax": "511.0", "taxRate": "21.0", "validity": null }, { "priceId": 13908, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "383.47", "priceWithTax": "464.0", "taxRate": "21.0", "validity": null }, { "priceId": 13910, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0", "validity": null }, { "priceId": 13912, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "383.47", "priceWithTax": "464.0", "taxRate": "21.0", "validity": null }, { "priceId": 13914, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0", "validity": null }, { "priceId": 13916, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "383.47", "priceWithTax": "464.0", "taxRate": "21.0", "validity": null }, { "priceId": 13918, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0", "validity": null }, { "priceId": 13920, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "383.47", "priceWithTax": "464.0", "taxRate": "21.0", "validity": null }, { "priceId": 13922, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0", "validity": null }, { "priceId": 38396, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105697, "indexed": false, "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38398, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "511.72", "priceWithTax": "511.72", "taxRate": "0.0", "validity": null }, { "priceId": 38400, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "405.87", "priceWithTax": "491.1", "taxRate": "21.0", "validity": null }, { "priceId": 38402, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "401.36", "priceWithTax": "485.65", "taxRate": "21.0", "validity": null }, { "priceId": 38404, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105697, "indexed": true, "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0", "validity": null }, { "priceId": 38406, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105698, "indexed": false, "priceWithoutTax": "456.5", "priceWithTax": "552.37", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38408, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "442.71", "priceWithTax": "535.68", "taxRate": "21.0", "validity": null }, { "priceId": 38410, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "433.76", "priceWithTax": "524.85", "taxRate": "21.0", "validity": null }, { "priceId": 38412, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "424.53", "priceWithTax": "513.68", "taxRate": "21.0", "validity": null }, { "priceId": 38414, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105698, "indexed": true, "priceWithoutTax": "411.53", "priceWithTax": "497.95", "taxRate": "21.0", "validity": null }, { "priceId": 38416, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105699, "indexed": false, "priceWithoutTax": "431.6", "priceWithTax": "522.24", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38418, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "511.72", "priceWithTax": "511.72", "taxRate": "0.0", "validity": null }, { "priceId": 38420, "priceList": "b2b-vip-group-2-level", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "506.6", "priceWithTax": "506.6", "taxRate": "0.0", "validity": null }, { "priceId": 38422, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "418.55", "priceWithTax": "506.44", "taxRate": "21.0", "validity": null }, { "priceId": 38424, "priceList": "employee-group-2-level", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "414.36", "priceWithTax": "501.38", "taxRate": "21.0", "validity": null }, { "priceId": 38426, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38428, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "401.36", "priceWithTax": "485.65", "taxRate": "21.0", "validity": null }, { "priceId": 38430, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105699, "indexed": true, "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0", "validity": null }, { "priceId": 38432, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105700, "indexed": false, "priceWithoutTax": "451.84", "priceWithTax": "546.73", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38434, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105700, "indexed": true, "priceWithoutTax": "438.23", "priceWithTax": "530.26", "taxRate": "21.0", "validity": null }, { "priceId": 38436, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105700, "indexed": true, "priceWithoutTax": "424.53", "priceWithTax": "513.68", "taxRate": "21.0", "validity": null }, { "priceId": 38438, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105700, "indexed": true, "priceWithoutTax": "415.86", "priceWithTax": "503.19", "taxRate": "21.0", "validity": null }, { "priceId": 38440, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105702, "indexed": false, "priceWithoutTax": "427.2", "priceWithTax": "516.91", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38442, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "506.55", "priceWithTax": "506.55", "taxRate": "0.0", "validity": null }, { "priceId": 38444, "priceList": "b2b-vip-group-2-level", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "501.49", "priceWithTax": "501.49", "taxRate": "0.0", "validity": null }, { "priceId": 38446, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "418.55", "priceWithTax": "506.44", "taxRate": "21.0", "validity": null }, { "priceId": 38448, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38450, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "401.36", "priceWithTax": "485.65", "taxRate": "21.0", "validity": null }, { "priceId": 38452, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105702, "indexed": true, "priceWithoutTax": "397.26", "priceWithTax": "480.69", "taxRate": "21.0", "validity": null }, { "priceId": 38454, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "461.16", "priceWithTax": "558.0", "taxRate": "21.0", "validity": null }, { "priceId": 38456, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "456.55", "priceWithTax": "552.42", "taxRate": "21.0", "validity": null }, { "priceId": 38458, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "447.42", "priceWithTax": "541.38", "taxRate": "21.0", "validity": null }, { "priceId": 38460, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105703, "indexed": false, "priceWithoutTax": "456.5", "priceWithTax": "552.37", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38462, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "535.79", "priceWithTax": "535.79", "taxRate": "0.0", "validity": null }, { "priceId": 38464, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "442.71", "priceWithTax": "535.68", "taxRate": "21.0", "validity": null }, { "priceId": 38466, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "438.23", "priceWithTax": "530.26", "taxRate": "21.0", "validity": null }, { "priceId": 38468, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "428.86", "priceWithTax": "518.92", "taxRate": "21.0", "validity": null }, { "priceId": 38470, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "415.86", "priceWithTax": "503.19", "taxRate": "21.0", "validity": null }, { "priceId": 38472, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105705, "indexed": false, "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38474, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "506.55", "priceWithTax": "506.55", "taxRate": "0.0", "validity": null }, { "priceId": 38476, "priceList": "b2b-vip-group-2-level", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "501.49", "priceWithTax": "501.49", "taxRate": "0.0", "validity": null }, { "priceId": 38478, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38480, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "405.45", "priceWithTax": "490.6", "taxRate": "21.0", "validity": null }, { "priceId": 38482, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105705, "indexed": true, "priceWithoutTax": "397.26", "priceWithTax": "480.69", "taxRate": "21.0", "validity": null }, { "priceId": 38484, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105706, "indexed": false, "priceWithoutTax": "461.16", "priceWithTax": "558.0", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38486, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105706, "indexed": true, "priceWithoutTax": "438.23", "priceWithTax": "530.26", "taxRate": "21.0", "validity": null }, { "priceId": 38488, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105706, "indexed": true, "priceWithoutTax": "438.23", "priceWithTax": "530.26", "taxRate": "21.0", "validity": null }, { "priceId": 38490, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105706, "indexed": true, "priceWithoutTax": "411.53", "priceWithTax": "497.95", "taxRate": "21.0", "validity": null }, { "priceId": 38492, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105707, "indexed": false, "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38494, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "491.04", "priceWithTax": "491.04", "taxRate": "0.0", "validity": null }, { "priceId": 38496, "priceList": "b2b-vip-group-2-level", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "486.13", "priceWithTax": "486.13", "taxRate": "0.0", "validity": null }, { "priceId": 38498, "priceList": "b2b-vip-group-3-level", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "481.27", "priceWithTax": "481.27", "taxRate": "0.0", "validity": null }, { "priceId": 38500, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "385.41", "priceWithTax": "466.35", "taxRate": "21.0", "validity": null }, { "priceId": 38502, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "385.17", "priceWithTax": "466.05", "taxRate": "21.0", "validity": null }, { "priceId": 38504, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105707, "indexed": true, "priceWithoutTax": "373.38", "priceWithTax": "451.79", "taxRate": "21.0", "validity": null }, { "priceId": 38506, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0", "validity": null }, { "priceId": 38508, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "431.64", "priceWithTax": "522.29", "taxRate": "21.0", "validity": null }, { "priceId": 38510, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "427.33", "priceWithTax": "517.07", "taxRate": "21.0", "validity": null }, { "priceId": 38512, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105708, "indexed": false, "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38514, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "414.18", "priceWithTax": "501.16", "taxRate": "21.0", "validity": null }, { "priceId": 38516, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105709, "indexed": false, "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38518, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "486.08", "priceWithTax": "486.08", "taxRate": "0.0", "validity": null }, { "priceId": 38520, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "397.59", "priceWithTax": "481.08", "taxRate": "21.0", "validity": null }, { "priceId": 38522, "priceList": "employee-group-2-level", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "389.64", "priceWithTax": "471.46", "taxRate": "21.0", "validity": null }, { "priceId": 38524, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "385.41", "priceWithTax": "466.35", "taxRate": "21.0", "validity": null }, { "priceId": 38526, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "373.38", "priceWithTax": "451.79", "taxRate": "21.0", "validity": null }, { "priceId": 38528, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0", "validity": null }, { "priceId": 38530, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38532, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38534, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "401.36", "priceWithTax": "485.65", "taxRate": "21.0", "validity": null }, { "priceId": 38536, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0", "validity": null }, { "priceId": 38538, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "414.18", "priceWithTax": "501.16", "taxRate": "21.0", "validity": null }, { "priceId": 38540, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "405.9", "priceWithTax": "491.14", "taxRate": "21.0", "validity": null }, { "priceId": 38542, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "486.08", "priceWithTax": "486.08", "taxRate": "0.0", "validity": null }, { "priceId": 38544, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "397.59", "priceWithTax": "481.08", "taxRate": "21.0", "validity": null }, { "priceId": 38546, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "385.17", "priceWithTax": "466.05", "taxRate": "21.0", "validity": null }, { "priceId": 38548, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "431.6", "priceWithTax": "522.24", "taxRate": "21.0", "validity": null }, { "priceId": 38550, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "427.29", "priceWithTax": "517.02", "taxRate": "21.0", "validity": null }, { "priceId": 38552, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "423.02", "priceWithTax": "511.85", "taxRate": "21.0", "validity": null }, { "priceId": 38554, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "506.55", "priceWithTax": "506.55", "taxRate": "0.0", "validity": null }, { "priceId": 38556, "priceList": "b2b-vip-group-2-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "496.42", "priceWithTax": "496.42", "taxRate": "0.0", "validity": null }, { "priceId": 38558, "priceList": "b2b-vip-group-3-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "486.49", "priceWithTax": "486.49", "taxRate": "0.0", "validity": null }, { "priceId": 38560, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38562, "priceList": "employee-group-2-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "406.03", "priceWithTax": "491.3", "taxRate": "21.0", "validity": null }, { "priceId": 38564, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38566, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "405.45", "priceWithTax": "490.6", "taxRate": "21.0", "validity": null }, { "priceId": 38568, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0", "validity": null }, { "priceId": 38570, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0", "validity": null }, { "priceId": 38572, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105713, "indexed": false, "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38574, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "377.3", "priceWithTax": "456.53", "taxRate": "21.0", "validity": null }, { "priceId": 38576, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "385.17", "priceWithTax": "466.05", "taxRate": "21.0", "validity": null }, { "priceId": 38578, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105714, "indexed": false, "priceWithoutTax": "427.2", "priceWithTax": "516.91", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38580, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "506.55", "priceWithTax": "506.55", "taxRate": "0.0", "validity": null }, { "priceId": 38582, "priceList": "b2b-vip-group-2-level", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "496.42", "priceWithTax": "496.42", "taxRate": "0.0", "validity": null }, { "priceId": 38584, "priceList": "b2b-vip-group-3-level", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "486.49", "priceWithTax": "486.49", "taxRate": "0.0", "validity": null }, { "priceId": 38586, "priceList": "employee-group-1-level", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38588, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0", "validity": null }, { "priceId": 38590, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "405.45", "priceWithTax": "490.6", "taxRate": "21.0", "validity": null }, { "priceId": 38592, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105714, "indexed": true, "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 103988, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-10-2-9th-generation-2021" } }, "prices": [ { "priceId": 815, "priceList": "basic", "currency": "EUR", "innerRecordId": 105715, "indexed": true, "priceWithoutTax": "381.82", "priceWithTax": "462.0", "taxRate": "21.0", "validity": null }, { "priceId": 817, "priceList": "basic", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "413.22", "priceWithTax": "500.0", "taxRate": "21.0", "validity": null }, { "priceId": 9089, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105715, "indexed": true, "priceWithoutTax": "370.0", "priceWithTax": "447.7", "taxRate": "21.0", "validity": null }, { "priceId": 9091, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0", "validity": null }, { "priceId": 13524, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105715, "indexed": true, "priceWithoutTax": "366.12", "priceWithTax": "443.0", "taxRate": "21.0", "validity": null }, { "priceId": 13526, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "396.69", "priceWithTax": "480.0", "taxRate": "21.0", "validity": null }, { "priceId": 13924, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105715, "indexed": true, "priceWithoutTax": "354.55", "priceWithTax": "429.0", "taxRate": "21.0", "validity": null }, { "priceId": 13926, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "384.3", "priceWithTax": "465.0", "taxRate": "21.0", "validity": null }, { "priceId": 38594, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105715, "indexed": false, "priceWithoutTax": "373.84", "priceWithTax": "452.35", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38596, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105715, "indexed": true, "priceWithoutTax": "355.21", "priceWithTax": "429.81", "taxRate": "21.0", "validity": null }, { "priceId": 38598, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105715, "indexed": true, "priceWithoutTax": "337.01", "priceWithTax": "407.78", "taxRate": "21.0", "validity": null }, { "priceId": 38600, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "415.0", "priceWithTax": "502.15", "taxRate": "21.0", "validity": null }, { "priceId": 38602, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "406.7", "priceWithTax": "492.11", "taxRate": "21.0", "validity": null }, { "priceId": 38604, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "398.57", "priceWithTax": "482.27", "taxRate": "21.0", "validity": null }, { "priceId": 38606, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": 105716, "indexed": false, "priceWithoutTax": "415.0", "priceWithTax": "502.15", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 38608, "priceList": "management-price", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "382.14", "priceWithTax": "462.39", "taxRate": "21.0", "validity": null }, { "priceId": 38610, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "374.14", "priceWithTax": "452.71", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 104008, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-air-5g-5th-generation-2022" } }, "prices": [ { "priceId": 819, "priceList": "basic", "currency": "EUR", "innerRecordId": 105717, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 821, "priceList": "basic", "currency": "EUR", "innerRecordId": 105718, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "priceId": 823, "priceList": "basic", "currency": "EUR", "innerRecordId": 105719, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 825, "priceList": "basic", "currency": "EUR", "innerRecordId": 105720, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "priceId": 827, "priceList": "basic", "currency": "EUR", "innerRecordId": 105721, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 829, "priceList": "basic", "currency": "EUR", "innerRecordId": 105722, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "priceId": 831, "priceList": "basic", "currency": "EUR", "innerRecordId": 105724, "indexed": true, "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0", "validity": null }, { "priceId": 833, "priceList": "basic", "currency": "EUR", "innerRecordId": 105725, "indexed": true, "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0", "validity": null }, { "
md`.Example `price-in-currency.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "prices": [ { "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0" }, { "priceWithoutTax": "89.0", "priceWithTax": "107.69", "taxRate": "21.0" }, { "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0" }, { "priceWithoutTax": "85.95", "priceWithTax": "104.0", "taxRate": "21.0" }, { "priceWithoutTax": "90.49", "priceWithTax": "109.49", "taxRate": "21.0" }, { "priceWithoutTax": "106.18", "priceWithTax": "106.18", "taxRate": "0.0" }, { "priceWithoutTax": "105.12", "priceWithTax": "105.12", "taxRate": "0.0" }, { "priceWithoutTax": "103.02", "priceWithTax": "103.02", "taxRate": "0.0" }, { "priceWithoutTax": "85.96", "priceWithTax": "104.01", "taxRate": "21.0" }, { "priceWithoutTax": "84.12", "priceWithTax": "101.79", "taxRate": "21.0" }, { "priceWithoutTax": "82.4", "priceWithTax": "99.71", "taxRate": "21.0" } ] }, { "primaryKey": 103911, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022" }, "prices": [ { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" }, { "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0" }, { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" }, { "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0" }, { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" }, { "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0" }, { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" }, { "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" }, { "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0" }, { "priceWithoutTax": "440.0", "priceWithTax": "532.4", "taxRate": "21.0" }, { "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0" }, { "priceWithoutTax": "440.0", "priceWithTax": "532.4", "taxRate": "21.0" }, { "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0" }, { "priceWithoutTax": "440.0", "priceWithTax": "532.4", "taxRate": "21.0" }, { "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0" }, { "priceWithoutTax": "440.0", "priceWithTax": "532.4", "taxRate": "21.0" }, { "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0" }, { "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0" }, { "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0" }, { "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0" }, { "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0" }, { "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0" }, { "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0" }, { "priceWithoutTax": "416.0", "priceWithTax": "503.36", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0" }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0" }, { "priceWithoutTax": "422.31", "priceWithTax": "511.0", "taxRate": "21.0" }, { "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0" }, { "priceWithoutTax": "422.31", "priceWithTax": "511.0", "taxRate": "21.0" }, { "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0" }, { "priceWithoutTax": "422.31", "priceWithTax": "511.0", "taxRate": "21.0" }, { "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0" }, { "priceWithoutTax": "422.31", "priceWithTax": "511.0", "taxRate": "21.0" }, { "priceWithoutTax": "383.47", "priceWithTax": "464.0", "taxRate": "21.0" }, { "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0" }, { "priceWithoutTax": "383.47", "priceWithTax": "464.0", "taxRate": "21.0" }, { "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0" }, { "priceWithoutTax": "383.47", "priceWithTax": "464.0", "taxRate": "21.0" }, { "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0" }, { "priceWithoutTax": "383.47", "priceWithTax": "464.0", "taxRate": "21.0" }, { "priceWithoutTax": "399.17", "priceWithTax": "483.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0" }, { "priceWithoutTax": "511.72", "priceWithTax": "511.72", "taxRate": "0.0" }, { "priceWithoutTax": "405.87", "priceWithTax": "491.1", "taxRate": "21.0" }, { "priceWithoutTax": "401.36", "priceWithTax": "485.65", "taxRate": "21.0" }, { "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0" }, { "priceWithoutTax": "456.5", "priceWithTax": "552.37", "taxRate": "21.0" }, { "priceWithoutTax": "442.71", "priceWithTax": "535.68", "taxRate": "21.0" }, { "priceWithoutTax": "433.76", "priceWithTax": "524.85", "taxRate": "21.0" }, { "priceWithoutTax": "424.53", "priceWithTax": "513.68", "taxRate": "21.0" }, { "priceWithoutTax": "411.53", "priceWithTax": "497.95", "taxRate": "21.0" }, { "priceWithoutTax": "431.6", "priceWithTax": "522.24", "taxRate": "21.0" }, { "priceWithoutTax": "511.72", "priceWithTax": "511.72", "taxRate": "0.0" }, { "priceWithoutTax": "506.6", "priceWithTax": "506.6", "taxRate": "0.0" }, { "priceWithoutTax": "418.55", "priceWithTax": "506.44", "taxRate": "21.0" }, { "priceWithoutTax": "414.36", "priceWithTax": "501.38", "taxRate": "21.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "401.36", "priceWithTax": "485.65", "taxRate": "21.0" }, { "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0" }, { "priceWithoutTax": "451.84", "priceWithTax": "546.73", "taxRate": "21.0" }, { "priceWithoutTax": "438.23", "priceWithTax": "530.26", "taxRate": "21.0" }, { "priceWithoutTax": "424.53", "priceWithTax": "513.68", "taxRate": "21.0" }, { "priceWithoutTax": "415.86", "priceWithTax": "503.19", "taxRate": "21.0" }, { "priceWithoutTax": "427.2", "priceWithTax": "516.91", "taxRate": "21.0" }, { "priceWithoutTax": "506.55", "priceWithTax": "506.55", "taxRate": "0.0" }, { "priceWithoutTax": "501.49", "priceWithTax": "501.49", "taxRate": "0.0" }, { "priceWithoutTax": "418.55", "priceWithTax": "506.44", "taxRate": "21.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "401.36", "priceWithTax": "485.65", "taxRate": "21.0" }, { "priceWithoutTax": "397.26", "priceWithTax": "480.69", "taxRate": "21.0" }, { "priceWithoutTax": "461.16", "priceWithTax": "558.0", "taxRate": "21.0" }, { "priceWithoutTax": "456.55", "priceWithTax": "552.42", "taxRate": "21.0" }, { "priceWithoutTax": "447.42", "priceWithTax": "541.38", "taxRate": "21.0" }, { "priceWithoutTax": "456.5", "priceWithTax": "552.37", "taxRate": "21.0" }, { "priceWithoutTax": "535.79", "priceWithTax": "535.79", "taxRate": "0.0" }, { "priceWithoutTax": "442.71", "priceWithTax": "535.68", "taxRate": "21.0" }, { "priceWithoutTax": "438.23", "priceWithTax": "530.26", "taxRate": "21.0" }, { "priceWithoutTax": "428.86", "priceWithTax": "518.92", "taxRate": "21.0" }, { "priceWithoutTax": "415.86", "priceWithTax": "503.19", "taxRate": "21.0" }, { "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0" }, { "priceWithoutTax": "506.55", "priceWithTax": "506.55", "taxRate": "0.0" }, { "priceWithoutTax": "501.49", "priceWithTax": "501.49", "taxRate": "0.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "405.45", "priceWithTax": "490.6", "taxRate": "21.0" }, { "priceWithoutTax": "397.26", "priceWithTax": "480.69", "taxRate": "21.0" }, { "priceWithoutTax": "461.16", "priceWithTax": "558.0", "taxRate": "21.0" }, { "priceWithoutTax": "438.23", "priceWithTax": "530.26", "taxRate": "21.0" }, { "priceWithoutTax": "438.23", "priceWithTax": "530.26", "taxRate": "21.0" }, { "priceWithoutTax": "411.53", "priceWithTax": "497.95", "taxRate": "21.0" }, { "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0" }, { "priceWithoutTax": "491.04", "priceWithTax": "491.04", "taxRate": "0.0" }, { "priceWithoutTax": "486.13", "priceWithTax": "486.13", "taxRate": "0.0" }, { "priceWithoutTax": "481.27", "priceWithTax": "481.27", "taxRate": "0.0" }, { "priceWithoutTax": "385.41", "priceWithTax": "466.35", "taxRate": "21.0" }, { "priceWithoutTax": "385.17", "priceWithTax": "466.05", "taxRate": "21.0" }, { "priceWithoutTax": "373.38", "priceWithTax": "451.79", "taxRate": "21.0" }, { "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0" }, { "priceWithoutTax": "431.64", "priceWithTax": "522.29", "taxRate": "21.0" }, { "priceWithoutTax": "427.33", "priceWithTax": "517.07", "taxRate": "21.0" }, { "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0" }, { "priceWithoutTax": "414.18", "priceWithTax": "501.16", "taxRate": "21.0" }, { "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0" }, { "priceWithoutTax": "486.08", "priceWithTax": "486.08", "taxRate": "0.0" }, { "priceWithoutTax": "397.59", "priceWithTax": "481.08", "taxRate": "21.0" }, { "priceWithoutTax": "389.64", "priceWithTax": "471.46", "taxRate": "21.0" }, { "priceWithoutTax": "385.41", "priceWithTax": "466.35", "taxRate": "21.0" }, { "priceWithoutTax": "373.38", "priceWithTax": "451.79", "taxRate": "21.0" }, { "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "401.36", "priceWithTax": "485.65", "taxRate": "21.0" }, { "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0" }, { "priceWithoutTax": "414.18", "priceWithTax": "501.16", "taxRate": "21.0" }, { "priceWithoutTax": "405.9", "priceWithTax": "491.14", "taxRate": "21.0" }, { "priceWithoutTax": "486.08", "priceWithTax": "486.08", "taxRate": "0.0" }, { "priceWithoutTax": "397.59", "priceWithTax": "481.08", "taxRate": "21.0" }, { "priceWithoutTax": "385.17", "priceWithTax": "466.05", "taxRate": "21.0" }, { "priceWithoutTax": "431.6", "priceWithTax": "522.24", "taxRate": "21.0" }, { "priceWithoutTax": "427.29", "priceWithTax": "517.02", "taxRate": "21.0" }, { "priceWithoutTax": "423.02", "priceWithTax": "511.85", "taxRate": "21.0" }, { "priceWithoutTax": "506.55", "priceWithTax": "506.55", "taxRate": "0.0" }, { "priceWithoutTax": "496.42", "priceWithTax": "496.42", "taxRate": "0.0" }, { "priceWithoutTax": "486.49", "priceWithTax": "486.49", "taxRate": "0.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "406.03", "priceWithTax": "491.3", "taxRate": "21.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "405.45", "priceWithTax": "490.6", "taxRate": "21.0" }, { "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0" }, { "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0" }, { "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0" }, { "priceWithoutTax": "377.3", "priceWithTax": "456.53", "taxRate": "21.0" }, { "priceWithoutTax": "385.17", "priceWithTax": "466.05", "taxRate": "21.0" }, { "priceWithoutTax": "427.2", "priceWithTax": "516.91", "taxRate": "21.0" }, { "priceWithoutTax": "506.55", "priceWithTax": "506.55", "taxRate": "0.0" }, { "priceWithoutTax": "496.42", "priceWithTax": "496.42", "taxRate": "0.0" }, { "priceWithoutTax": "486.49", "priceWithTax": "486.49", "taxRate": "0.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "414.32", "priceWithTax": "501.33", "taxRate": "21.0" }, { "priceWithoutTax": "405.45", "priceWithTax": "490.6", "taxRate": "21.0" }, { "priceWithoutTax": "393.17", "priceWithTax": "475.74", "taxRate": "21.0" } ] }, { "primaryKey": 103988, "attributes": { "code": "apple-ipad-10-2-9th-generation-2021" }, "prices": [ { "priceWithoutTax": "381.82", "priceWithTax": "462.0", "taxRate": "21.0" }, { "priceWithoutTax": "413.22", "priceWithTax": "500.0", "taxRate": "21.0" }, { "priceWithoutTax": "370.0", "priceWithTax": "447.7", "taxRate": "21.0" }, { "priceWithoutTax": "400.0", "priceWithTax": "484.0", "taxRate": "21.0" }, { "priceWithoutTax": "366.12", "priceWithTax": "443.0", "taxRate": "21.0" }, { "priceWithoutTax": "396.69", "priceWithTax": "480.0", "taxRate": "21.0" }, { "priceWithoutTax": "354.55", "priceWithTax": "429.0", "taxRate": "21.0" }, { "priceWithoutTax": "384.3", "priceWithTax": "465.0", "taxRate": "21.0" }, { "priceWithoutTax": "373.84", "priceWithTax": "452.35", "taxRate": "21.0" }, { "priceWithoutTax": "355.21", "priceWithTax": "429.81", "taxRate": "21.0" }, { "priceWithoutTax": "337.01", "priceWithTax": "407.78", "taxRate": "21.0" }, { "priceWithoutTax": "415.0", "priceWithTax": "502.15", "taxRate": "21.0" }, { "priceWithoutTax": "406.7", "priceWithTax": "492.11", "taxRate": "21.0" }, { "priceWithoutTax": "398.57", "priceWithTax": "482.27", "taxRate": "21.0" }, { "priceWithoutTax": "415.0", "priceWithTax": "502.15", "taxRate": "21.0" }, { "priceWithoutTax": "382.14", "priceWithTax": "462.39", "taxRate": "21.0" }, { "priceWithoutTax": "374.14", "priceWithTax": "452.71", "taxRate": "21.0" } ] }, { "primaryKey": 104008, "attributes": { "code": "apple-ipad-air-5g-5th-generation-2022" }, "prices": [ { "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0" }, { "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0" }, { "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0" }, { "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0" }, { "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0" }, { "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0" }, { "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0" }, { "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0" }, { "priceWithoutTax": "628.1", "priceWithTax": "760.0", "taxRate": "21.0" }, { "priceWithoutTax": "793.39", "priceWithTax": "960.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "818.18", "priceWithTax": "990.0", "taxRate": "21.0" }, { "priceWithoutTax": "609.0", "priceWithTax": "736.89", "taxRate": "21.0" }, { "priceWithoutTax": "769.0", "priceWithTax": "930.49", "taxRate": "21.0" }, { "priceWithoutTax": "609.0", "priceWithTax": "736.89", "taxRate": "21.0" }, { "priceWithoutTax": "769.0", "priceWithTax": "930.49", "taxRate": "21.0" }, { "priceWithoutTax": "609.0", "priceWithTax": "736.89", "taxRate": "21.0" }, { "priceWithoutTax": "769.0", "priceWithTax": "930.49", "taxRate": "21.0" }, { "priceWithoutTax": "609.0", "priceWithTax": "736.89", "taxRate": "21.0" }, { "priceWithoutTax": "769.0", "priceWithTax": "930.49", "taxRate": "21.0" }, { "priceWithoutTax": "609.0", "priceWithTax": "736.89", "taxRate": "21.0" }, { "priceWithoutTax": "769.0", "priceWithTax": "930.49", "taxRate": "21.0" }, { "priceWithoutTax": "633.0", "priceWithTax": "765.93", "taxRate": "21.0" }, { "priceWithoutTax": "793.0", "priceWithTax": "959.53", "taxRate": "21.0" }, { "priceWithoutTax": "633.0", "priceWithTax": "765.93", "taxRate": "21.0" }, { "priceWithoutTax": "793.0", "priceWithTax": "959.53", "taxRate": "21.0" }, { "priceWithoutTax": "633.0", "priceWithTax": "765.93", "taxRate": "21.0" }, { "priceWithoutTax": "793.0", "priceWithTax": "959.53", "taxRate": "21.0" }, { "priceWithoutTax": "633.0", "priceWithTax": "765.93", "taxRate": "21.0" }, { "priceWithoutTax": "793.0", "priceWithTax": "959.53", "taxRate": "21.0" }, { "priceWithoutTax": "633.0", "priceWithTax": "765.93", "taxRate": "21.0" }, { "priceWithoutTax": "793.0", "priceWithTax": "959.53", "taxRate": "21.0" }, { "priceWithoutTax": "602.48", "priceWithTax": "729.0", "taxRate": "21.0" }, { "priceWithoutTax": "761.16", "priceWithTax": "921.0", "taxRate": "21.0" }, { "priceWithoutTax": "602.48", "priceWithTax": "729.0", "taxRate": "21.0" }, { "priceWithoutTax": "761.16", "priceWithTax": "921.0", "taxRate": "21.0" }, { "priceWithoutTax": "602.48", "priceWithTax": "729.0", "taxRate": "21.0" }, { "priceWithoutTax": "761.16", "priceWithTax": "921.0", "taxRate": "21.0" }, { "priceWithoutTax": "602.48", "priceWithTax": "729.0", "taxRate": "21.0" }, { "priceWithoutTax": "761.16", "priceWithTax": "921.0", "taxRate": "21.0" }, { "priceWithoutTax": "602.48", "priceWithTax": "729.0", "taxRate": "21.0" }, { "priceWithoutTax": "761.16", "priceWithTax": "921.0", "taxRate": "21.0" }, { "priceWithoutTax": "626.45", "priceWithTax": "758.0", "taxRate": "21.0" }, { "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0" }, { "priceWithoutTax": "626.45", "priceWithTax": "758.0", "taxRate": "21.0" }, { "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0" }, { "priceWithoutTax": "626.45", "priceWithTax": "758.0", "taxRate": "21.0" }, { "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0" }, { "priceWithoutTax": "626.45", "priceWithTax": "758.0", "taxRate": "21.0" }, { "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0" }, { "priceWithoutTax": "626.45", "priceWithTax": "758.0", "taxRate": "21.0" }, { "priceWithoutTax": "785.12", "priceWithTax": "950.0", "taxRate": "21.0" }, { "priceWithoutTax": "583.47", "priceWithTax": "706.0", "taxRate": "21.0" }, { "priceWithoutTax": "737.19", "priceWithTax": "892.0", "taxRate": "21.0" }, { "priceWithoutTax": "583.47", "priceWithTax": "706.0", "taxRate": "21.0" }, { "priceWithoutTax": "737.19", "priceWithTax": "892.0", "taxRate": "21.0" }, { "priceWithoutTax": "583.47", "priceWithTax": "706.0", "taxRate": "21.0" }, { "priceWithoutTax": "737.19", "priceWithTax": "892.0", "taxRate": "21.0" }, { "priceWithoutTax": "583.47", "priceWithTax": "706.0", "taxRate": "21.0" }, { "priceWithoutTax": "737.19", "priceWithTax": "892.0", "taxRate": "21.0" }, { "priceWithoutTax": "583.47", "priceWithTax": "706.0", "taxRate": "21.0" }, { "priceWithoutTax": "737.19", "priceWithTax": "892.0", "taxRate": "21.0" }, { "priceWithoutTax": "606.61", "priceWithTax": "734.0", "taxRate": "21.0" }, { "priceWithoutTax": "760.33", "priceWithTax": "920.0", "taxRate": "21.0" }, { "priceWithoutTax": "606.61", "priceWithTax": "734.0", "taxRate": "21.0" }, { "priceWithoutTax": "760.33", "priceWithTax": "920.0", "taxRate": "21.0" }, { "priceWithoutTax": "606.61", "priceWithTax": "734.0", "taxRate": "21.0" }, { "priceWithoutTax": "760.33", "priceWithTax": "920.0", "taxRate": "21.0" }, { "priceWithoutTax": "606.61", "priceWithTax": "734.0", "taxRate": "21.0" }, { "priceWithoutTax": "760.33", "priceWithTax": "920.0", "taxRate": "21.0" }, { "priceWithoutTax": "606.61", "priceWithTax": "734.0", "taxRate": "21.0" }, { "priceWithoutTax": "760.33", "priceWithTax": "920.0", "taxRate": "21.0" }, { "priceWithoutTax": "747.88", "priceWithTax": "747.88", "taxRate": "0.0" }, { "priceWithoutTax": "740.41", "priceWithTax": "740.41", "taxRate": "0.0" }, { "priceWithoutTax": "725.6", "priceWithTax": "725.6", "taxRate": "0.0" }, { "priceWithoutTax": "605.56", "priceWithTax": "732.73", "taxRate": "21.0" }, { "priceWithoutTax": "599.5", "priceWithTax": "725.4", "taxRate": "21.0" }, { "priceWithoutTax": "574.67", "priceWithTax": "695.35", "taxRate": "21.0" }, { "priceWithoutTax": "586.61", "priceWithTax": "709.8", "taxRate": "21.0" }, { "priceWithoutTax": "568.66", "priceWithTax": "688.08", "taxRate": "21.0" }, { "priceWithoutTax": "804.93", "priceWithTax": "973.97", "taxRate": "21.0" }, { "priceWithoutTax": "788.67", "priceWithTax": "954.29", "taxRate": "21.0" }, { "priceWithoutTax": "944.7", "priceWithTax": "944.7", "taxRate": "0.0" }, { "priceWithoutTax": "741.51", "priceWithTax": "897.23", "taxRate": "21.0" }, { "priceWithoutTax": "748.58", "priceWithTax": "905.78", "taxRate": "21.0" }, { "priceWithoutTax": "733.45", "priceWithTax": "887.48", "taxRate": "21.0" }, { "priceWithoutTax": "630.8", "priceWithTax": "763.27", "taxRate": "21.0" }, { "priceWithoutTax": "611.74", "priceWithTax": "740.21", "taxRate": "21.0" }, { "priceWithoutTax": "586.61", "priceWithTax": "709.8", "taxRate": "21.0" }, { "priceWithoutTax": "574.64", "priceWithTax": "695.32", "taxRate": "21.0" }, { "priceWithoutTax": "788.67", "priceWithTax": "954.29", "taxRate": "21.0" }, { "priceWithoutTax": "935.16", "priceWithTax": "935.16", "taxRate": "0.0" }, { "priceWithoutTax": "925.81", "priceWithTax": "925.81", "taxRate": "0.0" }, { "priceWithoutTax": "764.93", "priceWithTax": "925.56", "taxRate": "21.0" }, { "priceWithoutTax": "748.58", "priceWithTax": "905.78", "taxRate": "21.0" }, { "priceWithoutTax": "733.45", "priceWithTax": "887.48", "taxRate": "21.0" }, { "priceWithoutTax": "747.88", "priceWithTax": "747.88", "taxRate": "0.0" }, { "priceWithoutTax": "740.41", "priceWithTax": "740.41", "taxRate": "0.0" }, { "priceWithoutTax": "605.56", "priceWithTax": "732.73", "taxRate": "21.0" }, { "priceWithoutTax": "593.45", "priceWithTax": "718.08", "taxRate": "21.0" }, { "priceWithoutTax": "587.02", "priceWithTax": "710.3", "taxRate": "21.0" }, { "priceWithoutTax": "804.93", "priceWithTax": "973.97", "taxRate": "21.0" }, { "priceWithoutTax": "804.93", "priceWithTax": "973.97", "taxRate": "21.0" }, { "priceWithoutTax": "764.93", "priceWithTax": "925.56", "taxRate": "21.0" }, { "priceWithoutTax": "725.9", "priceWithTax": "878.34", "taxRate": "21.0" }, { "priceWithoutTax": "748.58", "priceWithTax": "905.78", "taxRate": "21.0" }, { "priceWithoutTax": "718.33", "priceWithTax": "869.18", "taxRate": "21.0" }, { "priceWithoutTax": "630.8", "priceWithTax": "763.27", "taxRate": "21.0" }, { "priceWithoutTax": "624.5", "priceWithTax": "755.64", "taxRate": "21.0" }, { "priceWithoutTax": "637.24", "priceWithTax": "771.06", "taxRate": "21.0" }, { "priceWithoutTax": "605.56", "priceWithTax": "732.73", "taxRate": "21.0" }, { "priceWithoutTax": "586.61", "priceWithTax": "709.8", "taxRate": "21.0" }, { "priceWithoutTax": "574.64", "priceWithTax": "695.32", "taxRate": "21.0" }, { "priceWithoutTax": "944.7", "priceWithTax": "944.7", "taxRate": "0.0" }, { "priceWithoutTax": "925.81", "priceWithTax": "925.81", "taxRate": "0.0" }, { "priceWithoutTax": "916.55", "priceWithTax": "916.55", "taxRate": "0.0" }, { "priceWithoutTax": "772.74", "priceWithTax": "935.01", "taxRate": "21.0" }, { "priceWithoutTax": "757.28", "priceWithTax": "916.31", "taxRate": "21.0" }, { "priceWithoutTax": "764.93", "priceWithTax": "925.56", "taxRate": "21.0" }, { "priceWithoutTax": "741.02", "priceWithTax": "896.63", "taxRate": "21.0" }, { "priceWithoutTax": "630.8", "priceWithTax": "763.27", "taxRate": "21.0" }, { "priceWithoutTax": "624.36", "priceWithTax": "755.48", "taxRate": "21.0" }, { "priceWithoutTax": "605.56", "priceWithTax": "732.73", "taxRate": "21.0" }, { "priceWithoutTax": "580.84", "priceWithTax": "702.82", "taxRate": "21.0" }, { "priceWithoutTax": "592.6", "priceWithTax": "717.05", "taxRate": "21.0" }, { "priceWithoutTax": "574.64", "priceWithTax": "695.32", "taxRate": "21.0" }, { "priceWithoutTax": "788.67", "priceWithTax": "954.29", "taxRate": "21.0" }, { "priceWithoutTax": "725.9", "priceWithTax": "878.34", "taxRate": "21.0" }, { "priceWithoutTax": "748.58", "priceWithTax": "905.78", "taxRate": "21.0" }, { "priceWithoutTax": "725.89", "priceWithTax": "878.33", "taxRate": "21.0" }, { "priceWithoutTax": "662.4", "priceWithTax": "801.5", "taxRate": "21.0" }, { "priceWithoutTax": "655.77", "priceWithTax": "793.48", "taxRate": "21.0" }, { "priceWithoutTax": "623.02", "priceWithTax": "753.85", "taxRate": "21.0" }, { "priceWithoutTax": "616.0", "priceWithTax": "745.36", "taxRate": "21.0" }, { "priceWithoutTax": "591.12", "priceWithTax": "715.25", "taxRate": "21.0" }, { "priceWithoutTax": "813.32", "priceWithTax": "984.12", "taxRate": "21.0" }, { "priceWithoutTax": "772.71", "priceWithTax": "934.98", "taxRate": "21.0" }, { "priceWithoutTax": "771.98", "priceWithTax": "934.09", "taxRate": "21.0" }, { "priceWithoutTax": "748.59", "priceWithTax": "905.79", "taxRate": "21.0" }, { "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0" }, { "priceWithoutTax": "649.15", "priceWithTax": "785.47", "taxRate": "21.0" }, { "priceWithoutTax": "662.4", "priceWithTax": "801.5", "taxRate": "21.0" }, { "priceWithoutTax": "629.44", "priceWithTax": "761.62", "taxRate": "21.0" }, { "priceWithoutTax": "623.15", "priceWithTax": "754.01", "taxRate": "21.0" }, { "priceWithoutTax": "629.44", "priceWithTax": "761.62", "taxRate": "21.0" }, { "priceWithoutTax": "603.56", "priceWithTax": "730.31", "taxRate": "21.0" }, { "priceWithoutTax": "821.7", "priceWithTax": "994.26", "taxRate": "21.0" }, { "priceWithoutTax": "813.32", "priceWithTax": "984.12", "taxRate": "21.0" }, { "priceWithoutTax": "964.4", "priceWithTax": "964.4", "taxRate": "0.0" }, { "priceWithoutTax": "945.11", "priceWithTax": "945.11", "taxRate": "0.0" }, { "priceWithoutTax": "796.86", "priceWithTax": "964.2", "taxRate": "21.0" }, { "priceWithoutTax": "788.89", "priceWithTax": "954.56", "taxRate": "21.0" }, { "priceWithoutTax": "764.66", "priceWithTax": "925.24", "taxRate": "21.0" }, { "priceWithoutTax": "764.18", "priceWithTax": "924.66", "taxRate": "21.0" }, { "priceWithoutTax": "756.38", "priceWithTax": "915.22", "taxRate": "21.0" }, { "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0" }, { "priceWithoutTax": "649.01", "priceWithTax": "785.3", "taxRate": "21.0" }, { "priceWithoutTax": "610.17", "priceWithTax": "738.31", "taxRate": "21.0" }, { "priceWithoutTax": "616.0", "priceWithTax": "745.36", "taxRate": "21.0" }, { "priceWithoutTax": "603.56", "priceWithTax": "730.31", "taxRate": "21.0" }, { "priceWithoutTax": "821.7", "priceWithTax": "994.26", "taxRate": "21.0" }, { "priceWithoutTax": "813.49", "priceWithTax": "984.32", "taxRate": "21.0" }, { "priceWithoutTax": "805.36", "priceWithTax": "974.48", "taxRate": "21.0" }, { "priceWithoutTax": "821.7", "priceWithTax": "994.26", "taxRate": "21.0" }, { "priceWithoutTax": "964.4", "priceWithTax": "964.4", "taxRate": "0.0" }, { "priceWithoutTax": "954.75", "priceWithTax": "954.75", "taxRate": "0.0" }, { "priceWithoutTax": "945.21", "priceWithTax": "945.21", "taxRate": "0.0" }, { "priceWithoutTax": "788.81", "priceWithTax": "954.46", "taxRate": "21.0" }, { "priceWithoutTax": "773.03", "priceWithTax": "935.37", "taxRate": "21.0" }, { "priceWithoutTax": "756.61", "priceWithTax": "915.5", "taxRate": "21.0" }, { "priceWithoutTax": "764.18", "priceWithTax": "924.66", "taxRate": "21.0" }, { "priceWithoutTax": "748.59", "priceWithTax": "905.79", "taxRate": "21.0" }, { "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0" }, { "priceWithoutTax": "662.4", "priceWithTax": "801.5", "taxRate": "21.0" }, { "priceWithoutTax": "629.44", "priceWithTax": "761.62", "taxRate": "21.0" }, { "priceWithoutTax": "616.85", "priceWithTax": "746.39", "taxRate": "21.0" }, { "priceWithoutTax": "629.44", "priceWithTax": "761.62", "taxRate": "21.0" }, { "priceWithoutTax": "616.0", "priceWithTax": "745.36", "taxRate": "21.0" }, { "priceWithoutTax": "597.34", "priceWithTax": "722.78", "taxRate": "21.0" }, { "priceWithoutTax": "830.09", "priceWithTax": "1004.41", "taxRate": "21.0" }, { "priceWithoutTax": "764.66", "priceWithTax": "925.24", "taxRate": "21.0" }, { "priceWithoutTax": "771.98", "priceWithTax": "934.09", "taxRate": "21.0" }, { "priceWithoutTax": "748.59", "priceWithTax": "905.79", "taxRate": "21.0" }, { "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0" }, { "priceWithoutTax": "662.4", "priceWithTax": "801.5", "taxRate": "21.0" }, { "priceWithoutTax": "616.6", "priceWithTax": "746.08", "taxRate": "21.0" }, { "priceWithoutTax": "616.0", "priceWithTax": "745.36", "taxRate": "21.0" }, { "priceWithoutTax": "591.12", "priceWithTax": "715.25", "taxRate": "21.0" }, { "priceWithoutTax": "830.09", "priceWithTax": "1004.41", "taxRate": "21.0" }, { "priceWithoutTax": "974.24", "priceWithTax": "974.24", "taxRate": "0.0" }, { "priceWithoutTax": "964.5", "priceWithTax": "964.5", "taxRate": "0.0" }, { "priceWithoutTax": "954.85", "priceWithTax": "954.85", "taxRate": "0.0" }, { "priceWithoutTax": "764.66", "priceWithTax": "925.24", "taxRate": "21.0" }, { "priceWithoutTax": "764.18", "priceWithTax": "924.66", "taxRate": "21.0" }, { "priceWithoutTax": "748.59", "priceWithTax": "905.79", "taxRate": "21.0" } ] }, { "primaryKey": 104084, "attributes": { "code": "apple-ipad-mini-6th-generation-2021" }, "prices": [ { "priceWithoutTax": "561.98", "priceWithTax": "680.0", "taxRate": "21.0" }, { "priceWithoutTax": "743.8", "priceWithTax": "900.0", "taxRate": "21.0" }, { "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0" }, { "priceWithoutTax": "702.48", "priceWithTax": "850.0", "taxRate": "21.0" }, { "priceWithoutTax": "561.98", "priceWithTax": "680.0", "taxRate": "21.0" }, { "priceWithoutTax": "743.8", "priceWithTax": "900.0", "taxRate": "21.0" }, { "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0" }, { "priceWithoutTax": "702.48", "priceWithTax": "850.0", "taxRate": "21.0" }, { "priceWithoutTax": "561.98", "priceWithTax": "680.0", "taxRate": "21.0" }, { "priceWithoutTax": "743.8", "priceWithTax": "900.0", "taxRate": "21.0" }, { "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0" }, { "priceWithoutTax": "702.48", "priceWithTax": "850.0", "taxRate": "21.0" }, { "priceWithoutTax": "561.98", "priceWithTax": "680.0", "taxRate": "21.0" }, { "priceWithoutTax": "743.8", "priceWithTax": "900.0", "taxRate": "21.0" }, { "priceWithoutTax": "537.19", "priceWithTax": "650.0", "taxRate": "21.0" }, { "priceWithoutTax": "702.48", "priceWithTax": "850.0", "taxRate": "21.0" }, { "priceWithoutTax": "545.0", "priceWithTax": "659.45", "taxRate": "21.0" }, { "priceWithoutTax": "721.0", "priceWithTax": "872.41", "taxRate": "21.0" }, { "priceWithoutTax": "521.0", "priceWithTax": "630.41", "taxRate": "21.0" }, { "priceWithoutTax": "681.0", "priceWithTax": "824.01", "taxRate": "21.0" }, { "priceWithoutTax": "545.0", "priceWithTax": "659.45", "taxRate": "21.0" }, { "priceWithoutTax": "721.0", "priceWithTax": "872.41", "taxRate": "21.0" }, { "priceWithoutTax": "521.0", "priceWithTax": "630.41", "taxRate": "21.0" }, { "priceWithoutTax": "681.0", "priceWithTax": "824.01", "taxRate": "21.0" }, { "priceWithoutTax": "545.0", "priceWithTax": "659.45", "taxRate": "21.0" }, { "priceWithoutTax": "721.0", "priceWithTax": "872.41", "taxRate": "21.0" }, { "priceWithoutTax": "521.0", "priceWithTax": "630.41", "taxRate": "21.0" }, { "priceWithoutTax": "681.0", "priceWithTax": "824.01", "taxRate": "21.0" }, { "priceWithoutTax": "545.0", "priceWithTax": "659.45", "taxRate": "21.0" }, { "priceWithoutTax": "721.0", "priceWithTax": "872.41", "taxRate": "21.0" }, { "priceWithoutTax": "521.0", "priceWithTax": "630.41", "taxRate": "21.0" }, { "priceWithoutTax": "681.0", "priceWithTax": "824.01", "taxRate": "21.0" }, { "priceWithoutTax": "538.84", "priceWithTax": "652.0", "taxRate": "21.0" }, { "priceWithoutTax": "714.05", "priceWithTax": "864.0", "taxRate": "21.0" }, { "priceWithoutTax": "515.7", "priceWithTax": "624.0", "taxRate": "21.0" }, { "priceWithoutTax": "674.38", "priceWithTax": "816.0", "taxRate": "21.0" }, { "priceWithoutTax": "538.84", "priceWithTax": "652.0", "taxRate": "21.0" }, { "priceWithoutTax": "714.05", "priceWithTax": "864.0", "taxRate": "21.0" }, { "priceWithoutTax": "515.7", "priceWithTax": "624.0", "taxRate": "21.0" }, { "priceWithoutTax": "674.38", "priceWithTax": "816.0", "taxRate": "21.0" }, { "priceWithoutTax": "538.84", "priceWithTax": "652.0", "taxRate": "21.0" }, { "priceWithoutTax": "714.05", "priceWithTax": "864.0", "taxRate": "21.0" }, { "priceWithoutTax": "515.7", "priceWithTax": "624.0", "taxRate": "21.0" }, { "priceWithoutTax": "674.38", "priceWithTax": "816.0", "taxRate": "21.0" }, { "priceWithoutTax": "538.84", "priceWithTax": "652.0", "taxRate": "21.0" }, { "priceWithoutTax": "714.05", "priceWithTax": "864.0", "taxRate": "21.0" }, { "priceWithoutTax": "515.7", "priceWithTax": "624.0", "taxRate": "21.0" }, { "priceWithoutTax": "674.38", "priceWithTax": "816.0", "taxRate": "21.0" }, { "priceWithoutTax": "522.31", "priceWithTax": "632.0", "taxRate": "21.0" }, { "priceWithoutTax": "691.74", "priceWithTax": "837.0", "taxRate": "21.0" }, { "priceWithoutTax": "499.17", "priceWithTax": "604.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "522.31", "priceWithTax": "632.0", "taxRate": "21.0" }, { "priceWithoutTax": "691.74", "priceWithTax": "837.0", "taxRate": "21.0" }, { "priceWithoutTax": "499.17", "priceWithTax": "604.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "522.31", "priceWithTax": "632.0", "taxRate": "21.0" }, { "priceWithoutTax": "691.74", "priceWithTax": "837.0", "taxRate": "21.0" }, { "priceWithoutTax": "499.17", "priceWithTax": "604.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "522.31", "priceWithTax": "632.0", "taxRate": "21.0" }, { "priceWithoutTax": "691.74", "priceWithTax": "837.0", "taxRate": "21.0" }, { "priceWithoutTax": "499.17", "priceWithTax": "604.0", "taxRate": "21.0" }, { "priceWithoutTax": "652.89", "priceWithTax": "790.0", "taxRate": "21.0" }, { "priceWithoutTax": "564.4", "priceWithTax": "682.93", "taxRate": "21.0" }, { "priceWithoutTax": "558.76", "priceWithTax": "676.1", "taxRate": "21.0" }, { "priceWithoutTax": "553.17", "priceWithTax": "669.34", "taxRate": "21.0" }, { "priceWithoutTax": "662.44", "priceWithTax": "662.44", "taxRate": "0.0" }, { "priceWithoutTax": "649.19", "priceWithTax": "649.19", "taxRate": "0.0" }, { "priceWithoutTax": "642.7", "priceWithTax": "642.7", "taxRate": "0.0" }, { "priceWithoutTax": "519.7", "priceWithTax": "628.84", "taxRate": "21.0" }, { "priceWithoutTax": "524.88", "priceWithTax": "635.1", "taxRate": "21.0" }, { "priceWithoutTax": "514.17", "priceWithTax": "622.14", "taxRate": "21.0" }, { "priceWithoutTax": "754.63", "priceWithTax": "913.1", "taxRate": "21.0" }, { "priceWithoutTax": "747.08", "priceWithTax": "903.97", "taxRate": "21.0" }, { "priceWithoutTax": "885.69", "priceWithTax": "885.69", "taxRate": "0.0" }, { "priceWithoutTax": "876.83", "priceWithTax": "876.83", "taxRate": "0.0" }, { "priceWithoutTax": "702.47", "priceWithTax": "849.99", "taxRate": "21.0" }, { "priceWithoutTax": "701.78", "priceWithTax": "849.15", "taxRate": "21.0" }, { "priceWithoutTax": "680.51", "priceWithTax": "823.42", "taxRate": "21.0" }, { "priceWithoutTax": "545.01", "priceWithTax": "659.46", "taxRate": "21.0" }, { "priceWithoutTax": "639.66", "priceWithTax": "639.66", "taxRate": "0.0" }, { "priceWithoutTax": "517.9", "priceWithTax": "626.66", "taxRate": "21.0" }, { "priceWithoutTax": "512.72", "priceWithTax": "620.39", "taxRate": "21.0" }, { "priceWithoutTax": "501.71", "priceWithTax": "607.07", "taxRate": "21.0" }, { "priceWithoutTax": "486.36", "priceWithTax": "588.49", "taxRate": "21.0" }, { "priceWithoutTax": "712.7", "priceWithTax": "862.37", "taxRate": "21.0" }, { "priceWithoutTax": "698.45", "priceWithTax": "845.12", "taxRate": "21.0" }, { "priceWithoutTax": "712.7", "priceWithTax": "862.37", "taxRate": "21.0" }, { "priceWithoutTax": "836.48", "priceWithTax": "836.48", "taxRate": "0.0" }, { "priceWithoutTax": "819.75", "priceWithTax": "819.75", "taxRate": "0.0" }, { "priceWithoutTax": "811.56", "priceWithTax": "811.56", "taxRate": "0.0" }, { "priceWithoutTax": "642.71", "priceWithTax": "777.68", "taxRate": "21.0" }, { "priceWithoutTax": "656.11", "priceWithTax": "793.89", "taxRate": "21.0" }, { "priceWithoutTax": "564.4", "priceWithTax": "682.93", "taxRate": "21.0" }, { "priceWithoutTax": "553.12", "priceWithTax": "669.27", "taxRate": "21.0" }, { "priceWithoutTax": "519.7", "priceWithTax": "628.84", "taxRate": "21.0" }, { "priceWithoutTax": "530.23", "priceWithTax": "641.58", "taxRate": "21.0" }, { "priceWithoutTax": "747.0", "priceWithTax": "903.87", "taxRate": "21.0" }, { "priceWithoutTax": "739.38", "priceWithTax": "894.65", "taxRate": "21.0" }, { "priceWithoutTax": "885.69", "priceWithTax": "885.69", "taxRate": "0.0" }, { "priceWithoutTax": "717.1", "priceWithTax": "867.69", "taxRate": "21.0" }, { "priceWithoutTax": "702.76", "priceWithTax": "850.34", "taxRate": "21.0" }, { "priceWithoutTax": "687.83", "priceWithTax": "832.28", "taxRate": "21.0" }, { "priceWithoutTax": "694.69", "priceWithTax": "840.57", "taxRate": "21.0" }, { "priceWithoutTax": "673.42", "priceWithTax": "814.84", "taxRate": "21.0" }, { "priceWithoutTax": "545.01", "priceWithTax": "659.46", "taxRate": "21.0" }, { "priceWithoutTax": "545.01", "priceWithTax": "659.46", "taxRate": "21.0" }, { "priceWithoutTax": "502.05", "priceWithTax": "607.48", "taxRate": "21.0" }, { "priceWithoutTax": "501.71", "priceWithTax": "607.07", "taxRate": "21.0" }, { "priceWithoutTax": "496.59", "priceWithTax": "600.87", "taxRate": "21.0" }, { "priceWithoutTax": "712.7", "priceWithTax": "862.37", "taxRate": "21.0" }, { "priceWithoutTax": "698.45", "priceWithTax": "845.12", "taxRate": "21.0" }, { "priceWithoutTax": "836.48", "priceWithTax": "836.48", "taxRate": "0.0" }, { "priceWithoutTax": "828.12", "priceWithTax": "828.12", "taxRate": "0.0" }, { "priceWithoutTax": "677.27", "priceWithTax": "819.5", "taxRate": "21.0" }, { "priceWithoutTax": "670.5", "priceWithTax": "811.3", "taxRate": "21.0" }, { "priceWithoutTax": "642.72", "priceWithTax": "777.69", "taxRate": "21.0" }, { "priceWithoutTax": "558.64", "priceWithTax": "675.96", "taxRate": "21.0" }, { "priceWithoutTax": "662.44", "priceWithTax": "662.44", "taxRate": "0.0" }, { "priceWithoutTax": "655.81", "priceWithTax": "655.81", "taxRate": "0.0" }, { "priceWithoutTax": "649.26", "priceWithTax": "649.26", "taxRate": "0.0" }, { "priceWithoutTax": "541.82", "priceWithTax": "655.6", "taxRate": "21.0" }, { "priceWithoutTax": "536.4", "priceWithTax": "649.04", "taxRate": "21.0" }, { "priceWithoutTax": "536.29", "priceWithTax": "648.91", "taxRate": "21.0" }, { "priceWithoutTax": "530.23", "priceWithTax": "641.58", "taxRate": "21.0" }, { "priceWithoutTax": "508.81", "priceWithTax": "615.66", "taxRate": "21.0" }, { "priceWithoutTax": "747.0", "priceWithTax": "903.87", "taxRate": "21.0" }, { "priceWithoutTax": "739.53", "priceWithTax": "894.83", "taxRate": "21.0" }, { "priceWithoutTax": "739.38", "priceWithTax": "894.65", "taxRate": "21.0" }, { "priceWithoutTax": "694.69", "priceWithTax": "840.57", "taxRate": "21.0" }, { "priceWithoutTax": "673.42", "priceWithTax": "814.84",
md`.Example `price-in-price-lists.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103911, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022" }, "prices": [ { "priceWithoutTax": "10980.17", "priceWithTax": "13286.0", "taxRate": "21.0" }, { "priceWithoutTax": "461.16", "priceWithTax": "558.0", "taxRate": "21.0" }, { "priceWithoutTax": "10380.99", "priceWithTax": "12561.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0" }, { "priceWithoutTax": "9861.16", "priceWithTax": "11932.0", "taxRate": "21.0" }, { "priceWithoutTax": "414.18", "priceWithTax": "501.16", "taxRate": "21.0" }, { "priceWithoutTax": "10380.99", "priceWithTax": "12561.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0" }, { "priceWithoutTax": "9861.16", "priceWithTax": "11932.0", "taxRate": "21.0" }, { "priceWithoutTax": "414.18", "priceWithTax": "501.16", "taxRate": "21.0" }, { "priceWithoutTax": "10276.03", "priceWithTax": "12434.0", "taxRate": "21.0" }, { "priceWithoutTax": "431.6", "priceWithTax": "522.24", "taxRate": "21.0" }, { "priceWithoutTax": "9961.98", "priceWithTax": "12054.0", "taxRate": "21.0" }, { "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0" }, { "priceWithoutTax": "10870.25", "priceWithTax": "13153.0", "taxRate": "21.0" }, { "priceWithoutTax": "456.55", "priceWithTax": "552.42", "taxRate": "21.0" }, { "priceWithoutTax": "10277.69", "priceWithTax": "12436.0", "taxRate": "21.0" }, { "priceWithoutTax": "431.64", "priceWithTax": "522.29", "taxRate": "21.0" }, { "priceWithoutTax": "9664.46", "priceWithTax": "11694.0", "taxRate": "21.0" }, { "priceWithoutTax": "405.9", "priceWithTax": "491.14", "taxRate": "21.0" }, { "priceWithoutTax": "10173.55", "priceWithTax": "12310.0", "taxRate": "21.0" }, { "priceWithoutTax": "427.29", "priceWithTax": "517.02", "taxRate": "21.0" }, { "priceWithoutTax": "10652.89", "priceWithTax": "12890.0", "taxRate": "21.0" }, { "priceWithoutTax": "447.42", "priceWithTax": "541.38", "taxRate": "21.0" }, { "priceWithoutTax": "10174.38", "priceWithTax": "12311.0", "taxRate": "21.0" }, { "priceWithoutTax": "427.33", "priceWithTax": "517.07", "taxRate": "21.0" }, { "priceWithoutTax": "10071.9", "priceWithTax": "12187.0", "taxRate": "21.0" }, { "priceWithoutTax": "423.02", "priceWithTax": "511.85", "taxRate": "21.0" } ] }, { "primaryKey": 103988, "attributes": { "code": "apple-ipad-10-2-9th-generation-2021" }, "prices": [ { "priceWithoutTax": "9880.99", "priceWithTax": "11956.0", "taxRate": "21.0" }, { "priceWithoutTax": "415.0", "priceWithTax": "502.15", "taxRate": "21.0" }, { "priceWithoutTax": "9683.47", "priceWithTax": "11717.0", "taxRate": "21.0" }, { "priceWithoutTax": "406.7", "priceWithTax": "492.11", "taxRate": "21.0" }, { "priceWithoutTax": "9490.08", "priceWithTax": "11483.0", "taxRate": "21.0" }, { "priceWithoutTax": "398.57", "priceWithTax": "482.27", "taxRate": "21.0" } ] }, { "primaryKey": 104008, "attributes": { "code": "apple-ipad-air-5g-5th-generation-2022" }, "prices": [ { "priceWithoutTax": "19165.29", "priceWithTax": "23190.0", "taxRate": "21.0" }, { "priceWithoutTax": "804.93", "priceWithTax": "973.97", "taxRate": "21.0" }, { "priceWithoutTax": "19165.29", "priceWithTax": "23190.0", "taxRate": "21.0" }, { "priceWithoutTax": "804.93", "priceWithTax": "973.97", "taxRate": "21.0" }, { "priceWithoutTax": "15019.01", "priceWithTax": "18173.0", "taxRate": "21.0" }, { "priceWithoutTax": "630.8", "priceWithTax": "763.27", "taxRate": "21.0" }, { "priceWithoutTax": "15019.01", "priceWithTax": "18173.0", "taxRate": "21.0" }, { "priceWithoutTax": "630.8", "priceWithTax": "763.27", "taxRate": "21.0" }, { "priceWithoutTax": "15771.07", "priceWithTax": "19083.0", "taxRate": "21.0" }, { "priceWithoutTax": "662.4", "priceWithTax": "801.5", "taxRate": "21.0" }, { "priceWithoutTax": "15611.57", "priceWithTax": "18890.0", "taxRate": "21.0" }, { "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0" }, { "priceWithoutTax": "19564.46", "priceWithTax": "23673.0", "taxRate": "21.0" }, { "priceWithoutTax": "821.7", "priceWithTax": "994.26", "taxRate": "21.0" }, { "priceWithoutTax": "15611.57", "priceWithTax": "18890.0", "taxRate": "21.0" }, { "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0" }, { "priceWithoutTax": "19564.46", "priceWithTax": "23673.0", "taxRate": "21.0" }, { "priceWithoutTax": "821.7", "priceWithTax": "994.26", "taxRate": "21.0" }, { "priceWithoutTax": "15611.57", "priceWithTax": "18890.0", "taxRate": "21.0" }, { "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0" }, { "priceWithoutTax": "15611.57", "priceWithTax": "18890.0", "taxRate": "21.0" }, { "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0" }, { "priceWithoutTax": "14868.6", "priceWithTax": "17991.0", "taxRate": "21.0" }, { "priceWithoutTax": "624.5", "priceWithTax": "755.64", "taxRate": "21.0" }, { "priceWithoutTax": "15613.22", "priceWithTax": "18892.0", "taxRate": "21.0" }, { "priceWithoutTax": "655.77", "priceWithTax": "793.48", "taxRate": "21.0" }, { "priceWithoutTax": "15456.2", "priceWithTax": "18702.0", "taxRate": "21.0" }, { "priceWithoutTax": "649.15", "priceWithTax": "785.47", "taxRate": "21.0" }, { "priceWithoutTax": "19368.6", "priceWithTax": "23436.0", "taxRate": "21.0" }, { "priceWithoutTax": "813.49", "priceWithTax": "984.32", "taxRate": "21.0" }, { "priceWithoutTax": "19175.21", "priceWithTax": "23202.0", "taxRate": "21.0" }, { "priceWithoutTax": "805.36", "priceWithTax": "974.48", "taxRate": "21.0" } ] }, { "primaryKey": 104084, "attributes": { "code": "apple-ipad-mini-6th-generation-2021" }, "prices": [ { "priceWithoutTax": "13438.02", "priceWithTax": "16260.0", "taxRate": "21.0" }, { "priceWithoutTax": "564.4", "priceWithTax": "682.93", "taxRate": "21.0" }, { "priceWithoutTax": "17966.94", "priceWithTax": "21740.0", "taxRate": "21.0" }, { "priceWithoutTax": "754.63", "priceWithTax": "913.1", "taxRate": "21.0" }, { "priceWithoutTax": "16969.42", "priceWithTax": "20533.0", "taxRate": "21.0" }, { "priceWithoutTax": "712.7", "priceWithTax": "862.37", "taxRate": "21.0" }, { "priceWithoutTax": "13438.02", "priceWithTax": "16260.0", "taxRate": "21.0" }, { "priceWithoutTax": "564.4", "priceWithTax": "682.93", "taxRate": "21.0" }, { "priceWithoutTax": "17785.95", "priceWithTax": "21521.0", "taxRate": "21.0" }, { "priceWithoutTax": "747.0", "priceWithTax": "903.87", "taxRate": "21.0" }, { "priceWithoutTax": "12976.03", "priceWithTax": "15701.0", "taxRate": "21.0" }, { "priceWithoutTax": "545.01", "priceWithTax": "659.46", "taxRate": "21.0" }, { "priceWithoutTax": "16969.42", "priceWithTax": "20533.0", "taxRate": "21.0" }, { "priceWithoutTax": "712.7", "priceWithTax": "862.37", "taxRate": "21.0" }, { "priceWithoutTax": "17785.95", "priceWithTax": "21521.0", "taxRate": "21.0" }, { "priceWithoutTax": "747.0", "priceWithTax": "903.87", "taxRate": "21.0" }, { "priceWithoutTax": "17785.95", "priceWithTax": "21521.0", "taxRate": "21.0" }, { "priceWithoutTax": "747.0", "priceWithTax": "903.87", "taxRate": "21.0" }, { "priceWithoutTax": "12845.45", "priceWithTax": "15543.0", "taxRate": "21.0" }, { "priceWithoutTax": "539.5", "priceWithTax": "652.8", "taxRate": "21.0" }, { "priceWithoutTax": "13304.13", "priceWithTax": "16098.0", "taxRate": "21.0" }, { "priceWithoutTax": "558.76", "priceWithTax": "676.1", "taxRate": "21.0" }, { "priceWithoutTax": "17787.6", "priceWithTax": "21523.0", "taxRate": "21.0" }, { "priceWithoutTax": "747.08", "priceWithTax": "903.97", "taxRate": "21.0" }, { "priceWithoutTax": "16629.75", "priceWithTax": "20122.0", "taxRate": "21.0" }, { "priceWithoutTax": "698.45", "priceWithTax": "845.12", "taxRate": "21.0" }, { "priceWithoutTax": "13169.42", "priceWithTax": "15935.0", "taxRate": "21.0" }, { "priceWithoutTax": "553.12", "priceWithTax": "669.27", "taxRate": "21.0" }, { "priceWithoutTax": "16629.75", "priceWithTax": "20122.0", "taxRate": "21.0" }, { "priceWithoutTax": "698.45", "priceWithTax": "845.12", "taxRate": "21.0" }, { "priceWithoutTax": "17608.26", "priceWithTax": "21306.0", "taxRate": "21.0" }, { "priceWithoutTax": "739.53", "priceWithTax": "894.83", "taxRate": "21.0" }, { "priceWithoutTax": "17429.75", "priceWithTax": "21090.0", "taxRate": "21.0" }, { "priceWithoutTax": "732.07", "priceWithTax": "885.8", "taxRate": "21.0" }, { "priceWithoutTax": "12588.43", "priceWithTax": "15232.0", "taxRate": "21.0" }, { "priceWithoutTax": "528.71", "priceWithTax": "639.74", "taxRate": "21.0" }, { "priceWithoutTax": "13171.07", "priceWithTax": "15937.0", "taxRate": "21.0" }, { "priceWithoutTax": "553.17", "priceWithTax": "669.34", "taxRate": "21.0" } ] }, { "primaryKey": 104171, "attributes": { "code": "apple-ipad-pro-11-4th-generation-2022" }, "prices": [ { "priceWithoutTax": "14821.49", "priceWithTax": "17934.0", "taxRate": "21.0" }, { "priceWithoutTax": "622.5", "priceWithTax": "753.23", "taxRate": "21.0" }, { "priceWithoutTax": "35535.54", "priceWithTax": "42998.0", "taxRate": "21.0" }, { "priceWithoutTax": "1492.48", "priceWithTax": "1805.9", "taxRate": "21.0" }, { "priceWithoutTax": "14972.73", "priceWithTax": "18117.0", "taxRate": "21.0" }, { "priceWithoutTax": "628.85", "priceWithTax": "760.91", "taxRate": "21.0" }, { "priceWithoutTax": "17368.6", "priceWithTax": "21016.0", "taxRate": "21.0" }, { "priceWithoutTax": "729.47", "priceWithTax": "882.66", "taxRate": "21.0" }, { "priceWithoutTax": "21342.98", "priceWithTax": "25825.0", "taxRate": "21.0" }, { "priceWithoutTax": "896.4", "priceWithTax": "1084.65", "taxRate": "21.0" }, { "priceWithoutTax": "35966.94", "priceWithTax": "43520.0", "taxRate": "21.0" }, { "priceWithoutTax": "1510.6", "priceWithTax": "1827.83", "taxRate": "21.0" }, { "priceWithoutTax": "15414.05", "priceWithTax": "18651.0", "taxRate": "21.0" }, { "priceWithoutTax": "647.4", "priceWithTax": "783.36", "taxRate": "21.0" }, { "priceWithoutTax": "35966.94", "priceWithTax": "43520.0", "taxRate": "21.0" }, { "priceWithoutTax": "1510.6", "priceWithTax": "1827.83", "taxRate": "21.0" }, { "priceWithoutTax": "14673.55", "priceWithTax": "17755.0", "taxRate": "21.0" }, { "priceWithoutTax": "616.28", "priceWithTax": "745.7", "taxRate": "21.0" }, { "priceWithoutTax": "35180.17", "priceWithTax": "42568.0", "taxRate": "21.0" }, { "priceWithoutTax": "1477.55", "priceWithTax": "1787.84", "taxRate": "21.0" }, { "priceWithoutTax": "35247.11", "priceWithTax": "42649.0", "taxRate": "21.0" }, { "priceWithoutTax": "1480.4", "priceWithTax": "1791.28", "taxRate": "21.0" }, { "priceWithoutTax": "15260.33", "priceWithTax": "18465.0", "taxRate": "21.0" }, { "priceWithoutTax": "640.93", "priceWithTax": "775.52", "taxRate": "21.0" }, { "priceWithoutTax": "14955.37", "priceWithTax": "18096.0", "taxRate": "21.0" }, { "priceWithoutTax": "628.11", "priceWithTax": "760.01", "taxRate": "21.0" } ] }, { "primaryKey": 104227, "attributes": { "code": "apple-ipad-pro-12-9-6th-generation-2022" }, "prices": [ { "priceWithoutTax": "20462.81", "priceWithTax": "24760.0", "taxRate": "21.0" }, { "priceWithoutTax": "859.44", "priceWithTax": "1039.92", "taxRate": "21.0" }, { "priceWithoutTax": "22133.06", "priceWithTax": "26781.0", "taxRate": "21.0" }, { "priceWithoutTax": "929.6", "priceWithTax": "1124.82", "taxRate": "21.0" }, { "priceWithoutTax": "25789.26", "priceWithTax": "31205.0", "taxRate": "21.0" }, { "priceWithoutTax": "1083.16", "priceWithTax": "1310.62", "taxRate": "21.0" }, { "priceWithoutTax": "33200.0", "priceWithTax": "40172.0", "taxRate": "21.0" }, { "priceWithoutTax": "1394.4", "priceWithTax": "1687.23", "taxRate": "21.0" }, { "priceWithoutTax": "40512.4", "priceWithTax": "49020.0", "taxRate": "21.0" }, { "priceWithoutTax": "1701.5", "priceWithTax": "2058.82", "taxRate": "21.0" }, { "priceWithoutTax": "20462.81", "priceWithTax": "24760.0", "taxRate": "21.0" }, { "priceWithoutTax": "859.44", "priceWithTax": "1039.92", "taxRate": "21.0" }, { "priceWithoutTax": "33200.0", "priceWithTax": "40172.0", "taxRate": "21.0" }, { "priceWithoutTax": "1394.4", "priceWithTax": "1687.23", "taxRate": "21.0" }, { "priceWithoutTax": "40925.62", "priceWithTax": "49520.0", "taxRate": "21.0" }, { "priceWithoutTax": "1718.87", "priceWithTax": "2079.83", "taxRate": "21.0" }, { "priceWithoutTax": "20848.76", "priceWithTax": "25227.0", "taxRate": "21.0" }, { "priceWithoutTax": "875.65", "priceWithTax": "1059.54", "taxRate": "21.0" }, { "priceWithoutTax": "27549.59", "priceWithTax": "33335.0", "taxRate": "21.0" }, { "priceWithoutTax": "1157.09", "priceWithTax": "1400.08", "taxRate": "21.0" }, { "priceWithoutTax": "34583.47", "priceWithTax": "41846.0", "taxRate": "21.0" }, { "priceWithoutTax": "1452.5", "priceWithTax": "1757.53", "taxRate": "21.0" }, { "priceWithoutTax": "20257.85", "priceWithTax": "24512.0", "taxRate": "21.0" }, { "priceWithoutTax": "850.84", "priceWithTax": "1029.52", "taxRate": "21.0" }, { "priceWithoutTax": "25531.41", "priceWithTax": "30893.0", "taxRate": "21.0" }, { "priceWithoutTax": "1072.32", "priceWithTax": "1297.51", "taxRate": "21.0" }, { "priceWithoutTax": "32867.77", "priceWithTax": "39770.0", "taxRate": "21.0" }, { "priceWithoutTax": "1380.46", "priceWithTax": "1670.36", "taxRate": "21.0" }, { "priceWithoutTax": "20053.72", "priceWithTax": "24265.0", "taxRate": "21.0" }, { "priceWithoutTax": "842.25", "priceWithTax": "1019.12", "taxRate": "21.0" }, { "priceWithoutTax": "32867.77", "priceWithTax": "39770.0", "taxRate": "21.0" }, { "priceWithoutTax": "1380.46", "priceWithTax": "1670.36", "taxRate": "21.0" }, { "priceWithoutTax": "26999.17", "priceWithTax": "32669.0", "taxRate": "21.0" }, { "priceWithoutTax": "1133.95", "priceWithTax": "1372.08", "taxRate": "21.0" }, { "priceWithoutTax": "25276.03", "priceWithTax": "30584.0", "taxRate": "21.0" }, { "priceWithoutTax": "1061.6", "priceWithTax": "1284.54", "taxRate": "21.0" }, { "priceWithoutTax": "26458.68", "priceWithTax": "32015.0", "taxRate": "21.0" }, { "priceWithoutTax": "1111.27", "priceWithTax": "1344.64", "taxRate": "21.0" } ] }, { "primaryKey": 104305, "attributes": { "code": "apple-ipad-pro-5g-12-9-5th-generation-2021" }, "prices": [ { "priceWithoutTax": "13376.03", "priceWithTax": "16185.0", "taxRate": "21.0" }, { "priceWithoutTax": "561.78", "priceWithTax": "679.75", "taxRate": "21.0" }, { "priceWithoutTax": "15216.53", "priceWithTax": "18412.0", "taxRate": "21.0" }, { "priceWithoutTax": "639.1", "priceWithTax": "773.31", "taxRate": "21.0" }, { "priceWithoutTax": "18965.29", "priceWithTax": "22948.0", "taxRate": "21.0" }, { "priceWithoutTax": "796.55", "priceWithTax": "963.82", "taxRate": "21.0" }, { "priceWithoutTax": "18566.12", "priceWithTax": "22465.0", "taxRate": "21.0" }, { "priceWithoutTax": "779.78", "priceWithTax": "943.53", "taxRate": "21.0" }, { "priceWithoutTax": "22957.85", "priceWithTax": "27779.0", "taxRate": "21.0" }, { "priceWithoutTax": "964.24", "priceWithTax": "1166.73", "taxRate": "21.0" }, { "priceWithoutTax": "22133.06", "priceWithTax": "26781.0", "taxRate": "21.0" }, { "priceWithoutTax": "929.6", "priceWithTax": "1124.82", "taxRate": "21.0" }, { "priceWithoutTax": "26678.51", "priceWithTax": "32281.0", "taxRate": "21.0" }, { "priceWithoutTax": "1120.5", "priceWithTax": "1355.81", "taxRate": "21.0" }, { "priceWithoutTax": "13240.5", "priceWithTax": "16021.0", "taxRate": "21.0" }, { "priceWithoutTax": "556.1", "priceWithTax": "672.88", "taxRate": "21.0" }, { "priceWithoutTax": "12976.03", "priceWithTax": "15701.0", "taxRate": "21.0" }, { "priceWithoutTax": "545.01", "priceWithTax": "659.46", "taxRate": "21.0" }, { "priceWithoutTax": "14722.31", "priceWithTax": "17814.0", "taxRate": "21.0" }, { "priceWithoutTax": "618.36", "priceWithTax": "748.21", "taxRate": "21.0" }, { "priceWithoutTax": "18965.29", "priceWithTax": "22948.0", "taxRate": "21.0" }, { "priceWithoutTax": "796.55", "priceWithTax": "963.82", "taxRate": "21.0" }, { "priceWithoutTax": "22726.45", "priceWithTax": "27499.0", "taxRate": "21.0" }, { "priceWithoutTax": "954.5", "priceWithTax": "1154.95", "taxRate": "21.0" }, { "priceWithoutTax": "22359.5", "priceWithTax": "27055.0", "taxRate": "21.0" }, { "priceWithoutTax": "939.09", "priceWithTax": "1136.3", "taxRate": "21.0" }, { "priceWithoutTax": "27073.55", "priceWithTax": "32759.0", "taxRate": "21.0" }, { "priceWithoutTax": "1137.11", "priceWithTax": "1375.9", "taxRate": "21.0" }, { "priceWithoutTax": "13242.15", "priceWithTax": "16023.0", "taxRate": "21.0" }, { "priceWithoutTax": "556.16", "priceWithTax": "672.95", "taxRate": "21.0" }, { "priceWithoutTax": "14912.4", "priceWithTax": "18044.0", "taxRate": "21.0" }, { "priceWithoutTax": "626.32", "priceWithTax": "757.85", "taxRate": "21.0" }, { "priceWithoutTax": "22728.93", "priceWithTax": "27502.0", "taxRate": "21.0" }, { "priceWithoutTax": "954.6", "priceWithTax": "1155.07", "taxRate": "21.0" }, { "priceWithoutTax": "21912.4", "priceWithTax": "26514.0", "taxRate": "21.0" }, { "priceWithoutTax": "920.31", "priceWithTax": "1113.57", "taxRate": "21.0" }, { "priceWithoutTax": "22499.17", "priceWithTax": "27224.0", "taxRate": "21.0" }, { "priceWithoutTax": "944.96", "priceWithTax": "1143.4", "taxRate": "21.0" }, { "priceWithoutTax": "26532.23", "priceWithTax": "32104.0", "taxRate": "21.0" }, { "priceWithoutTax": "1114.36", "priceWithTax": "1348.38", "taxRate": "21.0" }, { "priceWithoutTax": "13109.09", "priceWithTax": "15862.0", "taxRate": "21.0" }, { "priceWithoutTax": "550.6", "priceWithTax": "666.22", "taxRate": "21.0" }, { "priceWithoutTax": "14763.64", "priceWithTax": "17864.0", "taxRate": "21.0" }, { "priceWithoutTax": "620.06", "priceWithTax": "750.27", "taxRate": "21.0" }, { "priceWithoutTax": "22274.38", "priceWithTax": "26952.0", "taxRate": "21.0" }, { "priceWithoutTax": "935.51", "priceWithTax": "1131.97", "taxRate": "21.0" }, { "priceWithoutTax": "21473.55", "priceWithTax": "25983.0", "taxRate": "21.0" }, { "priceWithoutTax": "901.9", "priceWithTax": "1091.3", "taxRate": "21.0" }, { "priceWithoutTax": "26001.65", "priceWithTax": "31462.0", "taxRate": "21.0" }, { "priceWithoutTax": "1092.07", "priceWithTax": "1321.41", "taxRate": "21.0" } ] }, { "primaryKey": 104368, "attributes": { "code": "apple-ipad-pro-11-2nd-generation-2020" }, "prices": [ { "priceWithoutTax": "18965.29", "priceWithTax": "22948.0", "taxRate": "21.0" }, { "priceWithoutTax": "796.55", "priceWithTax": "963.82", "taxRate": "21.0" }, { "priceWithoutTax": "13240.5", "priceWithTax": "16021.0", "taxRate": "21.0" }, { "priceWithoutTax": "556.1", "priceWithTax": "672.88", "taxRate": "21.0" }, { "priceWithoutTax": "18773.55", "priceWithTax": "22716.0", "taxRate": "21.0" }, { "priceWithoutTax": "788.5", "priceWithTax": "954.09", "taxRate": "21.0" }, { "priceWithoutTax": "22726.45", "priceWithTax": "27499.0", "taxRate": "21.0" }, { "priceWithoutTax": "954.5", "priceWithTax": "1154.95", "taxRate": "21.0" }, { "priceWithoutTax": "12976.03", "priceWithTax": "15701.0", "taxRate": "21.0" }, { "priceWithoutTax": "544.98", "priceWithTax": "659.43", "taxRate": "21.0" }, { "priceWithoutTax": "18585.95", "priceWithTax": "22489.0", "taxRate": "21.0" }, { "priceWithoutTax": "780.62", "priceWithTax": "944.55", "taxRate": "21.0" }, { "priceWithoutTax": "22271.9", "priceWithTax": "26949.0", "taxRate": "21.0" }, { "priceWithoutTax": "935.41", "priceWithTax": "1131.85", "taxRate": "21.0" }, { "priceWithoutTax": "22048.76", "priceWithTax": "26679.0", "taxRate": "21.0" }, { "priceWithoutTax": "926.06", "priceWithTax": "1120.53", "taxRate": "21.0" } ] }, { "primaryKey": 104392, "attributes": { "code": "apple-ipad-pro-11-3rd-generation-2021" }, "prices": [ { "priceWithoutTax": "18766.12", "priceWithTax": "22707.0", "taxRate": "21.0" }, { "priceWithoutTax": "788.17", "priceWithTax": "953.68", "taxRate": "21.0" }, { "priceWithoutTax": "18766.12", "priceWithTax": "22707.0", "taxRate": "21.0" }, { "priceWithoutTax": "788.17", "priceWithTax": "953.68", "taxRate": "21.0" }, { "priceWithoutTax": "21057.85", "priceWithTax": "25480.0", "taxRate": "21.0" }, { "priceWithoutTax": "884.43", "priceWithTax": "1070.16", "taxRate": "21.0" }, { "priceWithoutTax": "23121.49", "priceWithTax": "27977.0", "taxRate": "21.0" }, { "priceWithoutTax": "971.11", "priceWithTax": "1175.04", "taxRate": "21.0" }, { "priceWithoutTax": "19366.94", "priceWithTax": "23434.0", "taxRate": "21.0" }, { "priceWithoutTax": "813.4", "priceWithTax": "984.22", "taxRate": "21.0" }, { "priceWithoutTax": "24555.37", "priceWithTax": "29712.0", "taxRate": "21.0" }, { "priceWithoutTax": "1031.32", "priceWithTax": "1247.9", "taxRate": "21.0" }, { "priceWithoutTax": "26751.24", "priceWithTax": "32369.0", "taxRate": "21.0" }, { "priceWithoutTax": "1123.55", "priceWithTax": "1359.5", "taxRate": "21.0" }, { "priceWithoutTax": "22957.85", "priceWithTax": "27779.0", "taxRate": "21.0" }, { "priceWithoutTax": "964.24", "priceWithTax": "1166.73", "taxRate": "21.0" }, { "priceWithoutTax": "30743.8", "priceWithTax": "37200.0", "taxRate": "21.0" }, { "priceWithoutTax": "1291.25", "priceWithTax": "1562.41", "taxRate": "21.0" }, { "priceWithoutTax": "24309.92", "priceWithTax": "29415.0", "taxRate": "21.0" }, { "priceWithoutTax": "1021.01", "priceWithTax": "1235.42", "taxRate": "21.0" }, { "priceWithoutTax": "23823.14", "priceWithTax": "28826.0", "taxRate": "21.0" }, { "priceWithoutTax": "1000.59", "priceWithTax": "1210.71", "taxRate": "21.0" } ] }, { "primaryKey": 104423, "attributes": { "code": "apple-ipad-pro-12-9-4th-generation-2020" }, "prices": [ { "priceWithoutTax": "14391.74", "priceWithTax": "17414.0", "taxRate": "21.0" }, { "priceWithoutTax": "604.45", "priceWithTax": "731.39", "taxRate": "21.0" } ] }, { "primaryKey": 104435, "attributes": { "code": "apple-ipad-pro-12-9-5g-2021" }, "prices": [ { "priceWithoutTax": "24414.88", "priceWithTax": "29542.0", "taxRate": "21.0" }, { "priceWithoutTax": "1025.41", "priceWithTax": "1240.75", "taxRate": "21.0" } ] }, { "primaryKey": 104467, "attributes": { "code": "iget-blackview-tab-g8" }, "prices": [ { "priceWithoutTax": "4190.08", "priceWithTax": "5070.0", "taxRate": "21.0" }, { "priceWithoutTax": "175.97", "priceWithTax": "212.92", "taxRate": "21.0" }, { "priceWithoutTax": "4105.79", "priceWithTax": "4968.0", "taxRate": "21.0" }, { "priceWithoutTax": "172.45", "priceWithTax": "208.66", "taxRate": "21.0" }, { "priceWithoutTax": "4064.46", "priceWithTax": "4918.0", "taxRate": "21.0" }, { "priceWithoutTax": "170.73", "priceWithTax": "206.58", "taxRate": "21.0" } ] }, { "primaryKey": 104475, "attributes": { "code": "iget-blackview-tab-g11" }, "prices": [ { "priceWithoutTax": "6787.6", "priceWithTax": "8213.0", "taxRate": "21.0" }, { "priceWithoutTax": "285.08", "priceWithTax": "344.95", "taxRate": "21.0" }, { "priceWithoutTax": "6719.83", "priceWithTax": "8131.0", "taxRate": "21.0" }, { "priceWithoutTax": "282.23", "priceWithTax": "341.5", "taxRate": "21.0" } ] }, { "primaryKey": 104481, "attributes": { "code": "iget-blackview-tab-g12" }, "prices": [ { "priceWithoutTax": "4232.23", "priceWithTax": "5121.0", "taxRate": "21.0" }, { "priceWithoutTax": "177.76", "priceWithTax": "215.09", "taxRate": "21.0" } ] }, { "primaryKey": 104500, "attributes": { "code": "huawei-honor-pad-6-10-1" }, "prices": [ { "priceWithoutTax": "7608.26", "priceWithTax": "9206.0", "taxRate": "21.0" }, { "priceWithoutTax": "319.55", "priceWithTax": "386.66", "taxRate": "21.0" } ] }, { "primaryKey": 104508, "attributes": { "code": "huawei-honor-pad-7-10-1-wifi" }, "prices": [ { "priceWithoutTax": "5590.08", "priceWithTax": "6764.0", "taxRate": "21.0" }, { "priceWithoutTax": "234.77", "priceWithTax": "284.07", "taxRate": "21.0" }, { "priceWithoutTax": "5335.54", "priceWithTax": "6456.0", "taxRate": "21.0" }, { "priceWithoutTax": "224.1", "priceWithTax": "271.16", "taxRate": "21.0" } ] }, { "primaryKey": 104526, "attributes": { "code": "huawei-honor-pad-x7" }, "prices": [ { "priceWithoutTax": "4011.57", "priceWithTax": "4854.0", "taxRate": "21.0" }, { "priceWithoutTax": "168.49", "priceWithTax": "203.87", "taxRate": "21.0" }, { "priceWithoutTax": "5250.41", "priceWithTax": "6353.0", "taxRate": "21.0" }, { "priceWithoutTax": "220.51", "priceWithTax": "266.82", "taxRate": "21.0" }, { "priceWithoutTax": "4011.57", "priceWithTax": "4854.0", "taxRate": "21.0" }, { "priceWithoutTax": "168.49", "priceWithTax": "203.87", "taxRate": "21.0" }, { "priceWithoutTax": "5197.52", "priceWithTax": "6289.0", "taxRate": "21.0" }, { "priceWithoutTax": "218.28", "priceWithTax": "264.12", "taxRate": "21.0" }, { "priceWithoutTax": "4406.61", "priceWithTax": "5332.0", "taxRate": "21.0" }, { "priceWithoutTax": "185.08", "priceWithTax": "223.95", "taxRate": "21.0" }, { "priceWithoutTax": "3931.41", "priceWithTax": "4757.0", "taxRate": "21.0" }, { "priceWithoutTax": "165.12", "priceWithTax": "199.79", "taxRate": "21.0" }, { "priceWithoutTax": "4362.81", "priceWithTax": "5279.0", "taxRate": "21.0" }, { "priceWithoutTax": "183.23", "priceWithTax": "221.71", "taxRate": "21.0" } ] }, { "primaryKey": 104567, "attributes": { "code": "huawei-honor-tablet-v6-10-4-5g" }, "prices": [ { "priceWithoutTax": "9183.47", "priceWithTax": "11112.0", "taxRate": "21.0" }, { "priceWithoutTax": "385.69", "priceWithTax": "466.69", "taxRate": "21.0" }, { "priceWithoutTax": "10880.17", "priceWithTax": "13165.0", "taxRate": "21.0" }, { "priceWithoutTax": "456.97", "priceWithTax": "552.93", "taxRate": "21.0" }, { "priceWithoutTax": "9091.74", "priceWithTax": "11001.0", "taxRate": "21.0" }, { "priceWithoutTax": "381.84", "priceWithTax": "462.03", "taxRate": "21.0" }, { "priceWithoutTax": "10771.07", "priceWithTax": "13033.0", "taxRate": "21.0" }, { "priceWithoutTax": "452.4", "priceWithTax": "547.4", "taxRate": "21.0" }, { "priceWithoutTax": "8909.92", "priceWithTax": "10781.0", "taxRate": "21.0" }, { "priceWithoutTax": "374.21", "priceWithTax": "452.79", "taxRate": "21.0" }, { "priceWithoutTax": "10556.2", "priceWithTax": "12773.0", "taxRate": "21.0" }, { "priceWithoutTax": "443.35", "priceWithTax": "536.45", "taxRate": "21.0" } ] }, { "primaryKey": 104583, "attributes": { "code": "huawei-honor-tablet-v7-10-4-wifi" }, "prices": [ { "priceWithoutTax": "6987.6", "priceWithTax": "8455.0", "taxRate": "21.0" }, { "priceWithoutTax": "293.46", "priceWithTax": "355.09", "taxRate": "21.0" }, { "priceWithoutTax": "6987.6", "priceWithTax": "8455.0", "taxRate": "21.0" }, { "priceWithoutTax": "293.46", "priceWithTax": "355.09", "taxRate": "21.0" }, { "priceWithoutTax": "8200.83", "priceWithTax": "9923.0", "taxRate": "21.0" }, { "priceWithoutTax": "344.45", "priceWithTax": "416.79", "taxRate": "21.0" }, { "priceWithoutTax": "6847.93", "priceWithTax": "8286.0", "taxRate": "21.0" }, { "priceWithoutTax": "287.6", "priceWithTax": "347.99", "taxRate": "21.0" }, { "priceWithoutTax": "6847.93", "priceWithTax": "8286.0", "taxRate": "21.0" }, { "priceWithoutTax": "287.6", "priceWithTax": "347.99", "taxRate": "21.0" }, { "priceWithoutTax": "8037.19", "priceWithTax": "9725.0", "taxRate": "21.0" }, { "priceWithoutTax": "337.56", "priceWithTax": "408.45", "taxRate": "21.0" }, { "priceWithoutTax": "6710.74", "priceWithTax": "8120.0", "taxRate": "21.0" }, { "priceWithoutTax": "281.84", "priceWithTax": "341.03", "taxRate": "21.0" } ] }, { "primaryKey": 104599, "attributes": { "code": "huawei-honor-tablet-v7-pro-11-wifi" }, "prices": [ { "priceWithoutTax": "12277.69", "priceWithTax": "14856.0", "taxRate": "21.0" }, { "priceWithoutTax": "515.66", "priceWithTax": "623.95", "taxRate": "21.0" }, { "priceWithoutTax": "8983.47", "priceWithTax": "10870.0", "taxRate": "21.0" }, { "priceWithoutTax": "377.31", "priceWithTax": "456.55", "taxRate": "21.0" }, { "priceWithoutTax": "9781.82", "priceWithTax": "11836.0", "taxRate": "21.0" }, { "priceWithoutTax": "410.85", "priceWithTax": "497.13", "taxRate": "21.0" }, { "priceWithoutTax": "12277.69", "priceWithTax": "14856.0", "taxRate": "21.0" }, { "priceWithoutTax": "515.66", "priceWithTax": "623.95", "taxRate": "21.0" } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103911, "attributes" : { "code" : "apple-ipad-10-2-10th-generation-2022" }, "prices" : [ { "priceWithoutTax" : "10980.17", "priceWithTax" : "13286.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "461.16", "priceWithTax" : "558.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "10380.99", "priceWithTax" : "12561.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "436.01", "priceWithTax" : "527.57", "taxRate" : "21.0" }, { "priceWithoutTax" : "9861.16", "priceWithTax" : "11932.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "414.18", "priceWithTax" : "501.16", "taxRate" : "21.0" }, { "priceWithoutTax" : "10380.99", "priceWithTax" : "12561.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "436.01", "priceWithTax" : "527.57", "taxRate" : "21.0" }, { "priceWithoutTax" : "9861.16", "priceWithTax" : "11932.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "414.18", "priceWithTax" : "501.16", "taxRate" : "21.0" }, { "priceWithoutTax" : "10276.03", "priceWithTax" : "12434.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "431.6", "priceWithTax" : "522.24", "taxRate" : "21.0" }, { "priceWithoutTax" : "9961.98", "priceWithTax" : "12054.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "418.41", "priceWithTax" : "506.28", "taxRate" : "21.0" }, { "priceWithoutTax" : "10870.25", "priceWithTax" : "13153.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "456.55", "priceWithTax" : "552.42", "taxRate" : "21.0" }, { "priceWithoutTax" : "10277.69", "priceWithTax" : "12436.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "431.64", "priceWithTax" : "522.29", "taxRate" : "21.0" }, { "priceWithoutTax" : "9664.46", "priceWithTax" : "11694.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "405.9", "priceWithTax" : "491.14", "taxRate" : "21.0" }, { "priceWithoutTax" : "10173.55", "priceWithTax" : "12310.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "427.29", "priceWithTax" : "517.02", "taxRate" : "21.0" }, { "priceWithoutTax" : "10652.89", "priceWithTax" : "12890.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "447.42", "priceWithTax" : "541.38", "taxRate" : "21.0" }, { "priceWithoutTax" : "10174.38", "priceWithTax" : "12311.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "427.33", "priceWithTax" : "517.07", "taxRate" : "21.0" }, { "priceWithoutTax" : "10071.9", "priceWithTax" : "12187.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "423.02", "priceWithTax" : "511.85", "taxRate" : "21.0" } ] }, { "primaryKey" : 103988, "attributes" : { "code" : "apple-ipad-10-2-9th-generation-2021" }, "prices" : [ { "priceWithoutTax" : "9880.99", "priceWithTax" : "11956.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "415.0", "priceWithTax" : "502.15", "taxRate" : "21.0" }, { "priceWithoutTax" : "9683.47", "priceWithTax" : "11717.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "406.7", "priceWithTax" : "492.11", "taxRate" : "21.0" }, { "priceWithoutTax" : "9490.08", "priceWithTax" : "11483.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "398.57", "priceWithTax" : "482.27", "taxRate" : "21.0" } ] }, { "primaryKey" : 104008, "attributes" : { "code" : "apple-ipad-air-5g-5th-generation-2022" }, "prices" : [ { "priceWithoutTax" : "19165.29", "priceWithTax" : "23190.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "804.93", "priceWithTax" : "973.97", "taxRate" : "21.0" }, { "priceWithoutTax" : "19165.29", "priceWithTax" : "23190.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "804.93", "priceWithTax" : "973.97", "taxRate" : "21.0" }, { "priceWithoutTax" : "15019.01", "priceWithTax" : "18173.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "630.8", "priceWithTax" : "763.27", "taxRate" : "21.0" }, { "priceWithoutTax" : "15019.01", "priceWithTax" : "18173.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "630.8", "priceWithTax" : "763.27", "taxRate" : "21.0" }, { "priceWithoutTax" : "15771.07", "priceWithTax" : "19083.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "662.4", "priceWithTax" : "801.5", "taxRate" : "21.0" }, { "priceWithoutTax" : "15611.57", "priceWithTax" : "18890.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "655.7", "priceWithTax" : "793.4", "taxRate" : "21.0" }, { "priceWithoutTax" : "19564.46", "priceWithTax" : "23673.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "821.7", "priceWithTax" : "994.26", "taxRate" : "21.0" }, { "priceWithoutTax" : "15611.57", "priceWithTax" : "18890.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "655.7", "priceWithTax" : "793.4", "taxRate" : "21.0" }, { "priceWithoutTax" : "19564.46", "priceWithTax" : "23673.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "821.7", "priceWithTax" : "994.26", "taxRate" : "21.0" }, { "priceWithoutTax" : "15611.57", "priceWithTax" : "18890.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "655.7", "priceWithTax" : "793.4", "taxRate" : "21.0" }, { "priceWithoutTax" : "15611.57", "priceWithTax" : "18890.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "655.7", "priceWithTax" : "793.4", "taxRate" : "21.0" }, { "priceWithoutTax" : "14868.6", "priceWithTax" : "17991.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "624.5", "priceWithTax" : "755.64", "taxRate" : "21.0" }, { "priceWithoutTax" : "15613.22", "priceWithTax" : "18892.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "655.77", "priceWithTax" : "793.48", "taxRate" : "21.0" }, { "priceWithoutTax" : "15456.2", "priceWithTax" : "18702.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "649.15", "priceWithTax" : "785.47", "taxRate" : "21.0" }, { "priceWithoutTax" : "19368.6", "priceWithTax" : "23436.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "813.49", "priceWithTax" : "984.32", "taxRate" : "21.0" }, { "priceWithoutTax" : "19175.21", "priceWithTax" : "23202.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "805.36", "priceWithTax" : "974.48", "taxRate" : "21.0" } ] }, { "primaryKey" : 104084, "attributes" : { "code" : "apple-ipad-mini-6th-generation-2021" }, "prices" : [ { "priceWithoutTax" : "13438.02", "priceWithTax" : "16260.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "564.4", "priceWithTax" : "682.93", "taxRate" : "21.0" }, { "priceWithoutTax" : "17966.94", "priceWithTax" : "21740.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "754.63", "priceWithTax" : "913.1", "taxRate" : "21.0" }, { "priceWithoutTax" : "16969.42", "priceWithTax" : "20533.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "712.7", "priceWithTax" : "862.37", "taxRate" : "21.0" }, { "priceWithoutTax" : "13438.02", "priceWithTax" : "16260.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "564.4", "priceWithTax" : "682.93", "taxRate" : "21.0" }, { "priceWithoutTax" : "17785.95", "priceWithTax" : "21521.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "747.0", "priceWithTax" : "903.87", "taxRate" : "21.0" }, { "priceWithoutTax" : "12976.03", "priceWithTax" : "15701.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "545.01", "priceWithTax" : "659.46", "taxRate" : "21.0" }, { "priceWithoutTax" : "16969.42", "priceWithTax" : "20533.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "712.7", "priceWithTax" : "862.37", "taxRate" : "21.0" }, { "priceWithoutTax" : "17785.95", "priceWithTax" : "21521.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "747.0", "priceWithTax" : "903.87", "taxRate" : "21.0" }, { "priceWithoutTax" : "17785.95", "priceWithTax" : "21521.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "747.0", "priceWithTax" : "903.87", "taxRate" : "21.0" }, { "priceWithoutTax" : "12845.45", "priceWithTax" : "15543.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "539.5", "priceWithTax" : "652.8", "taxRate" : "21.0" }, { "priceWithoutTax" : "13304.13", "priceWithTax" : "16098.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "558.76", "priceWithTax" : "676.1", "taxRate" : "21.0" }, { "priceWithoutTax" : "17787.6", "priceWithTax" : "21523.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "747.08", "priceWithTax" : "903.97", "taxRate" : "21.0" }, { "priceWithoutTax" : "16629.75", "priceWithTax" : "20122.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "698.45", "priceWithTax" : "845.12", "taxRate" : "21.0" }, { "priceWithoutTax" : "13169.42", "priceWithTax" : "15935.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "553.12", "priceWithTax" : "669.27", "taxRate" : "21.0" }, { "priceWithoutTax" : "16629.75", "priceWithTax" : "20122.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "698.45", "priceWithTax" : "845.12", "taxRate" : "21.0" }, { "priceWithoutTax" : "17608.26", "priceWithTax" : "21306.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "739.53", "priceWithTax" : "894.83", "taxRate" : "21.0" }, { "priceWithoutTax" : "17429.75", "priceWithTax" : "21090.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "732.07", "priceWithTax" : "885.8", "taxRate" : "21.0" }, { "priceWithoutTax" : "12588.43", "priceWithTax" : "15232.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "528.71", "priceWithTax" : "639.74", "taxRate" : "21.0" }, { "priceWithoutTax" : "13171.07", "priceWithTax" : "15937.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "553.17", "priceWithTax" : "669.34", "taxRate" : "21.0" } ] }, { "primaryKey" : 104171, "attributes" : { "code" : "apple-ipad-pro-11-4th-generation-2022" }, "prices" : [ { "priceWithoutTax" : "14821.49", "priceWithTax" : "17934.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "622.5", "priceWithTax" : "753.23", "taxRate" : "21.0" }, { "priceWithoutTax" : "35535.54", "priceWithTax" : "42998.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1492.48", "priceWithTax" : "1805.9", "taxRate" : "21.0" }, { "priceWithoutTax" : "14972.73", "priceWithTax" : "18117.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "628.85", "priceWithTax" : "760.91", "taxRate" : "21.0" }, { "priceWithoutTax" : "17368.6", "priceWithTax" : "21016.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "729.47", "priceWithTax" : "882.66", "taxRate" : "21.0" }, { "priceWithoutTax" : "21342.98", "priceWithTax" : "25825.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "896.4", "priceWithTax" : "1084.65", "taxRate" : "21.0" }, { "priceWithoutTax" : "35966.94", "priceWithTax" : "43520.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1510.6", "priceWithTax" : "1827.83", "taxRate" : "21.0" }, { "priceWithoutTax" : "15414.05", "priceWithTax" : "18651.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "647.4", "priceWithTax" : "783.36", "taxRate" : "21.0" }, { "priceWithoutTax" : "35966.94", "priceWithTax" : "43520.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1510.6", "priceWithTax" : "1827.83", "taxRate" : "21.0" }, { "priceWithoutTax" : "14673.55", "priceWithTax" : "17755.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "616.28", "priceWithTax" : "745.7", "taxRate" : "21.0" }, { "priceWithoutTax" : "35180.17", "priceWithTax" : "42568.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1477.55", "priceWithTax" : "1787.84", "taxRate" : "21.0" }, { "priceWithoutTax" : "35247.11", "priceWithTax" : "42649.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1480.4", "priceWithTax" : "1791.28", "taxRate" : "21.0" }, { "priceWithoutTax" : "15260.33", "priceWithTax" : "18465.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "640.93", "priceWithTax" : "775.52", "taxRate" : "21.0" }, { "priceWithoutTax" : "14955.37", "priceWithTax" : "18096.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "628.11", "priceWithTax" : "760.01", "taxRate" : "21.0" } ] }, { "primaryKey" : 104227, "attributes" : { "code" : "apple-ipad-pro-12-9-6th-generation-2022" }, "prices" : [ { "priceWithoutTax" : "20462.81", "priceWithTax" : "24760.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "859.44", "priceWithTax" : "1039.92", "taxRate" : "21.0" }, { "priceWithoutTax" : "22133.06", "priceWithTax" : "26781.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "929.6", "priceWithTax" : "1124.82", "taxRate" : "21.0" }, { "priceWithoutTax" : "25789.26", "priceWithTax" : "31205.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1083.16", "priceWithTax" : "1310.62", "taxRate" : "21.0" }, { "priceWithoutTax" : "33200.0", "priceWithTax" : "40172.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1394.4", "priceWithTax" : "1687.23", "taxRate" : "21.0" }, { "priceWithoutTax" : "40512.4", "priceWithTax" : "49020.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1701.5", "priceWithTax" : "2058.82", "taxRate" : "21.0" }, { "priceWithoutTax" : "20462.81", "priceWithTax" : "24760.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "859.44", "priceWithTax" : "1039.92", "taxRate" : "21.0" }, { "priceWithoutTax" : "33200.0", "priceWithTax" : "40172.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1394.4", "priceWithTax" : "1687.23", "taxRate" : "21.0" }, { "priceWithoutTax" : "40925.62", "priceWithTax" : "49520.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1718.87", "priceWithTax" : "2079.83", "taxRate" : "21.0" }, { "priceWithoutTax" : "20848.76", "priceWithTax" : "25227.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "875.65", "priceWithTax" : "1059.54", "taxRate" : "21.0" }, { "priceWithoutTax" : "27549.59", "priceWithTax" : "33335.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1157.09", "priceWithTax" : "1400.08", "taxRate" : "21.0" }, { "priceWithoutTax" : "34583.47", "priceWithTax" : "41846.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1452.5", "priceWithTax" : "1757.53", "taxRate" : "21.0" }, { "priceWithoutTax" : "20257.85", "priceWithTax" : "24512.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "850.84", "priceWithTax" : "1029.52", "taxRate" : "21.0" }, { "priceWithoutTax" : "25531.41", "priceWithTax" : "30893.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1072.32", "priceWithTax" : "1297.51", "taxRate" : "21.0" }, { "priceWithoutTax" : "32867.77", "priceWithTax" : "39770.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1380.46", "priceWithTax" : "1670.36", "taxRate" : "21.0" }, { "priceWithoutTax" : "20053.72", "priceWithTax" : "24265.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "842.25", "priceWithTax" : "1019.12", "taxRate" : "21.0" }, { "priceWithoutTax" : "32867.77", "priceWithTax" : "39770.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "1380.46", "priceWithTax"
md`.Example `price-in-price-lists.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-10-2-10th-generation-2022" } }, "prices": [ { "priceId": 38453, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "10980.17", "priceWithTax": "13286.0", "taxRate": "21.0", "validity": null }, { "priceId": 38454, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "461.16", "priceWithTax": "558.0", "taxRate": "21.0", "validity": null }, { "priceId": 38455, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "10870.25", "priceWithTax": "13153.0", "taxRate": "21.0", "validity": null }, { "priceId": 38456, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "456.55", "priceWithTax": "552.42", "taxRate": "21.0", "validity": null }, { "priceId": 38457, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "10652.89", "priceWithTax": "12890.0", "taxRate": "21.0", "validity": null }, { "priceId": 38458, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105703, "indexed": true, "priceWithoutTax": "447.42", "priceWithTax": "541.38", "taxRate": "21.0", "validity": null }, { "priceId": 38505, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "10380.99", "priceWithTax": "12561.0", "taxRate": "21.0", "validity": null }, { "priceId": 38506, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0", "validity": null }, { "priceId": 38507, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "10277.69", "priceWithTax": "12436.0", "taxRate": "21.0", "validity": null }, { "priceId": 38508, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "431.64", "priceWithTax": "522.29", "taxRate": "21.0", "validity": null }, { "priceId": 38509, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "10174.38", "priceWithTax": "12311.0", "taxRate": "21.0", "validity": null }, { "priceId": 38510, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105708, "indexed": true, "priceWithoutTax": "427.33", "priceWithTax": "517.07", "taxRate": "21.0", "validity": null }, { "priceId": 38513, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "9861.16", "priceWithTax": "11932.0", "taxRate": "21.0", "validity": null }, { "priceId": 38514, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105709, "indexed": true, "priceWithoutTax": "414.18", "priceWithTax": "501.16", "taxRate": "21.0", "validity": null }, { "priceId": 38527, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "10380.99", "priceWithTax": "12561.0", "taxRate": "21.0", "validity": null }, { "priceId": 38528, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105710, "indexed": true, "priceWithoutTax": "436.01", "priceWithTax": "527.57", "taxRate": "21.0", "validity": null }, { "priceId": 38537, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "9861.16", "priceWithTax": "11932.0", "taxRate": "21.0", "validity": null }, { "priceId": 38538, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "414.18", "priceWithTax": "501.16", "taxRate": "21.0", "validity": null }, { "priceId": 38539, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "9664.46", "priceWithTax": "11694.0", "taxRate": "21.0", "validity": null }, { "priceId": 38540, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105711, "indexed": true, "priceWithoutTax": "405.9", "priceWithTax": "491.14", "taxRate": "21.0", "validity": null }, { "priceId": 38547, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "10276.03", "priceWithTax": "12434.0", "taxRate": "21.0", "validity": null }, { "priceId": 38548, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "431.6", "priceWithTax": "522.24", "taxRate": "21.0", "validity": null }, { "priceId": 38549, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "10173.55", "priceWithTax": "12310.0", "taxRate": "21.0", "validity": null }, { "priceId": 38550, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "427.29", "priceWithTax": "517.02", "taxRate": "21.0", "validity": null }, { "priceId": 38551, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "10071.9", "priceWithTax": "12187.0", "taxRate": "21.0", "validity": null }, { "priceId": 38552, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105712, "indexed": true, "priceWithoutTax": "423.02", "priceWithTax": "511.85", "taxRate": "21.0", "validity": null }, { "priceId": 38569, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "9961.98", "priceWithTax": "12054.0", "taxRate": "21.0", "validity": null }, { "priceId": 38570, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105713, "indexed": true, "priceWithoutTax": "418.41", "priceWithTax": "506.28", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 103988, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-10-2-9th-generation-2021" } }, "prices": [ { "priceId": 38599, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "9880.99", "priceWithTax": "11956.0", "taxRate": "21.0", "validity": null }, { "priceId": 38600, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "415.0", "priceWithTax": "502.15", "taxRate": "21.0", "validity": null }, { "priceId": 38601, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "9683.47", "priceWithTax": "11717.0", "taxRate": "21.0", "validity": null }, { "priceId": 38602, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "406.7", "priceWithTax": "492.11", "taxRate": "21.0", "validity": null }, { "priceId": 38603, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "9490.08", "priceWithTax": "11483.0", "taxRate": "21.0", "validity": null }, { "priceId": 38604, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105716, "indexed": true, "priceWithoutTax": "398.57", "priceWithTax": "482.27", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 104008, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-air-5g-5th-generation-2022" } }, "prices": [ { "priceId": 38627, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105718, "indexed": true, "priceWithoutTax": "19165.29", "priceWithTax": "23190.0", "taxRate": "21.0", "validity": null }, { "priceId": 38628, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105718, "indexed": true, "priceWithoutTax": "804.93", "priceWithTax": "973.97", "taxRate": "21.0", "validity": null }, { "priceId": 38669, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105722, "indexed": true, "priceWithoutTax": "19165.29", "priceWithTax": "23190.0", "taxRate": "21.0", "validity": null }, { "priceId": 38670, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105722, "indexed": true, "priceWithoutTax": "804.93", "priceWithTax": "973.97", "taxRate": "21.0", "validity": null }, { "priceId": 38681, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105724, "indexed": true, "priceWithoutTax": "15019.01", "priceWithTax": "18173.0", "taxRate": "21.0", "validity": null }, { "priceId": 38682, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105724, "indexed": true, "priceWithoutTax": "630.8", "priceWithTax": "763.27", "taxRate": "21.0", "validity": null }, { "priceId": 38683, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105724, "indexed": true, "priceWithoutTax": "14868.6", "priceWithTax": "17991.0", "taxRate": "21.0", "validity": null }, { "priceId": 38684, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105724, "indexed": true, "priceWithoutTax": "624.5", "priceWithTax": "755.64", "taxRate": "21.0", "validity": null }, { "priceId": 38707, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105727, "indexed": true, "priceWithoutTax": "15019.01", "priceWithTax": "18173.0", "taxRate": "21.0", "validity": null }, { "priceId": 38708, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105727, "indexed": true, "priceWithoutTax": "630.8", "priceWithTax": "763.27", "taxRate": "21.0", "validity": null }, { "priceId": 38727, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105729, "indexed": true, "priceWithoutTax": "15771.07", "priceWithTax": "19083.0", "taxRate": "21.0", "validity": null }, { "priceId": 38728, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105729, "indexed": true, "priceWithoutTax": "662.4", "priceWithTax": "801.5", "taxRate": "21.0", "validity": null }, { "priceId": 38729, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105729, "indexed": true, "priceWithoutTax": "15613.22", "priceWithTax": "18892.0", "taxRate": "21.0", "validity": null }, { "priceId": 38730, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105729, "indexed": true, "priceWithoutTax": "655.77", "priceWithTax": "793.48", "taxRate": "21.0", "validity": null }, { "priceId": 38745, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105731, "indexed": true, "priceWithoutTax": "15611.57", "priceWithTax": "18890.0", "taxRate": "21.0", "validity": null }, { "priceId": 38746, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105731, "indexed": true, "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0", "validity": null }, { "priceId": 38747, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105731, "indexed": true, "priceWithoutTax": "15456.2", "priceWithTax": "18702.0", "taxRate": "21.0", "validity": null }, { "priceId": 38748, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105731, "indexed": true, "priceWithoutTax": "649.15", "priceWithTax": "785.47", "taxRate": "21.0", "validity": null }, { "priceId": 38759, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105732, "indexed": true, "priceWithoutTax": "19564.46", "priceWithTax": "23673.0", "taxRate": "21.0", "validity": null }, { "priceId": 38760, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105732, "indexed": true, "priceWithoutTax": "821.7", "priceWithTax": "994.26", "taxRate": "21.0", "validity": null }, { "priceId": 38777, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105733, "indexed": true, "priceWithoutTax": "15611.57", "priceWithTax": "18890.0", "taxRate": "21.0", "validity": null }, { "priceId": 38778, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105733, "indexed": true, "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0", "validity": null }, { "priceId": 38787, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105734, "indexed": true, "priceWithoutTax": "19564.46", "priceWithTax": "23673.0", "taxRate": "21.0", "validity": null }, { "priceId": 38788, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105734, "indexed": true, "priceWithoutTax": "821.7", "priceWithTax": "994.26", "taxRate": "21.0", "validity": null }, { "priceId": 38789, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105734, "indexed": true, "priceWithoutTax": "19368.6", "priceWithTax": "23436.0", "taxRate": "21.0", "validity": null }, { "priceId": 38790, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105734, "indexed": true, "priceWithoutTax": "813.49", "priceWithTax": "984.32", "taxRate": "21.0", "validity": null }, { "priceId": 38791, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105734, "indexed": true, "priceWithoutTax": "19175.21", "priceWithTax": "23202.0", "taxRate": "21.0", "validity": null }, { "priceId": 38792, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105734, "indexed": true, "priceWithoutTax": "805.36", "priceWithTax": "974.48", "taxRate": "21.0", "validity": null }, { "priceId": 38811, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105735, "indexed": true, "priceWithoutTax": "15611.57", "priceWithTax": "18890.0", "taxRate": "21.0", "validity": null }, { "priceId": 38812, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105735, "indexed": true, "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0", "validity": null }, { "priceId": 38833, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105737, "indexed": true, "priceWithoutTax": "15611.57", "priceWithTax": "18890.0", "taxRate": "21.0", "validity": null }, { "priceId": 38834, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105737, "indexed": true, "priceWithoutTax": "655.7", "priceWithTax": "793.4", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 104084, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-mini-6th-generation-2021" } }, "prices": [ { "priceId": 38857, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105739, "indexed": true, "priceWithoutTax": "13438.02", "priceWithTax": "16260.0", "taxRate": "21.0", "validity": null }, { "priceId": 38858, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105739, "indexed": true, "priceWithoutTax": "564.4", "priceWithTax": "682.93", "taxRate": "21.0", "validity": null }, { "priceId": 38859, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105739, "indexed": true, "priceWithoutTax": "13304.13", "priceWithTax": "16098.0", "taxRate": "21.0", "validity": null }, { "priceId": 38860, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105739, "indexed": true, "priceWithoutTax": "558.76", "priceWithTax": "676.1", "taxRate": "21.0", "validity": null }, { "priceId": 38861, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105739, "indexed": true, "priceWithoutTax": "13171.07", "priceWithTax": "15937.0", "taxRate": "21.0", "validity": null }, { "priceId": 38862, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105739, "indexed": true, "priceWithoutTax": "553.17", "priceWithTax": "669.34", "taxRate": "21.0", "validity": null }, { "priceId": 38875, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105740, "indexed": true, "priceWithoutTax": "17966.94", "priceWithTax": "21740.0", "taxRate": "21.0", "validity": null }, { "priceId": 38876, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105740, "indexed": true, "priceWithoutTax": "754.63", "priceWithTax": "913.1", "taxRate": "21.0", "validity": null }, { "priceId": 38877, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105740, "indexed": true, "priceWithoutTax": "17787.6", "priceWithTax": "21523.0", "taxRate": "21.0", "validity": null }, { "priceId": 38878, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105740, "indexed": true, "priceWithoutTax": "747.08", "priceWithTax": "903.97", "taxRate": "21.0", "validity": null }, { "priceId": 38901, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105743, "indexed": true, "priceWithoutTax": "16969.42", "priceWithTax": "20533.0", "taxRate": "21.0", "validity": null }, { "priceId": 38902, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105743, "indexed": true, "priceWithoutTax": "712.7", "priceWithTax": "862.37", "taxRate": "21.0", "validity": null }, { "priceId": 38903, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105743, "indexed": true, "priceWithoutTax": "16629.75", "priceWithTax": "20122.0", "taxRate": "21.0", "validity": null }, { "priceId": 38904, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105743, "indexed": true, "priceWithoutTax": "698.45", "priceWithTax": "845.12", "taxRate": "21.0", "validity": null }, { "priceId": 38917, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105744, "indexed": true, "priceWithoutTax": "13438.02", "priceWithTax": "16260.0", "taxRate": "21.0", "validity": null }, { "priceId": 38918, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105744, "indexed": true, "priceWithoutTax": "564.4", "priceWithTax": "682.93", "taxRate": "21.0", "validity": null }, { "priceId": 38919, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105744, "indexed": true, "priceWithoutTax": "13169.42", "priceWithTax": "15935.0", "taxRate": "21.0", "validity": null }, { "priceId": 38920, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105744, "indexed": true, "priceWithoutTax": "553.12", "priceWithTax": "669.27", "taxRate": "21.0", "validity": null }, { "priceId": 38925, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105745, "indexed": true, "priceWithoutTax": "17785.95", "priceWithTax": "21521.0", "taxRate": "21.0", "validity": null }, { "priceId": 38926, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105745, "indexed": true, "priceWithoutTax": "747.0", "priceWithTax": "903.87", "taxRate": "21.0", "validity": null }, { "priceId": 38941, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105746, "indexed": true, "priceWithoutTax": "12976.03", "priceWithTax": "15701.0", "taxRate": "21.0", "validity": null }, { "priceId": 38942, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105746, "indexed": true, "priceWithoutTax": "545.01", "priceWithTax": "659.46", "taxRate": "21.0", "validity": null }, { "priceId": 38951, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105747, "indexed": true, "priceWithoutTax": "16969.42", "priceWithTax": "20533.0", "taxRate": "21.0", "validity": null }, { "priceId": 38952, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105747, "indexed": true, "priceWithoutTax": "712.7", "priceWithTax": "862.37", "taxRate": "21.0", "validity": null }, { "priceId": 38953, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105747, "indexed": true, "priceWithoutTax": "16629.75", "priceWithTax": "20122.0", "taxRate": "21.0", "validity": null }, { "priceId": 38954, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105747, "indexed": true, "priceWithoutTax": "698.45", "priceWithTax": "845.12", "taxRate": "21.0", "validity": null }, { "priceId": 38983, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105749, "indexed": true, "priceWithoutTax": "17785.95", "priceWithTax": "21521.0", "taxRate": "21.0", "validity": null }, { "priceId": 38984, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105749, "indexed": true, "priceWithoutTax": "747.0", "priceWithTax": "903.87", "taxRate": "21.0", "validity": null }, { "priceId": 38985, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105749, "indexed": true, "priceWithoutTax": "17608.26", "priceWithTax": "21306.0", "taxRate": "21.0", "validity": null }, { "priceId": 38986, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105749, "indexed": true, "priceWithoutTax": "739.53", "priceWithTax": "894.83", "taxRate": "21.0", "validity": null }, { "priceId": 39035, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105753, "indexed": true, "priceWithoutTax": "17785.95", "priceWithTax": "21521.0", "taxRate": "21.0", "validity": null }, { "priceId": 39036, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105753, "indexed": true, "priceWithoutTax": "747.0", "priceWithTax": "903.87", "taxRate": "21.0", "validity": null }, { "priceId": 39037, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105753, "indexed": true, "priceWithoutTax": "17429.75", "priceWithTax": "21090.0", "taxRate": "21.0", "validity": null }, { "priceId": 39038, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105753, "indexed": true, "priceWithoutTax": "732.07", "priceWithTax": "885.8", "taxRate": "21.0", "validity": null }, { "priceId": 39045, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105754, "indexed": true, "priceWithoutTax": "12845.45", "priceWithTax": "15543.0", "taxRate": "21.0", "validity": null }, { "priceId": 39046, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105754, "indexed": true, "priceWithoutTax": "539.5", "priceWithTax": "652.8", "taxRate": "21.0", "validity": null }, { "priceId": 39047, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105754, "indexed": true, "priceWithoutTax": "12588.43", "priceWithTax": "15232.0", "taxRate": "21.0", "validity": null }, { "priceId": 39048, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105754, "indexed": true, "priceWithoutTax": "528.71", "priceWithTax": "639.74", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 104171, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-11-4th-generation-2022" } }, "prices": [ { "priceId": 39065, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105756, "indexed": true, "priceWithoutTax": "14821.49", "priceWithTax": "17934.0", "taxRate": "21.0", "validity": null }, { "priceId": 39066, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105756, "indexed": true, "priceWithoutTax": "622.5", "priceWithTax": "753.23", "taxRate": "21.0", "validity": null }, { "priceId": 39067, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105756, "indexed": true, "priceWithoutTax": "14673.55", "priceWithTax": "17755.0", "taxRate": "21.0", "validity": null }, { "priceId": 39068, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105756, "indexed": true, "priceWithoutTax": "616.28", "priceWithTax": "745.7", "taxRate": "21.0", "validity": null }, { "priceId": 39097, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105763, "indexed": true, "priceWithoutTax": "35535.54", "priceWithTax": "42998.0", "taxRate": "21.0", "validity": null }, { "priceId": 39098, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105763, "indexed": true, "priceWithoutTax": "1492.48", "priceWithTax": "1805.9", "taxRate": "21.0", "validity": null }, { "priceId": 39099, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105763, "indexed": true, "priceWithoutTax": "35180.17", "priceWithTax": "42568.0", "taxRate": "21.0", "validity": null }, { "priceId": 39100, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105763, "indexed": true, "priceWithoutTax": "1477.55", "priceWithTax": "1787.84", "taxRate": "21.0", "validity": null }, { "priceId": 39113, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105764, "indexed": true, "priceWithoutTax": "14972.73", "priceWithTax": "18117.0", "taxRate": "21.0", "validity": null }, { "priceId": 39114, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105764, "indexed": true, "priceWithoutTax": "628.85", "priceWithTax": "760.91", "taxRate": "21.0", "validity": null }, { "priceId": 39175, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105770, "indexed": true, "priceWithoutTax": "17368.6", "priceWithTax": "21016.0", "taxRate": "21.0", "validity": null }, { "priceId": 39176, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105770, "indexed": true, "priceWithoutTax": "729.47", "priceWithTax": "882.66", "taxRate": "21.0", "validity": null }, { "priceId": 39191, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105771, "indexed": true, "priceWithoutTax": "21342.98", "priceWithTax": "25825.0", "taxRate": "21.0", "validity": null }, { "priceId": 39192, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105771, "indexed": true, "priceWithoutTax": "896.4", "priceWithTax": "1084.65", "taxRate": "21.0", "validity": null }, { "priceId": 39211, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105773, "indexed": true, "priceWithoutTax": "35966.94", "priceWithTax": "43520.0", "taxRate": "21.0", "validity": null }, { "priceId": 39212, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105773, "indexed": true, "priceWithoutTax": "1510.6", "priceWithTax": "1827.83", "taxRate": "21.0", "validity": null }, { "priceId": 39213, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105773, "indexed": true, "priceWithoutTax": "35247.11", "priceWithTax": "42649.0", "taxRate": "21.0", "validity": null }, { "priceId": 39214, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105773, "indexed": true, "priceWithoutTax": "1480.4", "priceWithTax": "1791.28", "taxRate": "21.0", "validity": null }, { "priceId": 39227, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105774, "indexed": true, "priceWithoutTax": "15414.05", "priceWithTax": "18651.0", "taxRate": "21.0", "validity": null }, { "priceId": 39228, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105774, "indexed": true, "priceWithoutTax": "647.4", "priceWithTax": "783.36", "taxRate": "21.0", "validity": null }, { "priceId": 39229, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105774, "indexed": true, "priceWithoutTax": "15260.33", "priceWithTax": "18465.0", "taxRate": "21.0", "validity": null }, { "priceId": 39230, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105774, "indexed": true, "priceWithoutTax": "640.93", "priceWithTax": "775.52", "taxRate": "21.0", "validity": null }, { "priceId": 39231, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105774, "indexed": true, "priceWithoutTax": "14955.37", "priceWithTax": "18096.0", "taxRate": "21.0", "validity": null }, { "priceId": 39232, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105774, "indexed": true, "priceWithoutTax": "628.11", "priceWithTax": "760.01", "taxRate": "21.0", "validity": null }, { "priceId": 39275, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105778, "indexed": true, "priceWithoutTax": "35966.94", "priceWithTax": "43520.0", "taxRate": "21.0", "validity": null }, { "priceId": 39276, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105778, "indexed": true, "priceWithoutTax": "1510.6", "priceWithTax": "1827.83", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 104227, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-12-9-6th-generation-2022" } }, "prices": [ { "priceId": 39287, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105779, "indexed": true, "priceWithoutTax": "20462.81", "priceWithTax": "24760.0", "taxRate": "21.0", "validity": null }, { "priceId": 39288, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105779, "indexed": true, "priceWithoutTax": "859.44", "priceWithTax": "1039.92", "taxRate": "21.0", "validity": null }, { "priceId": 39289, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105779, "indexed": true, "priceWithoutTax": "20257.85", "priceWithTax": "24512.0", "taxRate": "21.0", "validity": null }, { "priceId": 39290, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105779, "indexed": true, "priceWithoutTax": "850.84", "priceWithTax": "1029.52", "taxRate": "21.0", "validity": null }, { "priceId": 39301, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105780, "indexed": true, "priceWithoutTax": "22133.06", "priceWithTax": "26781.0", "taxRate": "21.0", "validity": null }, { "priceId": 39302, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105780, "indexed": true, "priceWithoutTax": "929.6", "priceWithTax": "1124.82", "taxRate": "21.0", "validity": null }, { "priceId": 39313, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105781, "indexed": true, "priceWithoutTax": "25789.26", "priceWithTax": "31205.0", "taxRate": "21.0", "validity": null }, { "priceId": 39314, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105781, "indexed": true, "priceWithoutTax": "1083.16", "priceWithTax": "1310.62", "taxRate": "21.0", "validity": null }, { "priceId": 39315, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105781, "indexed": true, "priceWithoutTax": "25531.41", "priceWithTax": "30893.0", "taxRate": "21.0", "validity": null }, { "priceId": 39316, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105781, "indexed": true, "priceWithoutTax": "1072.32", "priceWithTax": "1297.51", "taxRate": "21.0", "validity": null }, { "priceId": 39317, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105781, "indexed": true, "priceWithoutTax": "25276.03", "priceWithTax": "30584.0", "taxRate": "21.0", "validity": null }, { "priceId": 39318, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105781, "indexed": true, "priceWithoutTax": "1061.6", "priceWithTax": "1284.54", "taxRate": "21.0", "validity": null }, { "priceId": 39329, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105782, "indexed": true, "priceWithoutTax": "33200.0", "priceWithTax": "40172.0", "taxRate": "21.0", "validity": null }, { "priceId": 39330, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105782, "indexed": true, "priceWithoutTax": "1394.4", "priceWithTax": "1687.23", "taxRate": "21.0", "validity": null }, { "priceId": 39331, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105782, "indexed": true, "priceWithoutTax": "32867.77", "priceWithTax": "39770.0", "taxRate": "21.0", "validity": null }, { "priceId": 39332, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105782, "indexed": true, "priceWithoutTax": "1380.46", "priceWithTax": "1670.36", "taxRate": "21.0", "validity": null }, { "priceId": 39347, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105783, "indexed": true, "priceWithoutTax": "40512.4", "priceWithTax": "49020.0", "taxRate": "21.0", "validity": null }, { "priceId": 39348, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105783, "indexed": true, "priceWithoutTax": "1701.5", "priceWithTax": "2058.82", "taxRate": "21.0", "validity": null }, { "priceId": 39357, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105784, "indexed": true, "priceWithoutTax": "20462.81", "priceWithTax": "24760.0", "taxRate": "21.0", "validity": null }, { "priceId": 39358, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105784, "indexed": true, "priceWithoutTax": "859.44", "priceWithTax": "1039.92", "taxRate": "21.0", "validity": null }, { "priceId": 39359, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105784, "indexed": true, "priceWithoutTax": "20053.72", "priceWithTax": "24265.0", "taxRate": "21.0", "validity": null }, { "priceId": 39360, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105784, "indexed": true, "priceWithoutTax": "842.25", "priceWithTax": "1019.12", "taxRate": "21.0", "validity": null }, { "priceId": 39387, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105787, "indexed": true, "priceWithoutTax": "33200.0", "priceWithTax": "40172.0", "taxRate": "21.0", "validity": null }, { "priceId": 39388, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105787, "indexed": true, "priceWithoutTax": "1394.4", "priceWithTax": "1687.23", "taxRate": "21.0", "validity": null }, { "priceId": 39389, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105787, "indexed": true, "priceWithoutTax": "32867.77", "priceWithTax": "39770.0", "taxRate": "21.0", "validity": null }, { "priceId": 39390, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105787, "indexed": true, "priceWithoutTax": "1380.46", "priceWithTax": "1670.36", "taxRate": "21.0", "validity": null }, { "priceId": 39399, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105788, "indexed": true, "priceWithoutTax": "40925.62", "priceWithTax": "49520.0", "taxRate": "21.0", "validity": null }, { "priceId": 39400, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105788, "indexed": true, "priceWithoutTax": "1718.87", "priceWithTax": "2079.83", "taxRate": "21.0", "validity": null }, { "priceId": 39407, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105789, "indexed": true, "priceWithoutTax": "20848.76", "priceWithTax": "25227.0", "taxRate": "21.0", "validity": null }, { "priceId": 39408, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105789, "indexed": true, "priceWithoutTax": "875.65", "priceWithTax": "1059.54", "taxRate": "21.0", "validity": null }, { "priceId": 39467, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105797, "indexed": true, "priceWithoutTax": "27549.59", "priceWithTax": "33335.0", "taxRate": "21.0", "validity": null }, { "priceId": 39468, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105797, "indexed": true, "priceWithoutTax": "1157.09", "priceWithTax": "1400.08", "taxRate": "21.0", "validity": null }, { "priceId": 39469, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105797, "indexed": true, "priceWithoutTax": "26999.17", "priceWithTax": "32669.0", "taxRate": "21.0", "validity": null }, { "priceId": 39470, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105797, "indexed": true, "priceWithoutTax": "1133.95", "priceWithTax": "1372.08", "taxRate": "21.0", "validity": null }, { "priceId": 39471, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105797, "indexed": true, "priceWithoutTax": "26458.68", "priceWithTax": "32015.0", "taxRate": "21.0", "validity": null }, { "priceId": 39472, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105797, "indexed": true, "priceWithoutTax": "1111.27", "priceWithTax": "1344.64", "taxRate": "21.0", "validity": null }, { "priceId": 39483, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105799, "indexed": true, "priceWithoutTax": "34583.47", "priceWithTax": "41846.0", "taxRate": "21.0", "validity": null }, { "priceId": 39484, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105799, "indexed": true, "priceWithoutTax": "1452.5", "priceWithTax": "1757.53", "taxRate": "21.0", "validity": null } ] }, { "primaryKey": 104305, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "apple-ipad-pro-5g-12-9-5th-generation-2021" } }, "prices": [ { "priceId": 39507, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105802, "indexed": true, "priceWithoutTax": "13376.03", "priceWithTax": "16185.0", "taxRate": "21.0", "validity": null }, { "priceId": 39508, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105802, "indexed": true, "priceWithoutTax": "561.78", "priceWithTax": "679.75", "taxRate": "21.0", "validity": null }, { "priceId": 39509, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105802, "indexed": true, "priceWithoutTax": "13242.15", "priceWithTax": "16023.0", "taxRate": "21.0", "validity": null }, { "priceId": 39510, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105802, "indexed": true, "priceWithoutTax": "556.16", "priceWithTax": "672.95", "taxRate": "21.0", "validity": null }, { "priceId": 39511, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105802, "indexed": true, "priceWithoutTax": "13109.09", "priceWithTax": "15862.0", "taxRate": "21.0", "validity": null }, { "priceId": 39512, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105802, "indexed": true, "priceWithoutTax": "550.6", "priceWithTax": "666.22", "taxRate": "21.0", "validity": null }, { "priceId": 39533, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105804, "indexed": true, "priceWithoutTax": "15216.53", "priceWithTax": "18412.0", "taxRate": "21.0", "validity": null }, { "priceId": 39534, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105804, "indexed": true, "priceWithoutTax": "639.1", "priceWithTax": "773.31", "taxRate": "21.0", "validity": null }, { "priceId": 39535, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105804, "indexed": true, "priceWithoutTax": "14912.4", "priceWithTax": "18044.0", "taxRate": "21.0", "validity": null }, { "priceId": 39536, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105804, "indexed": true, "priceWithoutTax": "626.32", "priceWithTax": "757.85", "taxRate": "21.0", "validity": null }, { "priceId": 39537, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105804, "indexed": true, "priceWithoutTax": "14763.64", "priceWithTax": "17864.0", "taxRate": "21.0", "validity": null }, { "priceId": 39538, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105804, "indexed": true, "priceWithoutTax": "620.06", "priceWithTax": "750.27", "taxRate": "21.0", "validity": null }, { "priceId": 39557, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105806, "indexed": true, "priceWithoutTax": "18965.29", "priceWithTax": "22948.0", "taxRate": "21.0", "validity": null }, { "priceId": 39558, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105806, "indexed": true, "priceWithoutTax": "796.55", "priceWithTax": "963.82", "taxRate": "21.0", "validity": null }, { "priceId": 39567, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105807, "indexed": true, "priceWithoutTax": "18566.12", "priceWithTax": "22465.0", "taxRate": "21.0", "validity": null }, { "priceId": 39568, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105807, "indexed": true, "priceWithoutTax": "779.78", "priceWithTax": "943.53", "taxRate": "21.0", "validity": null }, { "priceId": 39575, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105808, "indexed": true, "priceWithoutTax": "22957.85", "priceWithTax": "27779.0", "taxRate": "21.0", "validity": null }, { "priceId": 39576, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105808, "indexed": true, "priceWithoutTax": "964.24", "priceWithTax": "1166.73", "taxRate": "21.0", "validity": null }, { "priceId": 39577, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105808, "indexed": true, "priceWithoutTax": "22728.93", "priceWithTax": "27502.0", "taxRate": "21.0", "validity": null }, { "priceId": 39578, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105808, "indexed": true, "priceWithoutTax": "954.6", "priceWithTax": "1155.07", "taxRate": "21.0", "validity": null }, { "priceId": 39579, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105808, "indexed": true, "priceWithoutTax": "22274.38", "priceWithTax": "26952.0", "taxRate": "21.0", "validity": null }, { "priceId": 39580, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105808, "indexed": true, "priceWithoutTax": "935.51", "priceWithTax": "1131.97", "taxRate": "21.0", "validity": null }, { "priceId": 39599, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105809, "indexed": true, "priceWithoutTax": "22133.06", "priceWithTax": "26781.0", "taxRate": "21.0", "validity": null }, { "priceId": 39600, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105809, "indexed": true, "priceWithoutTax": "929.6", "priceWithTax": "1124.82", "taxRate": "21.0", "validity": null }, { "priceId": 39601, "priceList": "vip-group-2-level", "currency": "CZK", "innerRecordId": 105809, "indexed": true, "priceWithoutTax": "21912.4", "priceWithTax": "26514.0", "taxRate": "21.0", "validity": null }, { "priceId": 39602, "priceList": "vip-group-2-level", "currency": "EUR", "innerRecordId": 105809, "indexed": true, "priceWithoutTax": "920.31", "priceWithTax": "1113.57", "taxRate": "21.0", "validity": null }, { "priceId": 39603, "priceList": "vip-group-3-level", "currency": "CZK", "innerRecordId": 105809, "indexed": true, "priceWithoutTax": "21473.55", "priceWithTax": "25983.0", "taxRate": "21.0", "validity": null }, { "priceId": 39604, "priceList": "vip-group-3-level", "currency": "EUR", "innerRecordId": 105809, "indexed": true, "priceWithoutTax": "901.9", "priceWithTax": "1091.3", "taxRate": "21.0", "validity": null }, { "priceId": 39625, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105811, "indexed": true, "priceWithoutTax": "26678.51", "priceWithTax": "32281.0", "taxRate": "21.0", "validity": null }, { "priceId": 39626, "priceList": "vip-group-1-level", "currency": "EUR", "innerRecordId": 105811, "indexed": true, "priceWithoutTax": "1120.5", "priceWithTax": "1355.81", "taxRate": "21.0", "validity": null }, { "priceId": 39637, "priceList": "vip-group-1-level", "currency": "CZK", "innerRecordId": 105812, "indexed": true, "priceWithoutTax": "13240.5", "priceWithTax": "16021.0", "taxRate": "21.0", "validity": null }, { "priceId": 39638, "priceList": "vip-group-1-level", "
md`.Example `price-valid-in.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 113705, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "emos-cold-base-set-for-interconnecting-chains" } }, "prices": [ { "priceId": 8803, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8803, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113709, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "emos-warm-base-set-for-interconnecting-chains" } }, "prices": [ { "priceId": 8805, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8805, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113713, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "emos-nativity-set" } }, "prices": [ { "priceId": 8807, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "30.58", "priceWithTax": "37.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8807, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "30.58", "priceWithTax": "37.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113714, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "emos-candlestick" } }, "prices": [ { "priceId": 8809, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8809, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113716, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "retlux-warm-white-christmas-lightning" } }, "prices": [ { "priceId": 8811, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8811, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113718, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "retlux-blue-christmas-lightning" } }, "prices": [ { "priceId": 8813, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "10.74", "priceWithTax": "13.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8813, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "10.74", "priceWithTax": "13.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113720, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "retlux-cottage-acrylic-ornament" } }, "prices": [ { "priceId": 8815, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8815, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113721, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "immax-neo-lite-smart-chain" } }, "prices": [ { "priceId": 8817, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8817, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-tree" } }, "prices": [ { "priceId": 8819, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8819, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113727, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-strip" } }, "prices": [ { "priceId": 8821, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "54.55", "priceWithTax": "66.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8821, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "54.55", "priceWithTax": "66.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 10, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 10, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 113705, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "emos-cold-base-set-for-interconnecting-chains" } }, "prices" : [ { "priceId" : 8803, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8803, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113709, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "emos-warm-base-set-for-interconnecting-chains" } }, "prices" : [ { "priceId" : 8805, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8805, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113713, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "emos-nativity-set" } }, "prices" : [ { "priceId" : 8807, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "30.58", "priceWithTax" : "37.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8807, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "30.58", "priceWithTax" : "37.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113714, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "emos-candlestick" } }, "prices" : [ { "priceId" : 8809, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8809, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113716, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "retlux-warm-white-christmas-lightning" } }, "prices" : [ { "priceId" : 8811, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8811, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113718, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "retlux-blue-christmas-lightning" } }, "prices" : [ { "priceId" : 8813, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "10.74", "priceWithTax" : "13.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8813, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "10.74", "priceWithTax" : "13.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113720, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "retlux-cottage-acrylic-ornament" } }, "prices" : [ { "priceId" : 8815, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8815, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113721, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "immax-neo-lite-smart-chain" } }, "prices" : [ { "priceId" : 8817, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8817, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-tree" } }, "prices" : [ { "priceId" : 8819, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8819, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113727, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-strip" } }, "prices" : [ { "priceId" : 8821, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "54.55", "priceWithTax" : "66.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8821, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "54.55", "priceWithTax" : "66.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 10, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 10, "type" : "PAGE" } ```>
md`.Example `price-valid-in.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 113705, "attributes": { "code": "emos-cold-base-set-for-interconnecting-chains" }, "priceForSale": { "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0" } }, { "primaryKey": 113709, "attributes": { "code": "emos-warm-base-set-for-interconnecting-chains" }, "priceForSale": { "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0" } }, { "primaryKey": 113713, "attributes": { "code": "emos-nativity-set" }, "priceForSale": { "priceWithoutTax": "30.58", "priceWithTax": "37.0", "taxRate": "21.0" } }, { "primaryKey": 113714, "attributes": { "code": "emos-candlestick" }, "priceForSale": { "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0" } }, { "primaryKey": 113716, "attributes": { "code": "retlux-warm-white-christmas-lightning" }, "priceForSale": { "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0" } }, { "primaryKey": 113718, "attributes": { "code": "retlux-blue-christmas-lightning" }, "priceForSale": { "priceWithoutTax": "10.74", "priceWithTax": "13.0", "taxRate": "21.0" } }, { "primaryKey": 113720, "attributes": { "code": "retlux-cottage-acrylic-ornament" }, "priceForSale": { "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0" } }, { "primaryKey": 113721, "attributes": { "code": "immax-neo-lite-smart-chain" }, "priceForSale": { "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0" } }, { "primaryKey": 113725, "attributes": { "code": "immax-neo-lite-smart-christmas-led-tree" }, "priceForSale": { "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0" } }, { "primaryKey": 113727, "attributes": { "code": "immax-neo-lite-smart-christmas-led-strip" }, "priceForSale": { "priceWithoutTax": "54.55", "priceWithTax": "66.0", "taxRate": "21.0" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 113705, "attributes" : { "code" : "emos-cold-base-set-for-interconnecting-chains" }, "priceForSale" : { "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0" } }, { "primaryKey" : 113709, "attributes" : { "code" : "emos-warm-base-set-for-interconnecting-chains" }, "priceForSale" : { "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0" } }, { "primaryKey" : 113713, "attributes" : { "code" : "emos-nativity-set" }, "priceForSale" : { "priceWithoutTax" : "30.58", "priceWithTax" : "37.0", "taxRate" : "21.0" } }, { "primaryKey" : 113714, "attributes" : { "code" : "emos-candlestick" }, "priceForSale" : { "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0" } }, { "primaryKey" : 113716, "attributes" : { "code" : "retlux-warm-white-christmas-lightning" }, "priceForSale" : { "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0" } }, { "primaryKey" : 113718, "attributes" : { "code" : "retlux-blue-christmas-lightning" }, "priceForSale" : { "priceWithoutTax" : "10.74", "priceWithTax" : "13.0", "taxRate" : "21.0" } }, { "primaryKey" : 113720, "attributes" : { "code" : "retlux-cottage-acrylic-ornament" }, "priceForSale" : { "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0" } }, { "primaryKey" : 113721, "attributes" : { "code" : "immax-neo-lite-smart-chain" }, "priceForSale" : { "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0" } }, { "primaryKey" : 113725, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-tree" }, "priceForSale" : { "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0" } }, { "primaryKey" : 113727, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-strip" }, "priceForSale" : { "priceWithoutTax" : "54.55", "priceWithTax" : "66.0", "taxRate" : "21.0" } } ] } ```>
md`.Example `price-valid-in-correct.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 113705, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "emos-cold-base-set-for-interconnecting-chains" } }, "prices": [ { "priceId": 8803, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8803, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113709, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "emos-warm-base-set-for-interconnecting-chains" } }, "prices": [ { "priceId": 8805, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0", "validity": null }, { "priceId": 85362, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": null, "indexed": false, "priceWithoutTax": "24.74", "priceWithTax": "29.94", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale": { "priceId": 8805, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113713, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "emos-nativity-set" } }, "prices": [ { "priceId": 8807, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "30.58", "priceWithTax": "37.0", "taxRate": "21.0", "validity": null }, { "priceId": 85380, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": null, "indexed": false, "priceWithoutTax": "30.21", "priceWithTax": "36.55", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale": { "priceId": 8807, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "30.58", "priceWithTax": "37.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113714, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "emos-candlestick" } }, "prices": [ { "priceId": 8809, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8809, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113716, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "retlux-warm-white-christmas-lightning" } }, "prices": [ { "priceId": 8811, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0", "validity": null }, { "priceId": 85398, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": null, "indexed": false, "priceWithoutTax": "12.02", "priceWithTax": "14.55", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale": { "priceId": 8811, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113718, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "retlux-blue-christmas-lightning" } }, "prices": [ { "priceId": 8813, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "10.74", "priceWithTax": "13.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8813, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "10.74", "priceWithTax": "13.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113720, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "retlux-cottage-acrylic-ornament" } }, "prices": [ { "priceId": 8815, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0", "validity": null }, { "priceId": 85412, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": null, "indexed": false, "priceWithoutTax": "11.79", "priceWithTax": "14.26", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale": { "priceId": 8815, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113721, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "immax-neo-lite-smart-chain" } }, "prices": [ { "priceId": 8817, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0", "validity": null }, { "priceId": 85422, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": null, "indexed": false, "priceWithoutTax": "33.47", "priceWithTax": "40.5", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale": { "priceId": 8817, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-tree" } }, "prices": [ { "priceId": 8819, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8819, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113727, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-strip" } }, "prices": [ { "priceId": 8821, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "54.55", "priceWithTax": "66.0", "taxRate": "21.0", "validity": null }, { "priceId": 85448, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": null, "indexed": false, "priceWithoutTax": "53.88", "priceWithTax": "65.2", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale": { "priceId": 8821, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "54.55", "priceWithTax": "66.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 10, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 10, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 113705, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "emos-cold-base-set-for-interconnecting-chains" } }, "prices" : [ { "priceId" : 8803, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8803, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113709, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "emos-warm-base-set-for-interconnecting-chains" } }, "prices" : [ { "priceId" : 8805, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 85362, "priceList" : "christmas-prices", "currency" : "EUR", "innerRecordId" : null, "indexed" : false, "priceWithoutTax" : "24.74", "priceWithTax" : "29.94", "taxRate" : "21.0", "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale" : { "priceId" : 8805, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113713, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "emos-nativity-set" } }, "prices" : [ { "priceId" : 8807, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "30.58", "priceWithTax" : "37.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 85380, "priceList" : "christmas-prices", "currency" : "EUR", "innerRecordId" : null, "indexed" : false, "priceWithoutTax" : "30.21", "priceWithTax" : "36.55", "taxRate" : "21.0", "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale" : { "priceId" : 8807, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "30.58", "priceWithTax" : "37.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113714, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "emos-candlestick" } }, "prices" : [ { "priceId" : 8809, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8809, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113716, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "retlux-warm-white-christmas-lightning" } }, "prices" : [ { "priceId" : 8811, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 85398, "priceList" : "christmas-prices", "currency" : "EUR", "innerRecordId" : null, "indexed" : false, "priceWithoutTax" : "12.02", "priceWithTax" : "14.55", "taxRate" : "21.0", "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale" : { "priceId" : 8811, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113718, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "retlux-blue-christmas-lightning" } }, "prices" : [ { "priceId" : 8813, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "10.74", "priceWithTax" : "13.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8813, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "10.74", "priceWithTax" : "13.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113720, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "retlux-cottage-acrylic-ornament" } }, "prices" : [ { "priceId" : 8815, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 85412, "priceList" : "christmas-prices", "currency" : "EUR", "innerRecordId" : null, "indexed" : false, "priceWithoutTax" : "11.79", "priceWithTax" : "14.26", "taxRate" : "21.0", "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale" : { "priceId" : 8815, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113721, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "immax-neo-lite-smart-chain" } }, "prices" : [ { "priceId" : 8817, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 85422, "priceList" : "christmas-prices", "currency" : "EUR", "innerRecordId" : null, "indexed" : false, "priceWithoutTax" : "33.47", "priceWithTax" : "40.5", "taxRate" : "21.0", "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale" : { "priceId" : 8817, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-tree" } }, "prices" : [ { "priceId" : 8819, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8819, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113727, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-strip" } }, "prices" : [ { "priceId" : 8821, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "54.55", "priceWithTax" : "66.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 85448, "priceList" : "christmas-prices", "currency" : "EUR", "innerRecordId" : null, "indexed" : false, "priceWithoutTax" : "53.88", "priceWithTax" : "65.2", "taxRate" : "21.0", "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] } ], "priceForSale" : { "priceId" : 8821, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "54.55", "priceWithTax" : "66.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 10, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 10, "type" : "PAGE" } ```>
md`.Example `price-valid-in-correct.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 113705, "attributes": { "code": "emos-cold-base-set-for-interconnecting-chains" }, "priceForSale": { "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0" } }, { "primaryKey": 113709, "attributes": { "code": "emos-warm-base-set-for-interconnecting-chains" }, "priceForSale": { "priceWithoutTax": "24.79", "priceWithTax": "30.0", "taxRate": "21.0" } }, { "primaryKey": 113713, "attributes": { "code": "emos-nativity-set" }, "priceForSale": { "priceWithoutTax": "30.58", "priceWithTax": "37.0", "taxRate": "21.0" } }, { "primaryKey": 113714, "attributes": { "code": "emos-candlestick" }, "priceForSale": { "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0" } }, { "primaryKey": 113716, "attributes": { "code": "retlux-warm-white-christmas-lightning" }, "priceForSale": { "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0" } }, { "primaryKey": 113718, "attributes": { "code": "retlux-blue-christmas-lightning" }, "priceForSale": { "priceWithoutTax": "10.74", "priceWithTax": "13.0", "taxRate": "21.0" } }, { "primaryKey": 113720, "attributes": { "code": "retlux-cottage-acrylic-ornament" }, "priceForSale": { "priceWithoutTax": "12.4", "priceWithTax": "15.0", "taxRate": "21.0" } }, { "primaryKey": 113721, "attributes": { "code": "immax-neo-lite-smart-chain" }, "priceForSale": { "priceWithoutTax": "33.88", "priceWithTax": "41.0", "taxRate": "21.0" } }, { "primaryKey": 113725, "attributes": { "code": "immax-neo-lite-smart-christmas-led-tree" }, "priceForSale": { "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0" } }, { "primaryKey": 113727, "attributes": { "code": "immax-neo-lite-smart-christmas-led-strip" }, "priceForSale": { "priceWithoutTax": "54.55", "priceWithTax": "66.0", "taxRate": "21.0" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 113705, "attributes" : { "code" : "emos-cold-base-set-for-interconnecting-chains" }, "priceForSale" : { "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0" } }, { "primaryKey" : 113709, "attributes" : { "code" : "emos-warm-base-set-for-interconnecting-chains" }, "priceForSale" : { "priceWithoutTax" : "24.79", "priceWithTax" : "30.0", "taxRate" : "21.0" } }, { "primaryKey" : 113713, "attributes" : { "code" : "emos-nativity-set" }, "priceForSale" : { "priceWithoutTax" : "30.58", "priceWithTax" : "37.0", "taxRate" : "21.0" } }, { "primaryKey" : 113714, "attributes" : { "code" : "emos-candlestick" }, "priceForSale" : { "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0" } }, { "primaryKey" : 113716, "attributes" : { "code" : "retlux-warm-white-christmas-lightning" }, "priceForSale" : { "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0" } }, { "primaryKey" : 113718, "attributes" : { "code" : "retlux-blue-christmas-lightning" }, "priceForSale" : { "priceWithoutTax" : "10.74", "priceWithTax" : "13.0", "taxRate" : "21.0" } }, { "primaryKey" : 113720, "attributes" : { "code" : "retlux-cottage-acrylic-ornament" }, "priceForSale" : { "priceWithoutTax" : "12.4", "priceWithTax" : "15.0", "taxRate" : "21.0" } }, { "primaryKey" : 113721, "attributes" : { "code" : "immax-neo-lite-smart-chain" }, "priceForSale" : { "priceWithoutTax" : "33.88", "priceWithTax" : "41.0", "taxRate" : "21.0" } }, { "primaryKey" : 113725, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-tree" }, "priceForSale" : { "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0" } }, { "primaryKey" : 113727, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-strip" }, "priceForSale" : { "priceWithoutTax" : "54.55", "priceWithTax" : "66.0", "taxRate" : "21.0" } } ] } ```>
md`.Example `price-between.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105293, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "rakuten-libra-2" } }, "prices": [ { "priceId": 777, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "131.41", "priceWithTax": "159.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 777, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "131.41", "priceWithTax": "159.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 105293, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "rakuten-libra-2" } }, "prices" : [ { "priceId" : 777, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "131.41", "priceWithTax" : "159.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 777, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "131.41", "priceWithTax" : "159.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `price-between.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105293, "attributes": { "code": "rakuten-libra-2" }, "priceForSale": { "priceWithoutTax": "131.41", "priceWithTax": "159.0", "taxRate": "21.0" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 105293, "attributes" : { "code" : "rakuten-libra-2" }, "priceForSale" : { "priceWithoutTax" : "131.41", "priceWithTax" : "159.0", "taxRate" : "21.0" } } ] } ```>
md`.Example `price-natural.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 113629, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 8737, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4161.98", "priceWithTax": "5036.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8737, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4161.98", "priceWithTax": "5036.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111500, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 8319, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4131.41", "priceWithTax": "4999.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8319, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4131.41", "priceWithTax": "4999.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109137, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4451, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 4451, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111151, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7689, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7689, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111152, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7691, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7691, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111147, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7683, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3933.06", "priceWithTax": "4759.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7683, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3933.06", "priceWithTax": "4759.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111149, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7685, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7685, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111150, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7687, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7687, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109133, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4447, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3883.47", "priceWithTax": "4699.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 4447, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3883.47", "priceWithTax": "4699.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111153, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7693, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7693, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111154, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7695, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7695, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109131, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4445, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3800.83", "priceWithTax": "4599.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 4445, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3800.83", "priceWithTax": "4599.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111155, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7697, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7697, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111156, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7699, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7699, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111144, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "prices": [ { "priceId": 7683, "priceList": "basic", "currency": "EUR", "innerRecordId": 111147, "indexed": true, "priceWithoutTax": "3933.06", "priceWithTax": "4759.0", "taxRate": "21.0", "validity": null }, { "priceId": 7685, "priceList": "basic", "currency": "EUR", "innerRecordId": 111149, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null }, { "priceId": 7687, "priceList": "basic", "currency": "EUR", "innerRecordId": 111150, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null }, { "priceId": 7689, "priceList": "basic", "currency": "EUR", "innerRecordId": 111151, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null }, { "priceId": 7691, "priceList": "basic", "currency": "EUR", "innerRecordId": 111152, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null }, { "priceId": 7693, "priceList": "basic", "currency": "EUR", "innerRecordId": 111153, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null }, { "priceId": 7695, "priceList": "basic", "currency": "EUR", "innerRecordId": 111154, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null }, { "priceId": 7697, "priceList": "basic", "currency": "EUR", "innerRecordId": 111155, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null }, { "priceId": 7699, "priceList": "basic", "currency": "EUR", "innerRecordId": 111156, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null }, { "priceId": 7701, "priceList": "basic", "currency": "EUR", "innerRecordId": 111157, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null }, { "priceId": 7703, "priceList": "basic", "currency": "EUR", "innerRecordId": 111158, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7701, "priceList": "basic", "currency": "EUR", "innerRecordId": 111157, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 111157, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7701, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7701, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111158, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7703, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 7703, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109118, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4431, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 4431, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109120, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4435, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 4435, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109139, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4455, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 4455, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 204, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 4063, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 113629, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 8737, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4161.98", "priceWithTax" : "5036.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8737, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4161.98", "priceWithTax" : "5036.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111500, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 8319, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4131.41", "priceWithTax" : "4999.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8319, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4131.41", "priceWithTax" : "4999.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109137, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4451, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 4451, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111151, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7689, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7689, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111152, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7691, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7691, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111147, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7683, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3933.06", "priceWithTax" : "4759.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7683, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3933.06", "priceWithTax" : "4759.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111149, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7685, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7685, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111150, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7687, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7687, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109133, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4447, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3883.47", "priceWithTax" : "4699.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 4447, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3883.47", "priceWithTax" : "4699.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111153, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7693, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7693, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111154, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7695, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7695, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109131, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4445, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3800.83", "priceWithTax" : "4599.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 4445, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3800.83", "priceWithTax" : "4599.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111155, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7697, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7697, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111156, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7699, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7699, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111144, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "prices" : [ { "priceId" : 7683, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111147, "indexed" : true, "priceWithoutTax" : "3933.06", "priceWithTax" : "4759.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7685, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111149, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7687, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111150, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7689, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111151, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7691, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111152, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7693, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111153, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7695, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111154, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7697, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111155, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7699, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111156, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7701, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111157, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7703, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111158, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7701, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111157, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : true }, { "primaryKey" : 111157, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7701, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7701, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111158, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7703, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 7703, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109118, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4431, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 4431, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109120, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4435, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 4435, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109139, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4455, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 4455, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 204, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 4063, "type" : "PAGE" } } ```>
md`.Example `price-natural.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 113629, "priceForSale": { "priceWithoutTax": "4161.98", "priceWithTax": "5036.0", "taxRate": "21.0" } }, { "primaryKey": 111500, "priceForSale": { "priceWithoutTax": "4131.41", "priceWithTax": "4999.0", "taxRate": "21.0" } }, { "primaryKey": 109137, "priceForSale": { "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0" } }, { "primaryKey": 111151, "priceForSale": { "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0" } }, { "primaryKey": 111152, "priceForSale": { "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0" } }, { "primaryKey": 111147, "priceForSale": { "priceWithoutTax": "3933.06", "priceWithTax": "4759.0", "taxRate": "21.0" } }, { "primaryKey": 111149, "priceForSale": { "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0" } }, { "primaryKey": 111150, "priceForSale": { "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0" } }, { "primaryKey": 109133, "priceForSale": { "priceWithoutTax": "3883.47", "priceWithTax": "4699.0", "taxRate": "21.0" } }, { "primaryKey": 111153, "priceForSale": { "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0" } }, { "primaryKey": 111154, "priceForSale": { "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0" } }, { "primaryKey": 109131, "priceForSale": { "priceWithoutTax": "3800.83", "priceWithTax": "4599.0", "taxRate": "21.0" } }, { "primaryKey": 111155, "priceForSale": { "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0" } }, { "primaryKey": 111156, "priceForSale": { "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0" } }, { "primaryKey": 111144, "priceForSale": { "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0" } }, { "primaryKey": 111157, "priceForSale": { "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0" } }, { "primaryKey": 111158, "priceForSale": { "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0" } }, { "primaryKey": 109118, "priceForSale": { "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0" } }, { "primaryKey": 109120, "priceForSale": { "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0" } }, { "primaryKey": 109139, "priceForSale": { "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 113629, "priceForSale" : { "priceWithoutTax" : "4161.98", "priceWithTax" : "5036.0", "taxRate" : "21.0" } }, { "primaryKey" : 111500, "priceForSale" : { "priceWithoutTax" : "4131.41", "priceWithTax" : "4999.0", "taxRate" : "21.0" } }, { "primaryKey" : 109137, "priceForSale" : { "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0" } }, { "primaryKey" : 111151, "priceForSale" : { "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0" } }, { "primaryKey" : 111152, "priceForSale" : { "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0" } }, { "primaryKey" : 111147, "priceForSale" : { "priceWithoutTax" : "3933.06", "priceWithTax" : "4759.0", "taxRate" : "21.0" } }, { "primaryKey" : 111149, "priceForSale" : { "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0" } }, { "primaryKey" : 111150, "priceForSale" : { "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0" } }, { "primaryKey" : 109133, "priceForSale" : { "priceWithoutTax" : "3883.47", "priceWithTax" : "4699.0", "taxRate" : "21.0" } }, { "primaryKey" : 111153, "priceForSale" : { "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0" } }, { "primaryKey" : 111154, "priceForSale" : { "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0" } }, { "primaryKey" : 109131, "priceForSale" : { "priceWithoutTax" : "3800.83", "priceWithTax" : "4599.0", "taxRate" : "21.0" } }, { "primaryKey" : 111155, "priceForSale" : { "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0" } }, { "primaryKey" : 111156, "priceForSale" : { "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0" } }, { "primaryKey" : 111144, "priceForSale" : { "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0" } }, { "primaryKey" : 111157, "priceForSale" : { "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0" } }, { "primaryKey" : 111158, "priceForSale" : { "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0" } }, { "primaryKey" : 109118, "priceForSale" : { "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0" } }, { "primaryKey" : 109120, "priceForSale" : { "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0" } }, { "primaryKey" : 109139, "priceForSale" : { "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0" } } ] } } } } ```>
md`.Example `price-discount.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 113629, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 8737, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4161.98", "priceWithTax": "5036.0", "taxRate": "21.0", "validity": null }, { "priceId": 35634, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4037.0", "priceWithTax": "4884.77", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 35634, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4037.0", "priceWithTax": "4884.77", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111500, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 8319, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4131.41", "priceWithTax": "4999.0", "taxRate": "21.0", "validity": null }, { "priceId": 34426, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4007.0", "priceWithTax": "4848.47", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 34426, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "4007.0", "priceWithTax": "4848.47", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109137, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4451, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null }, { "priceId": 22760, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 22760, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111151, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7689, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null }, { "priceId": 32598, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32598, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111152, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7691, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null }, { "priceId": 32600, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32600, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111147, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7683, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3933.06", "priceWithTax": "4759.0", "taxRate": "21.0", "validity": null }, { "priceId": 32592, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3815.0", "priceWithTax": "4616.15", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32592, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3815.0", "priceWithTax": "4616.15", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109133, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4447, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3883.47", "priceWithTax": "4699.0", "taxRate": "21.0", "validity": null }, { "priceId": 22756, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3766.0", "priceWithTax": "4556.86", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 22756, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3766.0", "priceWithTax": "4556.86", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111149, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7685, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null }, { "priceId": 32594, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3782.0", "priceWithTax": "4576.22", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32594, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3782.0", "priceWithTax": "4576.22", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111150, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7687, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null }, { "priceId": 32596, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3782.0", "priceWithTax": "4576.22", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32596, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3782.0", "priceWithTax": "4576.22", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111153, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7693, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null }, { "priceId": 32602, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3750.0", "priceWithTax": "4537.5", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32602, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3750.0", "priceWithTax": "4537.5", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111154, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7695, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null }, { "priceId": 32604, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3750.0", "priceWithTax": "4537.5", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32604, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3750.0", "priceWithTax": "4537.5", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109131, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4445, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3800.83", "priceWithTax": "4599.0", "taxRate": "21.0", "validity": null }, { "priceId": 22754, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3686.0", "priceWithTax": "4460.06", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 22754, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3686.0", "priceWithTax": "4460.06", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111155, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7697, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null }, { "priceId": 32606, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3678.0", "priceWithTax": "4450.38", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32606, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3678.0", "priceWithTax": "4450.38", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111156, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7699, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null }, { "priceId": 32608, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3678.0", "priceWithTax": "4450.38", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32608, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3678.0", "priceWithTax": "4450.38", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111144, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "prices": [ { "priceId": 7683, "priceList": "basic", "currency": "EUR", "innerRecordId": 111147, "indexed": true, "priceWithoutTax": "3933.06", "priceWithTax": "4759.0", "taxRate": "21.0", "validity": null }, { "priceId": 7685, "priceList": "basic", "currency": "EUR", "innerRecordId": 111149, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null }, { "priceId": 7687, "priceList": "basic", "currency": "EUR", "innerRecordId": 111150, "indexed": true, "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0", "validity": null }, { "priceId": 7689, "priceList": "basic", "currency": "EUR", "innerRecordId": 111151, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null }, { "priceId": 7691, "priceList": "basic", "currency": "EUR", "innerRecordId": 111152, "indexed": true, "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0", "validity": null }, { "priceId": 7693, "priceList": "basic", "currency": "EUR", "innerRecordId": 111153, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null }, { "priceId": 7695, "priceList": "basic", "currency": "EUR", "innerRecordId": 111154, "indexed": true, "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0", "validity": null }, { "priceId": 7697, "priceList": "basic", "currency": "EUR", "innerRecordId": 111155, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null }, { "priceId": 7699, "priceList": "basic", "currency": "EUR", "innerRecordId": 111156, "indexed": true, "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0", "validity": null }, { "priceId": 7701, "priceList": "basic", "currency": "EUR", "innerRecordId": 111157, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null }, { "priceId": 7703, "priceList": "basic", "currency": "EUR", "innerRecordId": 111158, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null }, { "priceId": 32592, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111147, "indexed": true, "priceWithoutTax": "3815.0", "priceWithTax": "4616.15", "taxRate": "21.0", "validity": null }, { "priceId": 32594, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111149, "indexed": true, "priceWithoutTax": "3782.0", "priceWithTax": "4576.22", "taxRate": "21.0", "validity": null }, { "priceId": 32596, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111150, "indexed": true, "priceWithoutTax": "3782.0", "priceWithTax": "4576.22", "taxRate": "21.0", "validity": null }, { "priceId": 32598, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111151, "indexed": true, "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0", "validity": null }, { "priceId": 32600, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111152, "indexed": true, "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0", "validity": null }, { "priceId": 32602, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111153, "indexed": true, "priceWithoutTax": "3750.0", "priceWithTax": "4537.5", "taxRate": "21.0", "validity": null }, { "priceId": 32604, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111154, "indexed": true, "priceWithoutTax": "3750.0", "priceWithTax": "4537.5", "taxRate": "21.0", "validity": null }, { "priceId": 32606, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111155, "indexed": true, "priceWithoutTax": "3678.0", "priceWithTax": "4450.38", "taxRate": "21.0", "validity": null }, { "priceId": 32608, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111156, "indexed": true, "priceWithoutTax": "3678.0", "priceWithTax": "4450.38", "taxRate": "21.0", "validity": null }, { "priceId": 32610, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111157, "indexed": true, "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0", "validity": null }, { "priceId": 32612, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111158, "indexed": true, "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32610, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": 111157, "indexed": true, "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 111157, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7701, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null }, { "priceId": 32610, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32610, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0", "validity": null } }, { "primaryKey": 111158, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 7703, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0", "validity": null }, { "priceId": 32612, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 32612, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109118, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4431, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null }, { "priceId": 22740, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 22740, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109120, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4435, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null }, { "priceId": 22744, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 22744, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0", "validity": null } }, { "primaryKey": 109139, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "prices": [ { "priceId": 4455, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0", "validity": null }, { "priceId": 22764, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 22764, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 204, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 4063, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 113629, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 8737, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4161.98", "priceWithTax" : "5036.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 35634, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4037.0", "priceWithTax" : "4884.77", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 35634, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4037.0", "priceWithTax" : "4884.77", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111500, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 8319, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4131.41", "priceWithTax" : "4999.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 34426, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4007.0", "priceWithTax" : "4848.47", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 34426, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "4007.0", "priceWithTax" : "4848.47", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109137, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4451, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 22760, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 22760, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111151, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7689, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32598, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32598, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111152, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7691, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32600, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32600, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111147, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7683, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3933.06", "priceWithTax" : "4759.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32592, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3815.0", "priceWithTax" : "4616.15", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32592, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3815.0", "priceWithTax" : "4616.15", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109133, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4447, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3883.47", "priceWithTax" : "4699.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 22756, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3766.0", "priceWithTax" : "4556.86", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 22756, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3766.0", "priceWithTax" : "4556.86", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111149, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7685, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32594, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3782.0", "priceWithTax" : "4576.22", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32594, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3782.0", "priceWithTax" : "4576.22", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111150, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7687, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32596, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3782.0", "priceWithTax" : "4576.22", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32596, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3782.0", "priceWithTax" : "4576.22", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111153, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7693, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32602, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3750.0", "priceWithTax" : "4537.5", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32602, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3750.0", "priceWithTax" : "4537.5", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111154, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7695, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32604, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3750.0", "priceWithTax" : "4537.5", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32604, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3750.0", "priceWithTax" : "4537.5", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109131, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4445, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3800.83", "priceWithTax" : "4599.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 22754, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3686.0", "priceWithTax" : "4460.06", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 22754, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3686.0", "priceWithTax" : "4460.06", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111155, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7697, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32606, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3678.0", "priceWithTax" : "4450.38", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32606, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3678.0", "priceWithTax" : "4450.38", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111156, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7699, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32608, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3678.0", "priceWithTax" : "4450.38", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32608, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3678.0", "priceWithTax" : "4450.38", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111144, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "prices" : [ { "priceId" : 7683, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111147, "indexed" : true, "priceWithoutTax" : "3933.06", "priceWithTax" : "4759.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7685, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111149, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7687, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111150, "indexed" : true, "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7689, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111151, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7691, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111152, "indexed" : true, "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7693, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111153, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7695, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111154, "indexed" : true, "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7697, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111155, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7699, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111156, "indexed" : true, "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7701, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111157, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 7703, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 111158, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32592, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111147, "indexed" : true, "priceWithoutTax" : "3815.0", "priceWithTax" : "4616.15", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32594, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111149, "indexed" : true, "priceWithoutTax" : "3782.0", "priceWithTax" : "4576.22", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32596, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111150, "indexed" : true, "priceWithoutTax" : "3782.0", "priceWithTax" : "4576.22", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32598, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111151, "indexed" : true, "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32600, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111152, "indexed" : true, "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32602, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111153, "indexed" : true, "priceWithoutTax" : "3750.0", "priceWithTax" : "4537.5", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32604, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111154, "indexed" : true, "priceWithoutTax" : "3750.0", "priceWithTax" : "4537.5", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32606, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111155, "indexed" : true, "priceWithoutTax" : "3678.0", "priceWithTax" : "4450.38", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32608, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111156, "indexed" : true, "priceWithoutTax" : "3678.0", "priceWithTax" : "4450.38", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32610, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111157, "indexed" : true, "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32612, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111158, "indexed" : true, "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32610, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : 111157, "indexed" : true, "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : true }, { "primaryKey" : 111157, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7701, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32610, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32610, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 111158, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 7703, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 32612, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 32612, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109118, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4431, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 22740, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 22740, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109120, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4435, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 22744, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 22744, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 109139, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "prices" : [ { "priceId" : 4455, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 22764, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 22764, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 204, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 4063, "type" : "PAGE" } } ```>
md`.Example `price-discount.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 113629, "priceForSale": { "priceWithoutTax": "4037.0", "priceWithTax": "4884.77", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "4161.98", "priceWithTax": "5036.0", "taxRate": "21.0" } }, { "primaryKey": 111500, "priceForSale": { "priceWithoutTax": "4007.0", "priceWithTax": "4848.47", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "4131.41", "priceWithTax": "4999.0", "taxRate": "21.0" } }, { "primaryKey": 109137, "priceForSale": { "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0" } }, { "primaryKey": 111151, "priceForSale": { "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0" } }, { "primaryKey": 111152, "priceForSale": { "priceWithoutTax": "3847.0", "priceWithTax": "4654.87", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3966.12", "priceWithTax": "4799.0", "taxRate": "21.0" } }, { "primaryKey": 111147, "priceForSale": { "priceWithoutTax": "3815.0", "priceWithTax": "4616.15", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3933.06", "priceWithTax": "4759.0", "taxRate": "21.0" } }, { "primaryKey": 109133, "priceForSale": { "priceWithoutTax": "3766.0", "priceWithTax": "4556.86", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3883.47", "priceWithTax": "4699.0", "taxRate": "21.0" } }, { "primaryKey": 111149, "priceForSale": { "priceWithoutTax": "3782.0", "priceWithTax": "4576.22", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0" } }, { "primaryKey": 111150, "priceForSale": { "priceWithoutTax": "3782.0", "priceWithTax": "4576.22", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3899.17", "priceWithTax": "4718.0", "taxRate": "21.0" } }, { "primaryKey": 111153, "priceForSale": { "priceWithoutTax": "3750.0", "priceWithTax": "4537.5", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0" } }, { "primaryKey": 111154, "priceForSale": { "priceWithoutTax": "3750.0", "priceWithTax": "4537.5", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3866.94", "priceWithTax": "4679.0", "taxRate": "21.0" } }, { "primaryKey": 109131, "priceForSale": { "priceWithoutTax": "3686.0", "priceWithTax": "4460.06", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3800.83", "priceWithTax": "4599.0", "taxRate": "21.0" } }, { "primaryKey": 111155, "priceForSale": { "priceWithoutTax": "3678.0", "priceWithTax": "4450.38", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0" } }, { "primaryKey": 111156, "priceForSale": { "priceWithoutTax": "3678.0", "priceWithTax": "4450.38", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3792.56", "priceWithTax": "4589.0", "taxRate": "21.0" } }, { "primaryKey": 111144, "priceForSale": { "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3933.06", "priceWithTax": "4759.0", "taxRate": "21.0" } }, { "primaryKey": 111157, "priceForSale": { "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0" } }, { "primaryKey": 111158, "priceForSale": { "priceWithoutTax": "3638.0", "priceWithTax": "4401.98", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3751.24", "priceWithTax": "4539.0", "taxRate": "21.0" } }, { "primaryKey": 109118, "priceForSale": { "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0" } }, { "primaryKey": 109120, "priceForSale": { "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0" } }, { "primaryKey": 109139, "priceForSale": { "priceWithoutTax": "3606.0", "priceWithTax": "4363.26", "taxRate": "21.0" }, "basic": { "priceWithoutTax": "3718.18", "priceWithTax": "4499.0", "taxRate": "21.0" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 113629, "priceForSale" : { "priceWithoutTax" : "4037.0", "priceWithTax" : "4884.77", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "4161.98", "priceWithTax" : "5036.0", "taxRate" : "21.0" } }, { "primaryKey" : 111500, "priceForSale" : { "priceWithoutTax" : "4007.0", "priceWithTax" : "4848.47", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "4131.41", "priceWithTax" : "4999.0", "taxRate" : "21.0" } }, { "primaryKey" : 109137, "priceForSale" : { "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0" } }, { "primaryKey" : 111151, "priceForSale" : { "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0" } }, { "primaryKey" : 111152, "priceForSale" : { "priceWithoutTax" : "3847.0", "priceWithTax" : "4654.87", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3966.12", "priceWithTax" : "4799.0", "taxRate" : "21.0" } }, { "primaryKey" : 111147, "priceForSale" : { "priceWithoutTax" : "3815.0", "priceWithTax" : "4616.15", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3933.06", "priceWithTax" : "4759.0", "taxRate" : "21.0" } }, { "primaryKey" : 109133, "priceForSale" : { "priceWithoutTax" : "3766.0", "priceWithTax" : "4556.86", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3883.47", "priceWithTax" : "4699.0", "taxRate" : "21.0" } }, { "primaryKey" : 111149, "priceForSale" : { "priceWithoutTax" : "3782.0", "priceWithTax" : "4576.22", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0" } }, { "primaryKey" : 111150, "priceForSale" : { "priceWithoutTax" : "3782.0", "priceWithTax" : "4576.22", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3899.17", "priceWithTax" : "4718.0", "taxRate" : "21.0" } }, { "primaryKey" : 111153, "priceForSale" : { "priceWithoutTax" : "3750.0", "priceWithTax" : "4537.5", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0" } }, { "primaryKey" : 111154, "priceForSale" : { "priceWithoutTax" : "3750.0", "priceWithTax" : "4537.5", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3866.94", "priceWithTax" : "4679.0", "taxRate" : "21.0" } }, { "primaryKey" : 109131, "priceForSale" : { "priceWithoutTax" : "3686.0", "priceWithTax" : "4460.06", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3800.83", "priceWithTax" : "4599.0", "taxRate" : "21.0" } }, { "primaryKey" : 111155, "priceForSale" : { "priceWithoutTax" : "3678.0", "priceWithTax" : "4450.38", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0" } }, { "primaryKey" : 111156, "priceForSale" : { "priceWithoutTax" : "3678.0", "priceWithTax" : "4450.38", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3792.56", "priceWithTax" : "4589.0", "taxRate" : "21.0" } }, { "primaryKey" : 111144, "priceForSale" : { "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3933.06", "priceWithTax" : "4759.0", "taxRate" : "21.0" } }, { "primaryKey" : 111157, "priceForSale" : { "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0" } }, { "primaryKey" : 111158, "priceForSale" : { "priceWithoutTax" : "3638.0", "priceWithTax" : "4401.98", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3751.24", "priceWithTax" : "4539.0", "taxRate" : "21.0" } }, { "primaryKey" : 109118, "priceForSale" : { "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0" } }, { "primaryKey" : 109120, "priceForSale" : { "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0" } }, { "primaryKey" : 109139, "priceForSale" : { "priceWithoutTax" : "3606.0", "priceWithTax" : "4363.26", "taxRate" : "21.0" }, "basic" : { "priceWithoutTax" : "3718.18", "priceWithTax" : "4499.0", "taxRate" : "21.0" } } ] } } } } ```>
md`.Example `price-type.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105148, "attributes": { "code": "amazon-kindle-paperwhite-signature-edition" }, "priceForSale": { "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0" } }, { "primaryKey": 106105, "attributes": { "code": "alcatel-3" }, "priceForSale": { "priceWithoutTax": "66.12", "priceWithTax": "80.0", "taxRate": "21.0" } }, { "primaryKey": 106106, "attributes": { "code": "alcatel-3-1" }, "priceForSale": { "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0" } }, { "primaryKey": 107130, "attributes": { "code": "oppo-a16e" }, "priceForSale": { "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0" } }, { "primaryKey": 108599, "attributes": { "code": "fitbit-luxe" }, "priceForSale": { "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0" } }, { "primaryKey": 113110, "attributes": { "code": "logitech-mx-anywhere-3" }, "priceForSale": { "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0" } }, { "primaryKey": 113302, "attributes": { "code": "24v5c" }, "priceForSale": { "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0" } }, { "primaryKey": 113660, "attributes": { "code": "genius-sp-hf2800bt" }, "priceForSale": { "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0" } }, { "primaryKey": 113725, "attributes": { "code": "immax-neo-lite-smart-christmas-led-tree" }, "priceForSale": { "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0" } }, { "primaryKey": 113762, "attributes": { "code": "logitech-mx-keys" }, "priceForSale": { "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 105148, "attributes" : { "code" : "amazon-kindle-paperwhite-signature-edition" }, "priceForSale" : { "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0" } }, { "primaryKey" : 106105, "attributes" : { "code" : "alcatel-3" }, "priceForSale" : { "priceWithoutTax" : "66.12", "priceWithTax" : "80.0", "taxRate" : "21.0" } }, { "primaryKey" : 106106, "attributes" : { "code" : "alcatel-3-1" }, "priceForSale" : { "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0" } }, { "primaryKey" : 107130, "attributes" : { "code" : "oppo-a16e" }, "priceForSale" : { "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0" } }, { "primaryKey" : 108599, "attributes" : { "code" : "fitbit-luxe" }, "priceForSale" : { "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0" } }, { "primaryKey" : 113110, "attributes" : { "code" : "logitech-mx-anywhere-3" }, "priceForSale" : { "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0" } }, { "primaryKey" : 113302, "attributes" : { "code" : "24v5c" }, "priceForSale" : { "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0" } }, { "primaryKey" : 113660, "attributes" : { "code" : "genius-sp-hf2800bt" }, "priceForSale" : { "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0" } }, { "primaryKey" : 113725, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-tree" }, "priceForSale" : { "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0" } }, { "primaryKey" : 113762, "attributes" : { "code" : "logitech-mx-keys" }, "priceForSale" : { "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0" } } ] } ```>
md`.Example `price-type.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105148, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "amazon-kindle-paperwhite-signature-edition" } }, "prices": [ { "priceId": 705, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 705, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 106105, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "alcatel-3" } }, "prices": [ { "priceId": 1443, "priceList": "basic", "currency": "EUR", "innerRecordId": 106106, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null }, { "priceId": 1445, "priceList": "basic", "currency": "EUR", "innerRecordId": 106107, "indexed": true, "priceWithoutTax": "66.12", "priceWithTax": "80.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 1445, "priceList": "basic", "currency": "EUR", "innerRecordId": 106107, "indexed": true, "priceWithoutTax": "66.12", "priceWithTax": "80.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true }, { "primaryKey": 106106, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "alcatel-3-1" } }, "prices": [ { "priceId": 1443, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 1443, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 107130, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "oppo-a16e" } }, "prices": [ { "priceId": 2451, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2451, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 108599, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "fitbit-luxe" } }, "prices": [ { "priceId": 3929, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3929, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113110, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "logitech-mx-anywhere-3" } }, "prices": [ { "priceId": 8569, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8569, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113302, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "24v5c" } }, "prices": [ { "priceId": 8407, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8407, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113660, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "genius-sp-hf2800bt" } }, "prices": [ { "priceId": 8747, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8747, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-tree" } }, "prices": [ { "priceId": 8819, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8819, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 113762, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "logitech-mx-keys" } }, "prices": [ { "priceId": 8765, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8765, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 10, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 10, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 105148, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "amazon-kindle-paperwhite-signature-edition" } }, "prices" : [ { "priceId" : 705, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 705, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 106105, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "global" : { "code" : "alcatel-3" } }, "prices" : [ { "priceId" : 1443, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 106106, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 1445, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 106107, "indexed" : true, "priceWithoutTax" : "66.12", "priceWithTax" : "80.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 1445, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 106107, "indexed" : true, "priceWithoutTax" : "66.12", "priceWithTax" : "80.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : true }, { "primaryKey" : 106106, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "alcatel-3-1" } }, "prices" : [ { "priceId" : 1443, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 1443, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 107130, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "oppo-a16e" } }, "prices" : [ { "priceId" : 2451, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2451, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 108599, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "fitbit-luxe" } }, "prices" : [ { "priceId" : 3929, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3929, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113110, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "logitech-mx-anywhere-3" } }, "prices" : [ { "priceId" : 8569, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8569, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113302, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "24v5c" } }, "prices" : [ { "priceId" : 8407, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8407, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113660, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "genius-sp-hf2800bt" } }, "prices" : [ { "priceId" : 8747, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8747, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-tree" } }, "prices" : [ { "priceId" : 8819, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8819, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 113762, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "logitech-mx-keys" } }, "prices" : [ { "priceId" : 8765, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8765, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 10, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 10, "type" : "PAGE" } ```>
md`.Example `price-type-without-tax.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107008, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "nokia-c2" } }, "prices": [ { "priceId": 2323, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2323, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 107014, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "nokia-g10" } }, "prices": [ { "priceId": 2329, "priceList": "basic", "currency": "EUR", "innerRecordId": 107015, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null }, { "priceId": 2331, "priceList": "basic", "currency": "EUR", "innerRecordId": 107017, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2329, "priceList": "basic", "currency": "EUR", "innerRecordId": 107015, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": false }, { "primaryKey": 107015, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "nokia-g10-1" } }, "prices": [ { "priceId": 2329, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2329, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 107017, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "nokia-g10-2" } }, "prices": [ { "priceId": 2331, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2331, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 107168, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "oppo-a53" } }, "prices": [ { "priceId": 2501, "priceList": "basic", "currency": "EUR", "innerRecordId": 107170, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null }, { "priceId": 2503, "priceList": "basic", "currency": "EUR", "innerRecordId": 107172, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null }, { "priceId": 2505, "priceList": "basic", "currency": "EUR", "innerRecordId": 107174, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2501, "priceList": "basic", "currency": "EUR", "innerRecordId": 107170, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": false }, { "primaryKey": 107170, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "oppo-a53-1" } }, "prices": [ { "priceId": 2501, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2501, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 107172, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "oppo-a53-2" } }, "prices": [ { "priceId": 2503, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2503, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } }, { "primaryKey": 107174, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "oppo-a53-3" } }, "prices": [ { "priceId": 2505, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2505, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 8, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 8, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 107008, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "nokia-c2" } }, "prices" : [ { "priceId" : 2323, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2323, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 107014, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "global" : { "code" : "nokia-g10" } }, "prices" : [ { "priceId" : 2329, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107015, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 2331, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107017, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2329, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107015, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : false }, { "primaryKey" : 107015, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "nokia-g10-1" } }, "prices" : [ { "priceId" : 2329, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2329, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 107017, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "nokia-g10-2" } }, "prices" : [ { "priceId" : 2331, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2331, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 107168, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "global" : { "code" : "oppo-a53" } }, "prices" : [ { "priceId" : 2501, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107170, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 2503, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107172, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 2505, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107174, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2501, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107170, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : false }, { "primaryKey" : 107170, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "oppo-a53-1" } }, "prices" : [ { "priceId" : 2501, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2501, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 107172, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "oppo-a53-2" } }, "prices" : [ { "priceId" : 2503, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2503, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } }, { "primaryKey" : 107174, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "oppo-a53-3" } }, "prices" : [ { "priceId" : 2505, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2505, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 8, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 8, "type" : "PAGE" } ```>
md`.Example `price-type-without-tax.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107008, "attributes": { "code": "nokia-c2" }, "priceForSale": { "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0" } }, { "primaryKey": 107014, "attributes": { "code": "nokia-g10" }, "priceForSale": { "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0" } }, { "primaryKey": 107015, "attributes": { "code": "nokia-g10-1" }, "priceForSale": { "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0" } }, { "primaryKey": 107017, "attributes": { "code": "nokia-g10-2" }, "priceForSale": { "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0" } }, { "primaryKey": 107168, "attributes": { "code": "oppo-a53" }, "priceForSale": { "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0" } }, { "primaryKey": 107170, "attributes": { "code": "oppo-a53-1" }, "priceForSale": { "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0" } }, { "primaryKey": 107172, "attributes": { "code": "oppo-a53-2" }, "priceForSale": { "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0" } }, { "primaryKey": 107174, "attributes": { "code": "oppo-a53-3" }, "priceForSale": { "priceWithoutTax": "102.48", "priceWithTax": "124.0", "taxRate": "21.0" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 107008, "attributes" : { "code" : "nokia-c2" }, "priceForSale" : { "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0" } }, { "primaryKey" : 107014, "attributes" : { "code" : "nokia-g10" }, "priceForSale" : { "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0" } }, { "primaryKey" : 107015, "attributes" : { "code" : "nokia-g10-1" }, "priceForSale" : { "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0" } }, { "primaryKey" : 107017, "attributes" : { "code" : "nokia-g10-2" }, "priceForSale" : { "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0" } }, { "primaryKey" : 107168, "attributes" : { "code" : "oppo-a53" }, "priceForSale" : { "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0" } }, { "primaryKey" : 107170, "attributes" : { "code" : "oppo-a53-1" }, "priceForSale" : { "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0" } }, { "primaryKey" : 107172, "attributes" : { "code" : "oppo-a53-2" }, "priceForSale" : { "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0" } }, { "primaryKey" : 107174, "attributes" : { "code" : "oppo-a53-3" }, "priceForSale" : { "priceWithoutTax" : "102.48", "priceWithTax" : "124.0", "taxRate" : "21.0" } } ] } ```>
md`.Example `and.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 106742, "type": "Product" } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 106742, "type" : "Product" } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } } ```>
md`.Example `and.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 106742 } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 106742 } ] } } } } ```>
md`.Example `or.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 106742, "type": "Product" }, { "primaryKey": 107546, "type": "Product" }, { "primaryKey": 110066, "type": "Product" }, { "primaryKey": 110513, "type": "Product" } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 4, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 4, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 106742, "type" : "Product" }, { "primaryKey" : 107546, "type" : "Product" }, { "primaryKey" : 110066, "type" : "Product" }, { "primaryKey" : 110513, "type" : "Product" } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 4, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 4, "type" : "PAGE" } } ```>
md`.Example `or.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 106742 }, { "primaryKey": 107546 }, { "primaryKey": 110066 }, { "primaryKey": 110513 } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 106742 }, { "primaryKey" : 107546 }, { "primaryKey" : 110066 }, { "primaryKey" : 110513 } ] } } } } ```>
md`.Example `not.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 63049, "type": "Product" }, { "primaryKey": 66554, "type": "Product" }, { "primaryKey": 66556, "type": "Product" }, { "primaryKey": 66559, "type": "Product" }, { "primaryKey": 66561, "type": "Product" }, { "primaryKey": 66562, "type": "Product" }, { "primaryKey": 66563, "type": "Product" }, { "primaryKey": 66565, "type": "Product" }, { "primaryKey": 66566, "type": "Product" }, { "primaryKey": 66567, "type": "Product" }, { "primaryKey": 66569, "type": "Product" }, { "primaryKey": 66570, "type": "Product" }, { "primaryKey": 66571, "type": "Product" }, { "primaryKey": 66572, "type": "Product" }, { "primaryKey": 66573, "type": "Product" }, { "primaryKey": 66574, "type": "Product" }, { "primaryKey": 66575, "type": "Product" }, { "primaryKey": 66576, "type": "Product" }, { "primaryKey": 66577, "type": "Product" }, { "primaryKey": 66578, "type": "Product" } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 208, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 4158, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 63049, "type" : "Product" }, { "primaryKey" : 66554, "type" : "Product" }, { "primaryKey" : 66556, "type" : "Product" }, { "primaryKey" : 66559, "type" : "Product" }, { "primaryKey" : 66561, "type" : "Product" }, { "primaryKey" : 66562, "type" : "Product" }, { "primaryKey" : 66563, "type" : "Product" }, { "primaryKey" : 66565, "type" : "Product" }, { "primaryKey" : 66566, "type" : "Product" }, { "primaryKey" : 66567, "type" : "Product" }, { "primaryKey" : 66569, "type" : "Product" }, { "primaryKey" : 66570, "type" : "Product" }, { "primaryKey" : 66571, "type" : "Product" }, { "primaryKey" : 66572, "type" : "Product" }, { "primaryKey" : 66573, "type" : "Product" }, { "primaryKey" : 66574, "type" : "Product" }, { "primaryKey" : 66575, "type" : "Product" }, { "primaryKey" : 66576, "type" : "Product" }, { "primaryKey" : 66577, "type" : "Product" }, { "primaryKey" : 66578, "type" : "Product" } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 208, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 4158, "type" : "PAGE" } } ```>
md`.Example `not.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 63049 }, { "primaryKey": 66554 }, { "primaryKey": 66556 }, { "primaryKey": 66559 }, { "primaryKey": 66561 }, { "primaryKey": 66562 }, { "primaryKey": 66563 }, { "primaryKey": 66565 }, { "primaryKey": 66566 }, { "primaryKey": 66567 }, { "primaryKey": 66569 }, { "primaryKey": 66570 }, { "primaryKey": 66571 }, { "primaryKey": 66572 }, { "primaryKey": 66573 }, { "primaryKey": 66574 }, { "primaryKey": 66575 }, { "primaryKey": 66576 }, { "primaryKey": 66577 }, { "primaryKey": 66578 } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 63049 }, { "primaryKey" : 66554 }, { "primaryKey" : 66556 }, { "primaryKey" : 66559 }, { "primaryKey" : 66561 }, { "primaryKey" : 66562 }, { "primaryKey" : 66563 }, { "primaryKey" : 66565 }, { "primaryKey" : 66566 }, { "primaryKey" : 66567 }, { "primaryKey" : 66569 }, { "primaryKey" : 66570 }, { "primaryKey" : 66571 }, { "primaryKey" : 66572 }, { "primaryKey" : 66573 }, { "primaryKey" : 66574 }, { "primaryKey" : 66575 }, { "primaryKey" : 66576 }, { "primaryKey" : 66577 }, { "primaryKey" : 66578 } ] } } } } ```>
md`.Example `not-narrowed.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66556, "type": "Product" }, { "primaryKey": 66567, "type": "Product" }, { "primaryKey": 66574, "type": "Product" } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 3, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 3, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66556, "type" : "Product" }, { "primaryKey" : 66567, "type" : "Product" }, { "primaryKey" : 66574, "type" : "Product" } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 3, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 3, "type" : "PAGE" } } ```>
md`.Example `not-narrowed.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 66556 }, { "primaryKey": 66567 }, { "primaryKey": 66574 } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 66556 }, { "primaryKey" : 66567 }, { "primaryKey" : 66574 } ] } } } } ```>
md`.Example `attribute-in-range.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 113705, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "emos-cold-base-set-for-interconnecting-chains" } } }, { "primaryKey": 113709, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "emos-warm-base-set-for-interconnecting-chains" } } }, { "primaryKey": 113713, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "emos-nativity-set" } } }, { "primaryKey": 113714, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "emos-candlestick" } } }, { "primaryKey": 113716, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "retlux-warm-white-christmas-lightning" } } }, { "primaryKey": 113718, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "retlux-blue-christmas-lightning" } } }, { "primaryKey": 113720, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "retlux-cottage-acrylic-ornament" } } }, { "primaryKey": 113721, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "immax-neo-lite-smart-chain" } } }, { "primaryKey": 113725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-tree" } } }, { "primaryKey": 113727, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-strip" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 10, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 10, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 113705, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "emos-cold-base-set-for-interconnecting-chains" } } }, { "primaryKey" : 113709, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "emos-warm-base-set-for-interconnecting-chains" } } }, { "primaryKey" : 113713, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "emos-nativity-set" } } }, { "primaryKey" : 113714, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "emos-candlestick" } } }, { "primaryKey" : 113716, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "retlux-warm-white-christmas-lightning" } } }, { "primaryKey" : 113718, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "retlux-blue-christmas-lightning" } } }, { "primaryKey" : 113720, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "retlux-cottage-acrylic-ornament" } } }, { "primaryKey" : 113721, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "immax-neo-lite-smart-chain" } } }, { "primaryKey" : 113725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-tree" } } }, { "primaryKey" : 113727, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-strip" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 10, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 10, "type" : "PAGE" } } ```>
md`.Example `attribute-in-range.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 113705, "attributes": { "code": "emos-cold-base-set-for-interconnecting-chains" } }, { "primaryKey": 113709, "attributes": { "code": "emos-warm-base-set-for-interconnecting-chains" } }, { "primaryKey": 113713, "attributes": { "code": "emos-nativity-set" } }, { "primaryKey": 113714, "attributes": { "code": "emos-candlestick" } }, { "primaryKey": 113716, "attributes": { "code": "retlux-warm-white-christmas-lightning" } }, { "primaryKey": 113718, "attributes": { "code": "retlux-blue-christmas-lightning" } }, { "primaryKey": 113720, "attributes": { "code": "retlux-cottage-acrylic-ornament" } }, { "primaryKey": 113721, "attributes": { "code": "immax-neo-lite-smart-chain" } }, { "primaryKey": 113725, "attributes": { "code": "immax-neo-lite-smart-christmas-led-tree" } }, { "primaryKey": 113727, "attributes": { "code": "immax-neo-lite-smart-christmas-led-strip" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 113705, "attributes" : { "code" : "emos-cold-base-set-for-interconnecting-chains" } }, { "primaryKey" : 113709, "attributes" : { "code" : "emos-warm-base-set-for-interconnecting-chains" } }, { "primaryKey" : 113713, "attributes" : { "code" : "emos-nativity-set" } }, { "primaryKey" : 113714, "attributes" : { "code" : "emos-candlestick" } }, { "primaryKey" : 113716, "attributes" : { "code" : "retlux-warm-white-christmas-lightning" } }, { "primaryKey" : 113718, "attributes" : { "code" : "retlux-blue-christmas-lightning" } }, { "primaryKey" : 113720, "attributes" : { "code" : "retlux-cottage-acrylic-ornament" } }, { "primaryKey" : 113721, "attributes" : { "code" : "immax-neo-lite-smart-chain" } }, { "primaryKey" : 113725, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-tree" } }, { "primaryKey" : 113727, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-strip" } } ] } } } } ```>
md`.Example `locale.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 113884, "attributes": { "code": "vip-voucher-200-for-christmas-electronics", "name": "EVITA VIP Voucher 200 for Christmas electronics" } }, { "primaryKey": 113885, "attributes": { "code": "vip-voucher-500-for-christmas-electronics", "name": "EVITA VIP Voucher 500 for Christmas electronics" } }, { "primaryKey": 113887, "attributes": { "code": "vip-voucher-1-000-for-phones", "name": "EVITA VIP Voucher 1 000 for Phones" } }, { "primaryKey": 113888, "attributes": { "code": "vip-voucher-2-000-for-phones", "name": "EVITA VIP Voucher 2 000 for Phones" } }, { "primaryKey": 113889, "attributes": { "code": "vip-voucher-5-000-for-phones", "name": "EVITA VIP Voucher 5 000 for Phones" } }, { "primaryKey": 113891, "attributes": { "code": "vip-voucher-10-000-for-notebooks", "name": "EVITA VIP Voucher 10 000 for Notebooks" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 113884, "attributes" : { "code" : "vip-voucher-200-for-christmas-electronics", "name" : "EVITA VIP Voucher 200 for Christmas electronics" } }, { "primaryKey" : 113885, "attributes" : { "code" : "vip-voucher-500-for-christmas-electronics", "name" : "EVITA VIP Voucher 500 for Christmas electronics" } }, { "primaryKey" : 113887, "attributes" : { "code" : "vip-voucher-1-000-for-phones", "name" : "EVITA VIP Voucher 1 000 for Phones" } }, { "primaryKey" : 113888, "attributes" : { "code" : "vip-voucher-2-000-for-phones", "name" : "EVITA VIP Voucher 2 000 for Phones" } }, { "primaryKey" : 113889, "attributes" : { "code" : "vip-voucher-5-000-for-phones", "name" : "EVITA VIP Voucher 5 000 for Phones" } }, { "primaryKey" : 113891, "attributes" : { "code" : "vip-voucher-10-000-for-notebooks", "name" : "EVITA VIP Voucher 10 000 for Notebooks" } } ] } } } } ```>
md`.Example `locale.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 113884, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-200-for-christmas-electronics" }, "localized": { "en": { "name": "EVITA VIP Voucher 200 for Christmas electronics" } } } }, { "primaryKey": 113885, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-500-for-christmas-electronics" }, "localized": { "en": { "name": "EVITA VIP Voucher 500 for Christmas electronics" } } } }, { "primaryKey": 113887, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-1-000-for-phones" }, "localized": { "en": { "name": "EVITA VIP Voucher 1 000 for Phones" } } } }, { "primaryKey": 113888, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-2-000-for-phones" }, "localized": { "en": { "name": "EVITA VIP Voucher 2 000 for Phones" } } } }, { "primaryKey": 113889, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-5-000-for-phones" }, "localized": { "en": { "name": "EVITA VIP Voucher 5 000 for Phones" } } } }, { "primaryKey": 113891, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "vip-voucher-10-000-for-notebooks" }, "localized": { "en": { "name": "EVITA VIP Voucher 10 000 for Notebooks" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 6, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 6, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 113884, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-200-for-christmas-electronics" }, "localized" : { "en" : { "name" : "EVITA VIP Voucher 200 for Christmas electronics" } } } }, { "primaryKey" : 113885, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-500-for-christmas-electronics" }, "localized" : { "en" : { "name" : "EVITA VIP Voucher 500 for Christmas electronics" } } } }, { "primaryKey" : 113887, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-1-000-for-phones" }, "localized" : { "en" : { "name" : "EVITA VIP Voucher 1 000 for Phones" } } } }, { "primaryKey" : 113888, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-2-000-for-phones" }, "localized" : { "en" : { "name" : "EVITA VIP Voucher 2 000 for Phones" } } } }, { "primaryKey" : 113889, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-5-000-for-phones" }, "localized" : { "en" : { "name" : "EVITA VIP Voucher 5 000 for Phones" } } } }, { "primaryKey" : 113891, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vip-voucher-10-000-for-notebooks" }, "localized" : { "en" : { "name" : "EVITA VIP Voucher 10 000 for Notebooks" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 6, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 6, "type" : "PAGE" } } ```>
md`.Example `locale_missing.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ ], "empty": true, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 0, "lastPageNumber": 0, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 0, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ ], "empty" : true, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 0, "lastPageNumber" : 0, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 0, "type" : "PAGE" } } ```>
md`.Example `locale_missing.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ ] } } } } ```>
md`.Example `entity-primary-key-in-set.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 106742, "attributes": { "code": "huawei-nova-8i" } }, { "primaryKey": 107546, "attributes": { "code": "samsung-galaxy-s22-ultra-3" } }, { "primaryKey": 110066, "attributes": { "code": "lenovo-thinkpad-t495-2" } }, { "primaryKey": 110513, "attributes": { "code": "msi-ge66-11uh-raider-6" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 106742, "attributes" : { "code" : "huawei-nova-8i" } }, { "primaryKey" : 107546, "attributes" : { "code" : "samsung-galaxy-s22-ultra-3" } }, { "primaryKey" : 110066, "attributes" : { "code" : "lenovo-thinkpad-t495-2" } }, { "primaryKey" : 110513, "attributes" : { "code" : "msi-ge66-11uh-raider-6" } } ] } } } } ```>
md`.Example `entity-primary-key-in-set.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 106742, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "huawei-nova-8i" } } }, { "primaryKey": 107546, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "samsung-galaxy-s22-ultra-3" } } }, { "primaryKey": 110066, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-thinkpad-t495-2" } } }, { "primaryKey": 110513, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "msi-ge66-11uh-raider-6" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 4, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 4, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 106742, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "huawei-nova-8i" } } }, { "primaryKey" : 107546, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "samsung-galaxy-s22-ultra-3" } } }, { "primaryKey" : 110066, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-thinkpad-t495-2" } } }, { "primaryKey" : 110513, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "msi-ge66-11uh-raider-6" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 4, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 4, "type" : "PAGE" } } ```>
md`.Example `entity-primary-key-in-filter.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 110066, "attributes": { "code": "lenovo-thinkpad-t495-2" } }, { "primaryKey": 106742, "attributes": { "code": "huawei-nova-8i" } }, { "primaryKey": 107546, "attributes": { "code": "samsung-galaxy-s22-ultra-3" } }, { "primaryKey": 110513, "attributes": { "code": "msi-ge66-11uh-raider-6" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 110066, "attributes" : { "code" : "lenovo-thinkpad-t495-2" } }, { "primaryKey" : 106742, "attributes" : { "code" : "huawei-nova-8i" } }, { "primaryKey" : 107546, "attributes" : { "code" : "samsung-galaxy-s22-ultra-3" } }, { "primaryKey" : 110513, "attributes" : { "code" : "msi-ge66-11uh-raider-6" } } ] } } } } ```>
md`.Example `entity-primary-key-in-filter.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 110066, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-thinkpad-t495-2" } } }, { "primaryKey": 106742, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "huawei-nova-8i" } } }, { "primaryKey": 107546, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "samsung-galaxy-s22-ultra-3" } } }, { "primaryKey": 110513, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "msi-ge66-11uh-raider-6" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 4, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 4, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 110066, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-thinkpad-t495-2" } } }, { "primaryKey" : 106742, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "huawei-nova-8i" } } }, { "primaryKey" : 107546, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "samsung-galaxy-s22-ultra-3" } } }, { "primaryKey" : 110513, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "msi-ge66-11uh-raider-6" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 4, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 4, "type" : "PAGE" } } ```>
md`.Example `entity-primary-key-exact.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 104732, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m8-3rd-generation" } } }, { "primaryKey": 104718, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-yoga-tab-13" } } }, { "primaryKey": 105929, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-1" } } }, { "primaryKey": 104725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-yoga-tab-11" } } }, { "primaryKey": 104737, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-2nd-generation" } } }, { "primaryKey": 104744, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation" } } }, { "primaryKey": 104761, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation" } } }, { "primaryKey": 104776, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-11-wifi" } } }, { "primaryKey": 104816, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p12-pro" } } }, { "primaryKey": 104825, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-pro" } } }, { "primaryKey": 105931, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-2" } } }, { "primaryKey": 105933, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-3" } } }, { "primaryKey": 105935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-4" } } }, { "primaryKey": 105936, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-1" } } }, { "primaryKey": 105937, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-2" } } }, { "primaryKey": 105938, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-3" } } }, { "primaryKey": 105939, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-4" } } }, { "primaryKey": 105941, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-11-wifi-1" } } }, { "primaryKey": 105942, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-11-wifi-2" } } }, { "primaryKey": 105943, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-11-wifi-3" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 15, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 296, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 104732, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m8-3rd-generation" } } }, { "primaryKey" : 104718, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-yoga-tab-13" } } }, { "primaryKey" : 105929, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-1" } } }, { "primaryKey" : 104725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-yoga-tab-11" } } }, { "primaryKey" : 104737, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-2nd-generation" } } }, { "primaryKey" : 104744, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation" } } }, { "primaryKey" : 104761, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation" } } }, { "primaryKey" : 104776, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-11-wifi" } } }, { "primaryKey" : 104816, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p12-pro" } } }, { "primaryKey" : 104825, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-pro" } } }, { "primaryKey" : 105931, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-2" } } }, { "primaryKey" : 105933, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-3" } } }, { "primaryKey" : 105935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-4" } } }, { "primaryKey" : 105936, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-1" } } }, { "primaryKey" : 105937, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-2" } } }, { "primaryKey" : 105938, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-3" } } }, { "primaryKey" : 105939, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-4" } } }, { "primaryKey" : 105941, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-11-wifi-1" } } }, { "primaryKey" : 105942, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-11-wifi-2" } } }, { "primaryKey" : 105943, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-11-wifi-3" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 15, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 296, "type" : "PAGE" } } ```>
md`.Example `entity-primary-key-exact.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 104732, "attributes": { "code": "lenovo-tab-m8-3rd-generation" } }, { "primaryKey": 104718, "attributes": { "code": "lenovo-yoga-tab-13" } }, { "primaryKey": 105929, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-1" } }, { "primaryKey": 104725, "attributes": { "code": "lenovo-yoga-tab-11" } }, { "primaryKey": 104737, "attributes": { "code": "lenovo-tab-m10-2nd-generation" } }, { "primaryKey": 104744, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation" } }, { "primaryKey": 104761, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation" } }, { "primaryKey": 104776, "attributes": { "code": "lenovo-tab-p11-11-wifi" } }, { "primaryKey": 104816, "attributes": { "code": "lenovo-tab-p12-pro" } }, { "primaryKey": 104825, "attributes": { "code": "lenovo-tab-p11-pro" } }, { "primaryKey": 105931, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-2" } }, { "primaryKey": 105933, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-3" } }, { "primaryKey": 105935, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-4" } }, { "primaryKey": 105936, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-1" } }, { "primaryKey": 105937, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-2" } }, { "primaryKey": 105938, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-3" } }, { "primaryKey": 105939, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-4" } }, { "primaryKey": 105941, "attributes": { "code": "lenovo-tab-p11-11-wifi-1" } }, { "primaryKey": 105942, "attributes": { "code": "lenovo-tab-p11-11-wifi-2" } }, { "primaryKey": 105943, "attributes": { "code": "lenovo-tab-p11-11-wifi-3" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 104732, "attributes" : { "code" : "lenovo-tab-m8-3rd-generation" } }, { "primaryKey" : 104718, "attributes" : { "code" : "lenovo-yoga-tab-13" } }, { "primaryKey" : 105929, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-1" } }, { "primaryKey" : 104725, "attributes" : { "code" : "lenovo-yoga-tab-11" } }, { "primaryKey" : 104737, "attributes" : { "code" : "lenovo-tab-m10-2nd-generation" } }, { "primaryKey" : 104744, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation" } }, { "primaryKey" : 104761, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation" } }, { "primaryKey" : 104776, "attributes" : { "code" : "lenovo-tab-p11-11-wifi" } }, { "primaryKey" : 104816, "attributes" : { "code" : "lenovo-tab-p12-pro" } }, { "primaryKey" : 104825, "attributes" : { "code" : "lenovo-tab-p11-pro" } }, { "primaryKey" : 105931, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-2" } }, { "primaryKey" : 105933, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-3" } }, { "primaryKey" : 105935, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-4" } }, { "primaryKey" : 105936, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-1" } }, { "primaryKey" : 105937, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-2" } }, { "primaryKey" : 105938, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-3" } }, { "primaryKey" : 105939, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-4" } }, { "primaryKey" : 105941, "attributes" : { "code" : "lenovo-tab-p11-11-wifi-1" } }, { "primaryKey" : 105942, "attributes" : { "code" : "lenovo-tab-p11-11-wifi-2" } }, { "primaryKey" : 105943, "attributes" : { "code" : "lenovo-tab-p11-11-wifi-3" } } ] } } } } ```>
md`.Example `attribute-set-in-filter.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 111030, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "msi-gs66-10sf-stealth-1" } } }, { "primaryKey": 106308, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "apple-iphone-14-plus" } } }, { "primaryKey": 109984, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-thinkpad-p14s-5" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 3, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 3, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 111030, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "msi-gs66-10sf-stealth-1" } } }, { "primaryKey" : 106308, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple-iphone-14-plus" } } }, { "primaryKey" : 109984, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-thinkpad-p14s-5" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 3, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 3, "type" : "PAGE" } } ```>
md`.Example `attribute-set-in-filter.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 111030, "attributes": { "code": "msi-gs66-10sf-stealth-1" } }, { "primaryKey": 106308, "attributes": { "code": "apple-iphone-14-plus" } }, { "primaryKey": 109984, "attributes": { "code": "lenovo-thinkpad-p14s-5" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 111030, "attributes" : { "code" : "msi-gs66-10sf-stealth-1" } }, { "primaryKey" : 106308, "attributes" : { "code" : "apple-iphone-14-plus" } }, { "primaryKey" : 109984, "attributes" : { "code" : "lenovo-thinkpad-p14s-5" } } ] } } } } ```>
md`.Example `attribute-set-exact.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 104732, "attributes": { "code": "lenovo-tab-m8-3rd-generation" } }, { "primaryKey": 104718, "attributes": { "code": "lenovo-yoga-tab-13" } }, { "primaryKey": 105929, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-1" } }, { "primaryKey": 104725, "attributes": { "code": "lenovo-yoga-tab-11" } }, { "primaryKey": 104737, "attributes": { "code": "lenovo-tab-m10-2nd-generation" } }, { "primaryKey": 104744, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation" } }, { "primaryKey": 104761, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation" } }, { "primaryKey": 104776, "attributes": { "code": "lenovo-tab-p11-11-wifi" } }, { "primaryKey": 104816, "attributes": { "code": "lenovo-tab-p12-pro" } }, { "primaryKey": 104825, "attributes": { "code": "lenovo-tab-p11-pro" } }, { "primaryKey": 105931, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-2" } }, { "primaryKey": 105933, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-3" } }, { "primaryKey": 105935, "attributes": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-4" } }, { "primaryKey": 105936, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-1" } }, { "primaryKey": 105937, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-2" } }, { "primaryKey": 105938, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-3" } }, { "primaryKey": 105939, "attributes": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-4" } }, { "primaryKey": 105941, "attributes": { "code": "lenovo-tab-p11-11-wifi-1" } }, { "primaryKey": 105942, "attributes": { "code": "lenovo-tab-p11-11-wifi-2" } }, { "primaryKey": 105943, "attributes": { "code": "lenovo-tab-p11-11-wifi-3" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 104732, "attributes" : { "code" : "lenovo-tab-m8-3rd-generation" } }, { "primaryKey" : 104718, "attributes" : { "code" : "lenovo-yoga-tab-13" } }, { "primaryKey" : 105929, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-1" } }, { "primaryKey" : 104725, "attributes" : { "code" : "lenovo-yoga-tab-11" } }, { "primaryKey" : 104737, "attributes" : { "code" : "lenovo-tab-m10-2nd-generation" } }, { "primaryKey" : 104744, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation" } }, { "primaryKey" : 104761, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation" } }, { "primaryKey" : 104776, "attributes" : { "code" : "lenovo-tab-p11-11-wifi" } }, { "primaryKey" : 104816, "attributes" : { "code" : "lenovo-tab-p12-pro" } }, { "primaryKey" : 104825, "attributes" : { "code" : "lenovo-tab-p11-pro" } }, { "primaryKey" : 105931, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-2" } }, { "primaryKey" : 105933, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-3" } }, { "primaryKey" : 105935, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-4" } }, { "primaryKey" : 105936, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-1" } }, { "primaryKey" : 105937, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-2" } }, { "primaryKey" : 105938, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-3" } }, { "primaryKey" : 105939, "attributes" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-4" } }, { "primaryKey" : 105941, "attributes" : { "code" : "lenovo-tab-p11-11-wifi-1" } }, { "primaryKey" : 105942, "attributes" : { "code" : "lenovo-tab-p11-11-wifi-2" } }, { "primaryKey" : 105943, "attributes" : { "code" : "lenovo-tab-p11-11-wifi-3" } } ] } } } } ```>
md`.Example `attribute-set-exact.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 104732, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m8-3rd-generation" } } }, { "primaryKey": 104718, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-yoga-tab-13" } } }, { "primaryKey": 105929, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-1" } } }, { "primaryKey": 104725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-yoga-tab-11" } } }, { "primaryKey": 104737, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-2nd-generation" } } }, { "primaryKey": 104744, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation" } } }, { "primaryKey": 104761, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation" } } }, { "primaryKey": 104776, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-11-wifi" } } }, { "primaryKey": 104816, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p12-pro" } } }, { "primaryKey": 104825, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-pro" } } }, { "primaryKey": 105931, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-2" } } }, { "primaryKey": 105933, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-3" } } }, { "primaryKey": 105935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-3rd-generation-4" } } }, { "primaryKey": 105936, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-1" } } }, { "primaryKey": 105937, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-2" } } }, { "primaryKey": 105938, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-3" } } }, { "primaryKey": 105939, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-m10-fhd-plus-2nd-generation-4" } } }, { "primaryKey": 105941, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-11-wifi-1" } } }, { "primaryKey": 105942, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-11-wifi-2" } } }, { "primaryKey": 105943, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lenovo-tab-p11-11-wifi-3" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 15, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 296, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 104732, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m8-3rd-generation" } } }, { "primaryKey" : 104718, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-yoga-tab-13" } } }, { "primaryKey" : 105929, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-1" } } }, { "primaryKey" : 104725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-yoga-tab-11" } } }, { "primaryKey" : 104737, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-2nd-generation" } } }, { "primaryKey" : 104744, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation" } } }, { "primaryKey" : 104761, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation" } } }, { "primaryKey" : 104776, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-11-wifi" } } }, { "primaryKey" : 104816, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p12-pro" } } }, { "primaryKey" : 104825, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-pro" } } }, { "primaryKey" : 105931, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-2" } } }, { "primaryKey" : 105933, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-3" } } }, { "primaryKey" : 105935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-3rd-generation-4" } } }, { "primaryKey" : 105936, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-1" } } }, { "primaryKey" : 105937, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-2" } } }, { "primaryKey" : 105938, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-3" } } }, { "primaryKey" : 105939, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-m10-fhd-plus-2nd-generation-4" } } }, { "primaryKey" : 105941, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-11-wifi-1" } } }, { "primaryKey" : 105942, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-11-wifi-2" } } }, { "primaryKey" : 105943, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lenovo-tab-p11-11-wifi-3" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 15, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 296, "type" : "PAGE" } } ```>
md`.Example `archived-entities-filtering.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 106291, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "apple-iphone-14" } } }, { "primaryKey": 107736, "type": "Product", "version": 1, "scope": "ARCHIVED", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "xiaomi-redmi-note-10-pro-7" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 2, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 2, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 106291, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple-iphone-14" } } }, { "primaryKey" : 107736, "type" : "Product", "version" : 1, "scope" : "ARCHIVED", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "xiaomi-redmi-note-10-pro-7" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 2, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 2, "type" : "PAGE" } ```>
md`.Example `archived-entities-listing.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 106291, "attributes": { "code": "apple-iphone-14" } }, { "primaryKey": 107736, "attributes": { "code": "xiaomi-redmi-note-10-pro-7" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 106291, "attributes" : { "code" : "apple-iphone-14" } }, { "primaryKey" : 107736, "attributes" : { "code" : "xiaomi-redmi-note-10-pro-7" } } ] } ```>
md`.Example `archived-entities-listing.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 106291, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "apple-iphone-14" } } }, { "primaryKey": 107736, "type": "Product", "version": 1, "scope": "ARCHIVED", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "xiaomi-redmi-note-10-pro-7" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 2, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 2, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 106291, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple-iphone-14" } } }, { "primaryKey" : 107736, "type" : "Product", "version" : 1, "scope" : "ARCHIVED", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "xiaomi-redmi-note-10-pro-7" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 2, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 2, "type" : "PAGE" } ```>
md`.Example `archived-entities-ordering.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107008, "attributes": { "code": "nokia-c2" } }, { "primaryKey": 106291, "attributes": { "code": "apple-iphone-14" } }, { "primaryKey": 106071, "attributes": { "code": "alcatel-1" } }, { "primaryKey": 106092, "attributes": { "code": "alcatel-1s" } }, { "primaryKey": 106883, "attributes": { "code": "motorola-edge" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 107008, "attributes" : { "code" : "nokia-c2" } }, { "primaryKey" : 106291, "attributes" : { "code" : "apple-iphone-14" } }, { "primaryKey" : 106071, "attributes" : { "code" : "alcatel-1" } }, { "primaryKey" : 106092, "attributes" : { "code" : "alcatel-1s" } }, { "primaryKey" : 106883, "attributes" : { "code" : "motorola-edge" } } ] } ```>
md`.Example `archived-entities-ordering.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107008, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "nokia-c2" } } }, { "primaryKey": 106291, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "apple-iphone-14" } } }, { "primaryKey": 106071, "type": "Product", "version": 1, "scope": "ARCHIVED", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "alcatel-1" } } }, { "primaryKey": 106092, "type": "Product", "version": 1, "scope": "ARCHIVED", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "alcatel-1s" } } }, { "primaryKey": 106883, "type": "Product", "version": 1, "scope": "ARCHIVED", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "motorola-edge" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 5, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 5, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 107008, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "nokia-c2" } } }, { "primaryKey" : 106291, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "apple-iphone-14" } } }, { "primaryKey" : 106071, "type" : "Product", "version" : 1, "scope" : "ARCHIVED", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "alcatel-1" } } }, { "primaryKey" : 106092, "type" : "Product", "version" : 1, "scope" : "ARCHIVED", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "alcatel-1s" } } }, { "primaryKey" : 106883, "type" : "Product", "version" : 1, "scope" : "ARCHIVED", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "motorola-edge" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 5, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 5, "type" : "PAGE" } ```>
md`.Example `archived-entities-requirements.rest`: md`#L1
expected: <```json { "buckets": [ { "occurrences": 487, "requested": true, "threshold": "77.00" }, { "occurrences": 284, "requested": true, "threshold": "531.60" }, { "occurrences": 118, "requested": true, "threshold": "986.20" }, { "occurrences": 21, "requested": true, "threshold": "1440.80" }, { "occurrences": 3, "requested": true, "threshold": "1895.40" } ], "max": "2350.00", "min": "77.00", "overallCount": 913 } ```> but was: <```json { "buckets" : [ { "occurrences" : 487, "requested" : true, "threshold" : "77.00" }, { "occurrences" : 284, "requested" : true, "threshold" : "531.60" }, { "occurrences" : 118, "requested" : true, "threshold" : "986.20" }, { "occurrences" : 21, "requested" : true, "threshold" : "1440.80" }, { "occurrences" : 3, "requested" : true, "threshold" : "1895.40" } ], "max" : "2350.00", "min" : "77.00", "overallCount" : 913 } ```>
md`.Example `hierarchy-within-self-simple.graphql`: md`#L1
expected: <```json { "data": { "queryCategory": { "recordPage": { "data": [ { "primaryKey": 66468, "parentPrimaryKey": null, "attributes": { "code": "accessories" } }, { "primaryKey": 66480, "parentPrimaryKey": 66468, "attributes": { "code": "christmas-electronics" } }, { "primaryKey": 66481, "parentPrimaryKey": 66468, "attributes": { "code": "smart-wearable" } }, { "primaryKey": 66482, "parentPrimaryKey": 66468, "attributes": { "code": "audio" } }, { "primaryKey": 66483, "parentPrimaryKey": 66468, "attributes": { "code": "monitors" } }, { "primaryKey": 66484, "parentPrimaryKey": 66468, "attributes": { "code": "keyboards" } }, { "primaryKey": 66486, "parentPrimaryKey": 66481, "attributes": { "code": "smartwatches" } }, { "primaryKey": 66487, "parentPrimaryKey": 66481, "attributes": { "code": "smartglasses" } }, { "primaryKey": 66488, "parentPrimaryKey": 66482, "attributes": { "code": "wireless-headphones" } }, { "primaryKey": 66489, "parentPrimaryKey": 66482, "attributes": { "code": "wired-heaphones" } }, { "primaryKey": 66490, "parentPrimaryKey": 66482, "attributes": { "code": "microphones" } }, { "primaryKey": 66491, "parentPrimaryKey": 66482, "attributes": { "code": "repro" } }, { "primaryKey": 66492, "parentPrimaryKey": 66484, "attributes": { "code": "cz-keyboards" } }, { "primaryKey": 66494, "parentPrimaryKey": 66488, "attributes": { "code": "true-wireless" } }, { "primaryKey": 66495, "parentPrimaryKey": 66488, "attributes": { "code": "over-ear" } }, { "primaryKey": 66496, "parentPrimaryKey": 66488, "attributes": { "code": "on-ear" } }, { "primaryKey": 66497, "parentPrimaryKey": 66488, "attributes": { "code": "earbuds" } }, { "primaryKey": 66498, "parentPrimaryKey": 66489, "attributes": { "code": "over-ear-1" } }, { "primaryKey": 66499, "parentPrimaryKey": 66489, "attributes": { "code": "on-ear-1" } }, { "primaryKey": 66500, "parentPrimaryKey": 66489, "attributes": { "code": "earbuds-1" } } ] } } } } ```> but was: <```json { "data" : { "queryCategory" : { "recordPage" : { "data" : [ { "primaryKey" : 66468, "parentPrimaryKey" : null, "attributes" : { "code" : "accessories" } }, { "primaryKey" : 66480, "parentPrimaryKey" : 66468, "attributes" : { "code" : "christmas-electronics" } }, { "primaryKey" : 66481, "parentPrimaryKey" : 66468, "attributes" : { "code" : "smart-wearable" } }, { "primaryKey" : 66482, "parentPrimaryKey" : 66468, "attributes" : { "code" : "audio" } }, { "primaryKey" : 66483, "parentPrimaryKey" : 66468, "attributes" : { "code" : "monitors" } }, { "primaryKey" : 66484, "parentPrimaryKey" : 66468, "attributes" : { "code" : "keyboards" } }, { "primaryKey" : 66486, "parentPrimaryKey" : 66481, "attributes" : { "code" : "smartwatches" } }, { "primaryKey" : 66487, "parentPrimaryKey" : 66481, "attributes" : { "code" : "smartglasses" } }, { "primaryKey" : 66488, "parentPrimaryKey" : 66482, "attributes" : { "code" : "wireless-headphones" } }, { "primaryKey" : 66489, "parentPrimaryKey" : 66482, "attributes" : { "code" : "wired-heaphones" } }, { "primaryKey" : 66490, "parentPrimaryKey" : 66482, "attributes" : { "code" : "microphones" } }, { "primaryKey" : 66491, "parentPrimaryKey" : 66482, "attributes" : { "code" : "repro" } }, { "primaryKey" : 66492, "parentPrimaryKey" : 66484, "attributes" : { "code" : "cz-keyboards" } }, { "primaryKey" : 66494, "parentPrimaryKey" : 66488, "attributes" : { "code" : "true-wireless" } }, { "primaryKey" : 66495, "parentPrimaryKey" : 66488, "attributes" : { "code" : "over-ear" } }, { "primaryKey" : 66496, "parentPrimaryKey" : 66488, "attributes" : { "code" : "on-ear" } }, { "primaryKey" : 66497, "parentPrimaryKey" : 66488, "attributes" : { "code" : "earbuds" } }, { "primaryKey" : 66498, "parentPrimaryKey" : 66489, "attributes" : { "code" : "over-ear-1" } }, { "primaryKey" : 66499, "parentPrimaryKey" : 66489, "attributes" : { "code" : "on-ear-1" } }, { "primaryKey" : 66500, "parentPrimaryKey" : 66489, "attributes" : { "code" : "earbuds-1" } } ] } } } } ```>
md`.Example `hierarchy-within-self-simple.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "smartwatches" } } }, { "primaryKey": 66487, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smartglasses" } } }, { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, { "primaryKey": 66492, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cz-keyboards" } } }, { "primaryKey": 66494, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "true-wireless" } } }, { "primaryKey": 66495, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear" } } }, { "primaryKey": 66496, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "on-ear" } } }, { "primaryKey": 66497, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "earbuds" } } }, { "primaryKey": 66498, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear-1" } } }, { "primaryKey": 66499, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "on-ear-1" } } }, { "primaryKey": 66500, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "earbuds-1" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 2, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 22, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "smartwatches" } } }, { "primaryKey" : 66487, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smartglasses" } } }, { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, { "primaryKey" : 66492, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cz-keyboards" } } }, { "primaryKey" : 66494, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "true-wireless" } } }, { "primaryKey" : 66495, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear" } } }, { "primaryKey" : 66496, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "on-ear" } } }, { "primaryKey" : 66497, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "earbuds" } } }, { "primaryKey" : 66498, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear-1" } } }, { "primaryKey" : 66499, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "on-ear-1" } } }, { "primaryKey" : 66500, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "earbuds-1" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 2, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 22, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-self-multi.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, { "primaryKey": 66494, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "true-wireless" } } }, { "primaryKey": 66495, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear" } } }, { "primaryKey": 66496, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "on-ear" } } }, { "primaryKey": 66497, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "earbuds" } } }, { "primaryKey": 66498, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear-1" } } }, { "primaryKey": 66499, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "on-ear-1" } } }, { "primaryKey": 66500, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "earbuds-1" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 9, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 9, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, { "primaryKey" : 66494, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "true-wireless" } } }, { "primaryKey" : 66495, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear" } } }, { "primaryKey" : 66496, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "on-ear" } } }, { "primaryKey" : 66497, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "earbuds" } } }, { "primaryKey" : 66498, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear-1" } } }, { "primaryKey" : 66499, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "on-ear-1" } } }, { "primaryKey" : 66500, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "earbuds-1" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 9, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 9, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-self-multi.graphql`: md`#L1
expected: <```json { "data": { "queryCategory": { "recordPage": { "data": [ { "primaryKey": 66488, "parentPrimaryKey": 66482, "attributes": { "code": "wireless-headphones" } }, { "primaryKey": 66489, "parentPrimaryKey": 66482, "attributes": { "code": "wired-heaphones" } }, { "primaryKey": 66494, "parentPrimaryKey": 66488, "attributes": { "code": "true-wireless" } }, { "primaryKey": 66495, "parentPrimaryKey": 66488, "attributes": { "code": "over-ear" } }, { "primaryKey": 66496, "parentPrimaryKey": 66488, "attributes": { "code": "on-ear" } }, { "primaryKey": 66497, "parentPrimaryKey": 66488, "attributes": { "code": "earbuds" } }, { "primaryKey": 66498, "parentPrimaryKey": 66489, "attributes": { "code": "over-ear-1" } }, { "primaryKey": 66499, "parentPrimaryKey": 66489, "attributes": { "code": "on-ear-1" } }, { "primaryKey": 66500, "parentPrimaryKey": 66489, "attributes": { "code": "earbuds-1" } } ] } } } } ```> but was: <```json { "data" : { "queryCategory" : { "recordPage" : { "data" : [ { "primaryKey" : 66488, "parentPrimaryKey" : 66482, "attributes" : { "code" : "wireless-headphones" } }, { "primaryKey" : 66489, "parentPrimaryKey" : 66482, "attributes" : { "code" : "wired-heaphones" } }, { "primaryKey" : 66494, "parentPrimaryKey" : 66488, "attributes" : { "code" : "true-wireless" } }, { "primaryKey" : 66495, "parentPrimaryKey" : 66488, "attributes" : { "code" : "over-ear" } }, { "primaryKey" : 66496, "parentPrimaryKey" : 66488, "attributes" : { "code" : "on-ear" } }, { "primaryKey" : 66497, "parentPrimaryKey" : 66488, "attributes" : { "code" : "earbuds" } }, { "primaryKey" : 66498, "parentPrimaryKey" : 66489, "attributes" : { "code" : "over-ear-1" } }, { "primaryKey" : 66499, "parentPrimaryKey" : 66489, "attributes" : { "code" : "on-ear-1" } }, { "primaryKey" : 66500, "parentPrimaryKey" : 66489, "attributes" : { "code" : "earbuds-1" } } ] } } } } ```>
md`.Example `hierarchy-within-reference-simple.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107891, "attributes": { "code": "amazfit-bip-3" } }, { "primaryKey": 107893, "attributes": { "code": "amazfit-bip-3-1" } }, { "primaryKey": 107894, "attributes": { "code": "amazfit-bip-3-2" } }, { "primaryKey": 107895, "attributes": { "code": "amazfit-bip-3-3" } }, { "primaryKey": 107899, "attributes": { "code": "amazfit-bip-3-pro" } }, { "primaryKey": 107900, "attributes": { "code": "amazfit-bip-3-pro-1" } }, { "primaryKey": 107901, "attributes": { "code": "amazfit-bip-3-pro-2" } }, { "primaryKey": 107902, "attributes": { "code": "amazfit-bip-3-pro-3" } }, { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s" } }, { "primaryKey": 107913, "attributes": { "code": "amazfit-bip-s-1" } }, { "primaryKey": 107915, "attributes": { "code": "amazfit-bip-s-2" } }, { "primaryKey": 107917, "attributes": { "code": "amazfit-bip-s-3" } }, { "primaryKey": 107919, "attributes": { "code": "amazfit-bip-s-4" } }, { "primaryKey": 107923, "attributes": { "code": "amazfit-bip-s-lite" } }, { "primaryKey": 107924, "attributes": { "code": "amazfit-bip-s-lite-1" } }, { "primaryKey": 107925, "attributes": { "code": "amazfit-bip-s-lite-2" } }, { "primaryKey": 107926, "attributes": { "code": "amazfit-bip-s-lite-3" } }, { "primaryKey": 107933, "attributes": { "code": "amazfit-bip-u" } }, { "primaryKey": 107934, "attributes": { "code": "amazfit-bip-u-1" } }, { "primaryKey": 107935, "attributes": { "code": "amazfit-bip-u-2" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107891, "attributes" : { "code" : "amazfit-bip-3" } }, { "primaryKey" : 107893, "attributes" : { "code" : "amazfit-bip-3-1" } }, { "primaryKey" : 107894, "attributes" : { "code" : "amazfit-bip-3-2" } }, { "primaryKey" : 107895, "attributes" : { "code" : "amazfit-bip-3-3" } }, { "primaryKey" : 107899, "attributes" : { "code" : "amazfit-bip-3-pro" } }, { "primaryKey" : 107900, "attributes" : { "code" : "amazfit-bip-3-pro-1" } }, { "primaryKey" : 107901, "attributes" : { "code" : "amazfit-bip-3-pro-2" } }, { "primaryKey" : 107902, "attributes" : { "code" : "amazfit-bip-3-pro-3" } }, { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s" } }, { "primaryKey" : 107913, "attributes" : { "code" : "amazfit-bip-s-1" } }, { "primaryKey" : 107915, "attributes" : { "code" : "amazfit-bip-s-2" } }, { "primaryKey" : 107917, "attributes" : { "code" : "amazfit-bip-s-3" } }, { "primaryKey" : 107919, "attributes" : { "code" : "amazfit-bip-s-4" } }, { "primaryKey" : 107923, "attributes" : { "code" : "amazfit-bip-s-lite" } }, { "primaryKey" : 107924, "attributes" : { "code" : "amazfit-bip-s-lite-1" } }, { "primaryKey" : 107925, "attributes" : { "code" : "amazfit-bip-s-lite-2" } }, { "primaryKey" : 107926, "attributes" : { "code" : "amazfit-bip-s-lite-3" } }, { "primaryKey" : 107933, "attributes" : { "code" : "amazfit-bip-u" } }, { "primaryKey" : 107934, "attributes" : { "code" : "amazfit-bip-u-1" } }, { "primaryKey" : 107935, "attributes" : { "code" : "amazfit-bip-u-2" } } ] } } } } ```>
md`.Example `hierarchy-within-reference-simple.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3" } } }, { "primaryKey": 107893, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-1" } } }, { "primaryKey": 107894, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-2" } } }, { "primaryKey": 107895, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-3" } } }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro" } } }, { "primaryKey": 107900, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-1" } } }, { "primaryKey": 107901, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-2" } } }, { "primaryKey": 107902, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-3" } } }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s" } } }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-1" } } }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-2" } } }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-3" } } }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-4" } } }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite" } } }, { "primaryKey": 107924, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-1" } } }, { "primaryKey": 107925, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-2" } } }, { "primaryKey": 107926, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-3" } } }, { "primaryKey": 107933, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u" } } }, { "primaryKey": 107934, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-1" } } }, { "primaryKey": 107935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 26, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 501, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3" } } }, { "primaryKey" : 107893, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-1" } } }, { "primaryKey" : 107894, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-2" } } }, { "primaryKey" : 107895, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-3" } } }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro" } } }, { "primaryKey" : 107900, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-1" } } }, { "primaryKey" : 107901, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-2" } } }, { "primaryKey" : 107902, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-3" } } }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s" } } }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-1" } } }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-2" } } }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-3" } } }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-4" } } }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite" } } }, { "primaryKey" : 107924, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-1" } } }, { "primaryKey" : 107925, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-2" } } }, { "primaryKey" : 107926, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-3" } } }, { "primaryKey" : 107933, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u" } } }, { "primaryKey" : 107934, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-1" } } }, { "primaryKey" : 107935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 26, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 501, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-root-simple.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, { "primaryKey": 66471, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "phones" } } }, { "primaryKey": 66472, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "tablets" } } }, { "primaryKey": 66473, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "e-readers" } } }, { "primaryKey": 66474, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "netbooks" } } }, { "primaryKey": 66475, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ultrabooks" } } }, { "primaryKey": 66476, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "gaming" } } }, { "primaryKey": 66477, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "workstations" } } }, { "primaryKey": 66478, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "touch" } } }, { "primaryKey": 66479, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbooks" } } }, { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "smartwatches" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 2, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 37, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, { "primaryKey" : 66471, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "phones" } } }, { "primaryKey" : 66472, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "tablets" } } }, { "primaryKey" : 66473, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "e-readers" } } }, { "primaryKey" : 66474, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "netbooks" } } }, { "primaryKey" : 66475, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ultrabooks" } } }, { "primaryKey" : 66476, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "gaming" } } }, { "primaryKey" : 66477, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "workstations" } } }, { "primaryKey" : 66478, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "touch" } } }, { "primaryKey" : 66479, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbooks" } } }, { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "smartwatches" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 2, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 37, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-root-simple.graphql`: md`#L1
expected: <```json { "data": { "queryCategory": { "recordPage": { "data": [ { "primaryKey": 66466, "parentPrimaryKey": null, "attributes": { "code": "portables" } }, { "primaryKey": 66467, "parentPrimaryKey": null, "attributes": { "code": "laptops" } }, { "primaryKey": 66468, "parentPrimaryKey": null, "attributes": { "code": "accessories" } }, { "primaryKey": 66469, "parentPrimaryKey": null, "attributes": { "code": "vouchers" } }, { "primaryKey": 66470, "parentPrimaryKey": null, "attributes": { "code": "prepared-products" } }, { "primaryKey": 66471, "parentPrimaryKey": 66466, "attributes": { "code": "phones" } }, { "primaryKey": 66472, "parentPrimaryKey": 66466, "attributes": { "code": "tablets" } }, { "primaryKey": 66473, "parentPrimaryKey": 66466, "attributes": { "code": "e-readers" } }, { "primaryKey": 66474, "parentPrimaryKey": 66467, "attributes": { "code": "netbooks" } }, { "primaryKey": 66475, "parentPrimaryKey": 66467, "attributes": { "code": "ultrabooks" } }, { "primaryKey": 66476, "parentPrimaryKey": 66467, "attributes": { "code": "gaming" } }, { "primaryKey": 66477, "parentPrimaryKey": 66467, "attributes": { "code": "workstations" } }, { "primaryKey": 66478, "parentPrimaryKey": 66467, "attributes": { "code": "touch" } }, { "primaryKey": 66479, "parentPrimaryKey": 66467, "attributes": { "code": "macbooks" } }, { "primaryKey": 66480, "parentPrimaryKey": 66468, "attributes": { "code": "christmas-electronics" } }, { "primaryKey": 66481, "parentPrimaryKey": 66468, "attributes": { "code": "smart-wearable" } }, { "primaryKey": 66482, "parentPrimaryKey": 66468, "attributes": { "code": "audio" } }, { "primaryKey": 66483, "parentPrimaryKey": 66468, "attributes": { "code": "monitors" } }, { "primaryKey": 66484, "parentPrimaryKey": 66468, "attributes": { "code": "keyboards" } }, { "primaryKey": 66486, "parentPrimaryKey": 66481, "attributes": { "code": "smartwatches" } } ] } } } } ```> but was: <```json { "data" : { "queryCategory" : { "recordPage" : { "data" : [ { "primaryKey" : 66466, "parentPrimaryKey" : null, "attributes" : { "code" : "portables" } }, { "primaryKey" : 66467, "parentPrimaryKey" : null, "attributes" : { "code" : "laptops" } }, { "primaryKey" : 66468, "parentPrimaryKey" : null, "attributes" : { "code" : "accessories" } }, { "primaryKey" : 66469, "parentPrimaryKey" : null, "attributes" : { "code" : "vouchers" } }, { "primaryKey" : 66470, "parentPrimaryKey" : null, "attributes" : { "code" : "prepared-products" } }, { "primaryKey" : 66471, "parentPrimaryKey" : 66466, "attributes" : { "code" : "phones" } }, { "primaryKey" : 66472, "parentPrimaryKey" : 66466, "attributes" : { "code" : "tablets" } }, { "primaryKey" : 66473, "parentPrimaryKey" : 66466, "attributes" : { "code" : "e-readers" } }, { "primaryKey" : 66474, "parentPrimaryKey" : 66467, "attributes" : { "code" : "netbooks" } }, { "primaryKey" : 66475, "parentPrimaryKey" : 66467, "attributes" : { "code" : "ultrabooks" } }, { "primaryKey" : 66476, "parentPrimaryKey" : 66467, "attributes" : { "code" : "gaming" } }, { "primaryKey" : 66477, "parentPrimaryKey" : 66467, "attributes" : { "code" : "workstations" } }, { "primaryKey" : 66478, "parentPrimaryKey" : 66467, "attributes" : { "code" : "touch" } }, { "primaryKey" : 66479, "parentPrimaryKey" : 66467, "attributes" : { "code" : "macbooks" } }, { "primaryKey" : 66480, "parentPrimaryKey" : 66468, "attributes" : { "code" : "christmas-electronics" } }, { "primaryKey" : 66481, "parentPrimaryKey" : 66468, "attributes" : { "code" : "smart-wearable" } }, { "primaryKey" : 66482, "parentPrimaryKey" : 66468, "attributes" : { "code" : "audio" } }, { "primaryKey" : 66483, "parentPrimaryKey" : 66468, "attributes" : { "code" : "monitors" } }, { "primaryKey" : 66484, "parentPrimaryKey" : 66468, "attributes" : { "code" : "keyboards" } }, { "primaryKey" : 66486, "parentPrimaryKey" : 66481, "attributes" : { "code" : "smartwatches" } } ] } } } } ```>
md`.Example `hierarchy-within-root-reference-simple.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022" } } }, { "primaryKey": 66554, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-1" } } }, { "primaryKey": 66556, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-2" } } }, { "primaryKey": 66559, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-3" } } }, { "primaryKey": 66561, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-4" } } }, { "primaryKey": 66562, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-5" } } }, { "primaryKey": 66563, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-6" } } }, { "primaryKey": 66565, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-7" } } }, { "primaryKey": 66566, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-8" } } }, { "primaryKey": 66567, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-9" } } }, { "primaryKey": 66569, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-10" } } }, { "primaryKey": 66570, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-11" } } }, { "primaryKey": 66571, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-12" } } }, { "primaryKey": 66572, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-13" } } }, { "primaryKey": 66573, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-14" } } }, { "primaryKey": 66574, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-15" } } }, { "primaryKey": 66575, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-16" } } }, { "primaryKey": 66576, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-17" } } }, { "primaryKey": 66577, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-18" } } }, { "primaryKey": 66578, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbook-pro-14-2021" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 209, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 4161, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022" } } }, { "primaryKey" : 66554, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-1" } } }, { "primaryKey" : 66556, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-2" } } }, { "primaryKey" : 66559, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-3" } } }, { "primaryKey" : 66561, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-4" } } }, { "primaryKey" : 66562, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-5" } } }, { "primaryKey" : 66563, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-6" } } }, { "primaryKey" : 66565, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-7" } } }, { "primaryKey" : 66566, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-8" } } }, { "primaryKey" : 66567, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-9" } } }, { "primaryKey" : 66569, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-10" } } }, { "primaryKey" : 66570, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-11" } } }, { "primaryKey" : 66571, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-12" } } }, { "primaryKey" : 66572, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-13" } } }, { "primaryKey" : 66573, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-14" } } }, { "primaryKey" : 66574, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-15" } } }, { "primaryKey" : 66575, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-16" } } }, { "primaryKey" : 66576, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-17" } } }, { "primaryKey" : 66577, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-18" } } }, { "primaryKey" : 66578, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbook-pro-14-2021" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 209, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 4161, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-root-reference-simple.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 63049, "attributes": { "code": "macbook-pro-13-2022" } }, { "primaryKey": 66554, "attributes": { "code": "macbook-pro-13-2022-1" } }, { "primaryKey": 66556, "attributes": { "code": "macbook-pro-13-2022-2" } }, { "primaryKey": 66559, "attributes": { "code": "macbook-pro-13-2022-3" } }, { "primaryKey": 66561, "attributes": { "code": "macbook-pro-13-2022-4" } }, { "primaryKey": 66562, "attributes": { "code": "macbook-pro-13-2022-5" } }, { "primaryKey": 66563, "attributes": { "code": "macbook-pro-13-2022-6" } }, { "primaryKey": 66565, "attributes": { "code": "macbook-pro-13-2022-7" } }, { "primaryKey": 66566, "attributes": { "code": "macbook-pro-13-2022-8" } }, { "primaryKey": 66567, "attributes": { "code": "macbook-pro-13-2022-9" } }, { "primaryKey": 66569, "attributes": { "code": "macbook-pro-13-2022-10" } }, { "primaryKey": 66570, "attributes": { "code": "macbook-pro-13-2022-11" } }, { "primaryKey": 66571, "attributes": { "code": "macbook-pro-13-2022-12" } }, { "primaryKey": 66572, "attributes": { "code": "macbook-pro-13-2022-13" } }, { "primaryKey": 66573, "attributes": { "code": "macbook-pro-13-2022-14" } }, { "primaryKey": 66574, "attributes": { "code": "macbook-pro-13-2022-15" } }, { "primaryKey": 66575, "attributes": { "code": "macbook-pro-13-2022-16" } }, { "primaryKey": 66576, "attributes": { "code": "macbook-pro-13-2022-17" } }, { "primaryKey": 66577, "attributes": { "code": "macbook-pro-13-2022-18" } }, { "primaryKey": 66578, "attributes": { "code": "macbook-pro-14-2021" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 63049, "attributes" : { "code" : "macbook-pro-13-2022" } }, { "primaryKey" : 66554, "attributes" : { "code" : "macbook-pro-13-2022-1" } }, { "primaryKey" : 66556, "attributes" : { "code" : "macbook-pro-13-2022-2" } }, { "primaryKey" : 66559, "attributes" : { "code" : "macbook-pro-13-2022-3" } }, { "primaryKey" : 66561, "attributes" : { "code" : "macbook-pro-13-2022-4" } }, { "primaryKey" : 66562, "attributes" : { "code" : "macbook-pro-13-2022-5" } }, { "primaryKey" : 66563, "attributes" : { "code" : "macbook-pro-13-2022-6" } }, { "primaryKey" : 66565, "attributes" : { "code" : "macbook-pro-13-2022-7" } }, { "primaryKey" : 66566, "attributes" : { "code" : "macbook-pro-13-2022-8" } }, { "primaryKey" : 66567, "attributes" : { "code" : "macbook-pro-13-2022-9" } }, { "primaryKey" : 66569, "attributes" : { "code" : "macbook-pro-13-2022-10" } }, { "primaryKey" : 66570, "attributes" : { "code" : "macbook-pro-13-2022-11" } }, { "primaryKey" : 66571, "attributes" : { "code" : "macbook-pro-13-2022-12" } }, { "primaryKey" : 66572, "attributes" : { "code" : "macbook-pro-13-2022-13" } }, { "primaryKey" : 66573, "attributes" : { "code" : "macbook-pro-13-2022-14" } }, { "primaryKey" : 66574, "attributes" : { "code" : "macbook-pro-13-2022-15" } }, { "primaryKey" : 66575, "attributes" : { "code" : "macbook-pro-13-2022-16" } }, { "primaryKey" : 66576, "attributes" : { "code" : "macbook-pro-13-2022-17" } }, { "primaryKey" : 66577, "attributes" : { "code" : "macbook-pro-13-2022-18" } }, { "primaryKey" : 66578, "attributes" : { "code" : "macbook-pro-14-2021" } } ] } } } } ```>
md`.Example `hierarchy-within-self-top-categories.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, { "primaryKey": 347154, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bargain-bundles" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 6, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 6, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, { "primaryKey" : 347154, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bargain-bundles" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 6, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 6, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-self-top-categories.graphql`: md`#L1
expected: <```json { "data": { "queryCategory": { "recordPage": { "data": [ { "primaryKey": 66466, "parentPrimaryKey": null, "attributes": { "code": "portables" } }, { "primaryKey": 66467, "parentPrimaryKey": null, "attributes": { "code": "laptops" } }, { "primaryKey": 66468, "parentPrimaryKey": null, "attributes": { "code": "accessories" } }, { "primaryKey": 66469, "parentPrimaryKey": null, "attributes": { "code": "vouchers" } }, { "primaryKey": 66470, "parentPrimaryKey": null, "attributes": { "code": "prepared-products" } }, { "primaryKey": 347154, "parentPrimaryKey": null, "attributes": { "code": "bargain-bundles" } } ] } } } } ```> but was: <```json { "data" : { "queryCategory" : { "recordPage" : { "data" : [ { "primaryKey" : 66466, "parentPrimaryKey" : null, "attributes" : { "code" : "portables" } }, { "primaryKey" : 66467, "parentPrimaryKey" : null, "attributes" : { "code" : "laptops" } }, { "primaryKey" : 66468, "parentPrimaryKey" : null, "attributes" : { "code" : "accessories" } }, { "primaryKey" : 66469, "parentPrimaryKey" : null, "attributes" : { "code" : "vouchers" } }, { "primaryKey" : 66470, "parentPrimaryKey" : null, "attributes" : { "code" : "prepared-products" } }, { "primaryKey" : 347154, "parentPrimaryKey" : null, "attributes" : { "code" : "bargain-bundles" } } ] } } } } ```>
md`.Example `hierarchy-within-self-direct-categories.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 7, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 7, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 7, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 7, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-self-direct-categories.graphql`: md`#L1
expected: <```json { "data": { "queryCategory": { "recordPage": { "data": [ { "primaryKey": 66468, "parentPrimaryKey": null, "attributes": { "code": "accessories" } }, { "primaryKey": 66480, "parentPrimaryKey": 66468, "attributes": { "code": "christmas-electronics" } }, { "primaryKey": 66481, "parentPrimaryKey": 66468, "attributes": { "code": "smart-wearable" } }, { "primaryKey": 66482, "parentPrimaryKey": 66468, "attributes": { "code": "audio" } }, { "primaryKey": 66483, "parentPrimaryKey": 66468, "attributes": { "code": "monitors" } }, { "primaryKey": 66484, "parentPrimaryKey": 66468, "attributes": { "code": "keyboards" } }, { "primaryKey": 66537, "parentPrimaryKey": 66468, "attributes": { "code": "mouses" } } ] } } } } ```> but was: <```json { "data" : { "queryCategory" : { "recordPage" : { "data" : [ { "primaryKey" : 66468, "parentPrimaryKey" : null, "attributes" : { "code" : "accessories" } }, { "primaryKey" : 66480, "parentPrimaryKey" : 66468, "attributes" : { "code" : "christmas-electronics" } }, { "primaryKey" : 66481, "parentPrimaryKey" : 66468, "attributes" : { "code" : "smart-wearable" } }, { "primaryKey" : 66482, "parentPrimaryKey" : 66468, "attributes" : { "code" : "audio" } }, { "primaryKey" : 66483, "parentPrimaryKey" : 66468, "attributes" : { "code" : "monitors" } }, { "primaryKey" : 66484, "parentPrimaryKey" : 66468, "attributes" : { "code" : "keyboards" } }, { "primaryKey" : 66537, "parentPrimaryKey" : 66468, "attributes" : { "code" : "mouses" } } ] } } } } ```>
md`.Example `hierarchy-within-reference-direct-categories-smart.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3" } } }, { "primaryKey": 107893, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-1" } } }, { "primaryKey": 107894, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-2" } } }, { "primaryKey": 107895, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-3" } } }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro" } } }, { "primaryKey": 107900, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-1" } } }, { "primaryKey": 107901, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-2" } } }, { "primaryKey": 107902, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-3" } } }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s" } } }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-1" } } }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-2" } } }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-3" } } }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-4" } } }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite" } } }, { "primaryKey": 107924, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-1" } } }, { "primaryKey": 107925, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-2" } } }, { "primaryKey": 107926, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-3" } } }, { "primaryKey": 107933, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u" } } }, { "primaryKey": 107934, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-1" } } }, { "primaryKey": 107935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 14, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 269, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3" } } }, { "primaryKey" : 107893, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-1" } } }, { "primaryKey" : 107894, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-2" } } }, { "primaryKey" : 107895, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-3" } } }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro" } } }, { "primaryKey" : 107900, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-1" } } }, { "primaryKey" : 107901, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-2" } } }, { "primaryKey" : 107902, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-3" } } }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s" } } }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-1" } } }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-2" } } }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-3" } } }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-4" } } }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite" } } }, { "primaryKey" : 107924, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-1" } } }, { "primaryKey" : 107925, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-2" } } }, { "primaryKey" : 107926, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-3" } } }, { "primaryKey" : 107933, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u" } } }, { "primaryKey" : 107934, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-1" } } }, { "primaryKey" : 107935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 14, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 269, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-reference-direct-categories-smart.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107891, "attributes": { "code": "amazfit-bip-3" } }, { "primaryKey": 107893, "attributes": { "code": "amazfit-bip-3-1" } }, { "primaryKey": 107894, "attributes": { "code": "amazfit-bip-3-2" } }, { "primaryKey": 107895, "attributes": { "code": "amazfit-bip-3-3" } }, { "primaryKey": 107899, "attributes": { "code": "amazfit-bip-3-pro" } }, { "primaryKey": 107900, "attributes": { "code": "amazfit-bip-3-pro-1" } }, { "primaryKey": 107901, "attributes": { "code": "amazfit-bip-3-pro-2" } }, { "primaryKey": 107902, "attributes": { "code": "amazfit-bip-3-pro-3" } }, { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s" } }, { "primaryKey": 107913, "attributes": { "code": "amazfit-bip-s-1" } }, { "primaryKey": 107915, "attributes": { "code": "amazfit-bip-s-2" } }, { "primaryKey": 107917, "attributes": { "code": "amazfit-bip-s-3" } }, { "primaryKey": 107919, "attributes": { "code": "amazfit-bip-s-4" } }, { "primaryKey": 107923, "attributes": { "code": "amazfit-bip-s-lite" } }, { "primaryKey": 107924, "attributes": { "code": "amazfit-bip-s-lite-1" } }, { "primaryKey": 107925, "attributes": { "code": "amazfit-bip-s-lite-2" } }, { "primaryKey": 107926, "attributes": { "code": "amazfit-bip-s-lite-3" } }, { "primaryKey": 107933, "attributes": { "code": "amazfit-bip-u" } }, { "primaryKey": 107934, "attributes": { "code": "amazfit-bip-u-1" } }, { "primaryKey": 107935, "attributes": { "code": "amazfit-bip-u-2" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107891, "attributes" : { "code" : "amazfit-bip-3" } }, { "primaryKey" : 107893, "attributes" : { "code" : "amazfit-bip-3-1" } }, { "primaryKey" : 107894, "attributes" : { "code" : "amazfit-bip-3-2" } }, { "primaryKey" : 107895, "attributes" : { "code" : "amazfit-bip-3-3" } }, { "primaryKey" : 107899, "attributes" : { "code" : "amazfit-bip-3-pro" } }, { "primaryKey" : 107900, "attributes" : { "code" : "amazfit-bip-3-pro-1" } }, { "primaryKey" : 107901, "attributes" : { "code" : "amazfit-bip-3-pro-2" } }, { "primaryKey" : 107902, "attributes" : { "code" : "amazfit-bip-3-pro-3" } }, { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s" } }, { "primaryKey" : 107913, "attributes" : { "code" : "amazfit-bip-s-1" } }, { "primaryKey" : 107915, "attributes" : { "code" : "amazfit-bip-s-2" } }, { "primaryKey" : 107917, "attributes" : { "code" : "amazfit-bip-s-3" } }, { "primaryKey" : 107919, "attributes" : { "code" : "amazfit-bip-s-4" } }, { "primaryKey" : 107923, "attributes" : { "code" : "amazfit-bip-s-lite" } }, { "primaryKey" : 107924, "attributes" : { "code" : "amazfit-bip-s-lite-1" } }, { "primaryKey" : 107925, "attributes" : { "code" : "amazfit-bip-s-lite-2" } }, { "primaryKey" : 107926, "attributes" : { "code" : "amazfit-bip-s-lite-3" } }, { "primaryKey" : 107933, "attributes" : { "code" : "amazfit-bip-u" } }, { "primaryKey" : 107934, "attributes" : { "code" : "amazfit-bip-u-1" } }, { "primaryKey" : 107935, "attributes" : { "code" : "amazfit-bip-u-2" } } ] } } } } ```>
md`.Example `hierarchy-within-self-excluding-root.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3" } } }, { "primaryKey": 107893, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-1" } } }, { "primaryKey": 107894, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-2" } } }, { "primaryKey": 107895, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-3" } } }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro" } } }, { "primaryKey": 107900, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-1" } } }, { "primaryKey": 107901, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-2" } } }, { "primaryKey": 107902, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-3" } } }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s" } } }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-1" } } }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-2" } } }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-3" } } }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-4" } } }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite" } } }, { "primaryKey": 107924, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-1" } } }, { "primaryKey": 107925, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-2" } } }, { "primaryKey": 107926, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-3" } } }, { "primaryKey": 107933, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u" } } }, { "primaryKey": 107934, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-1" } } }, { "primaryKey": 107935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 26, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 501, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3" } } }, { "primaryKey" : 107893, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-1" } } }, { "primaryKey" : 107894, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-2" } } }, { "primaryKey" : 107895, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-3" } } }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro" } } }, { "primaryKey" : 107900, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-1" } } }, { "primaryKey" : 107901, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-2" } } }, { "primaryKey" : 107902, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-3" } } }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s" } } }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-1" } } }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-2" } } }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-3" } } }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-4" } } }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite" } } }, { "primaryKey" : 107924, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-1" } } }, { "primaryKey" : 107925, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-2" } } }, { "primaryKey" : 107926, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-3" } } }, { "primaryKey" : 107933, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u" } } }, { "primaryKey" : 107934, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-1" } } }, { "primaryKey" : 107935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 26, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 501, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-self-excluding-root.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107891, "attributes": { "code": "amazfit-bip-3" } }, { "primaryKey": 107893, "attributes": { "code": "amazfit-bip-3-1" } }, { "primaryKey": 107894, "attributes": { "code": "amazfit-bip-3-2" } }, { "primaryKey": 107895, "attributes": { "code": "amazfit-bip-3-3" } }, { "primaryKey": 107899, "attributes": { "code": "amazfit-bip-3-pro" } }, { "primaryKey": 107900, "attributes": { "code": "amazfit-bip-3-pro-1" } }, { "primaryKey": 107901, "attributes": { "code": "amazfit-bip-3-pro-2" } }, { "primaryKey": 107902, "attributes": { "code": "amazfit-bip-3-pro-3" } }, { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s" } }, { "primaryKey": 107913, "attributes": { "code": "amazfit-bip-s-1" } }, { "primaryKey": 107915, "attributes": { "code": "amazfit-bip-s-2" } }, { "primaryKey": 107917, "attributes": { "code": "amazfit-bip-s-3" } }, { "primaryKey": 107919, "attributes": { "code": "amazfit-bip-s-4" } }, { "primaryKey": 107923, "attributes": { "code": "amazfit-bip-s-lite" } }, { "primaryKey": 107924, "attributes": { "code": "amazfit-bip-s-lite-1" } }, { "primaryKey": 107925, "attributes": { "code": "amazfit-bip-s-lite-2" } }, { "primaryKey": 107926, "attributes": { "code": "amazfit-bip-s-lite-3" } }, { "primaryKey": 107933, "attributes": { "code": "amazfit-bip-u" } }, { "primaryKey": 107934, "attributes": { "code": "amazfit-bip-u-1" } }, { "primaryKey": 107935, "attributes": { "code": "amazfit-bip-u-2" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107891, "attributes" : { "code" : "amazfit-bip-3" } }, { "primaryKey" : 107893, "attributes" : { "code" : "amazfit-bip-3-1" } }, { "primaryKey" : 107894, "attributes" : { "code" : "amazfit-bip-3-2" } }, { "primaryKey" : 107895, "attributes" : { "code" : "amazfit-bip-3-3" } }, { "primaryKey" : 107899, "attributes" : { "code" : "amazfit-bip-3-pro" } }, { "primaryKey" : 107900, "attributes" : { "code" : "amazfit-bip-3-pro-1" } }, { "primaryKey" : 107901, "attributes" : { "code" : "amazfit-bip-3-pro-2" } }, { "primaryKey" : 107902, "attributes" : { "code" : "amazfit-bip-3-pro-3" } }, { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s" } }, { "primaryKey" : 107913, "attributes" : { "code" : "amazfit-bip-s-1" } }, { "primaryKey" : 107915, "attributes" : { "code" : "amazfit-bip-s-2" } }, { "primaryKey" : 107917, "attributes" : { "code" : "amazfit-bip-s-3" } }, { "primaryKey" : 107919, "attributes" : { "code" : "amazfit-bip-s-4" } }, { "primaryKey" : 107923, "attributes" : { "code" : "amazfit-bip-s-lite" } }, { "primaryKey" : 107924, "attributes" : { "code" : "amazfit-bip-s-lite-1" } }, { "primaryKey" : 107925, "attributes" : { "code" : "amazfit-bip-s-lite-2" } }, { "primaryKey" : 107926, "attributes" : { "code" : "amazfit-bip-s-lite-3" } }, { "primaryKey" : 107933, "attributes" : { "code" : "amazfit-bip-u" } }, { "primaryKey" : 107934, "attributes" : { "code" : "amazfit-bip-u-1" } }, { "primaryKey" : 107935, "attributes" : { "code" : "amazfit-bip-u-2" } } ] } } } } ```>
md`.Example `hierarchy-within-reference-excluding-root.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 113775, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "logitech-signature-k650" } } }, { "primaryKey": 113781, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "logitech-mx-mechanical" } } }, { "primaryKey": 113805, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "logitech-ergo-k860" } } }, { "primaryKey": 113811, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "logitech-mx-mechanical-mini-for-mac" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 4, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 4, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 113775, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "logitech-signature-k650" } } }, { "primaryKey" : 113781, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "logitech-mx-mechanical" } } }, { "primaryKey" : 113805, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "logitech-ergo-k860" } } }, { "primaryKey" : 113811, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "logitech-mx-mechanical-mini-for-mac" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 4, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 4, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-reference-excluding-root.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 113775, "attributes": { "code": "logitech-signature-k650" } }, { "primaryKey": 113781, "attributes": { "code": "logitech-mx-mechanical" } }, { "primaryKey": 113805, "attributes": { "code": "logitech-ergo-k860" } }, { "primaryKey": 113811, "attributes": { "code": "logitech-mx-mechanical-mini-for-mac" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 113775, "attributes" : { "code" : "logitech-signature-k650" } }, { "primaryKey" : 113781, "attributes" : { "code" : "logitech-mx-mechanical" } }, { "primaryKey" : 113805, "attributes" : { "code" : "logitech-ergo-k860" } }, { "primaryKey" : 113811, "attributes" : { "code" : "logitech-mx-mechanical-mini-for-mac" } } ] } } } } ```>
md`.Example `hierarchy-within-self-having.graphql`: md`#L1
expected: <```json { "data": { "queryCategory": { "recordPage": { "data": [ { "primaryKey": 66468, "parentPrimaryKey": null, "attributes": { "code": "accessories" } }, { "primaryKey": 66481, "parentPrimaryKey": 66468, "attributes": { "code": "smart-wearable" } }, { "primaryKey": 66482, "parentPrimaryKey": 66468, "attributes": { "code": "audio" } }, { "primaryKey": 66483, "parentPrimaryKey": 66468, "attributes": { "code": "monitors" } }, { "primaryKey": 66484, "parentPrimaryKey": 66468, "attributes": { "code": "keyboards" } }, { "primaryKey": 66486, "parentPrimaryKey": 66481, "attributes": { "code": "smartwatches" } }, { "primaryKey": 66487, "parentPrimaryKey": 66481, "attributes": { "code": "smartglasses" } }, { "primaryKey": 66488, "parentPrimaryKey": 66482, "attributes": { "code": "wireless-headphones" } }, { "primaryKey": 66489, "parentPrimaryKey": 66482, "attributes": { "code": "wired-heaphones" } }, { "primaryKey": 66490, "parentPrimaryKey": 66482, "attributes": { "code": "microphones" } }, { "primaryKey": 66491, "parentPrimaryKey": 66482, "attributes": { "code": "repro" } }, { "primaryKey": 66492, "parentPrimaryKey": 66484, "attributes": { "code": "cz-keyboards" } }, { "primaryKey": 66494, "parentPrimaryKey": 66488, "attributes": { "code": "true-wireless" } }, { "primaryKey": 66495, "parentPrimaryKey": 66488, "attributes": { "code": "over-ear" } }, { "primaryKey": 66496, "parentPrimaryKey": 66488, "attributes": { "code": "on-ear" } }, { "primaryKey": 66497, "parentPrimaryKey": 66488, "attributes": { "code": "earbuds" } }, { "primaryKey": 66498, "parentPrimaryKey": 66489, "attributes": { "code": "over-ear-1" } }, { "primaryKey": 66499, "parentPrimaryKey": 66489, "attributes": { "code": "on-ear-1" } }, { "primaryKey": 66500, "parentPrimaryKey": 66489, "attributes": { "code": "earbuds-1" } }, { "primaryKey": 66537, "parentPrimaryKey": 66468, "attributes": { "code": "mouses" } } ] } } } } ```> but was: <```json { "data" : { "queryCategory" : { "recordPage" : { "data" : [ { "primaryKey" : 66468, "parentPrimaryKey" : null, "attributes" : { "code" : "accessories" } }, { "primaryKey" : 66481, "parentPrimaryKey" : 66468, "attributes" : { "code" : "smart-wearable" } }, { "primaryKey" : 66482, "parentPrimaryKey" : 66468, "attributes" : { "code" : "audio" } }, { "primaryKey" : 66483, "parentPrimaryKey" : 66468, "attributes" : { "code" : "monitors" } }, { "primaryKey" : 66484, "parentPrimaryKey" : 66468, "attributes" : { "code" : "keyboards" } }, { "primaryKey" : 66486, "parentPrimaryKey" : 66481, "attributes" : { "code" : "smartwatches" } }, { "primaryKey" : 66487, "parentPrimaryKey" : 66481, "attributes" : { "code" : "smartglasses" } }, { "primaryKey" : 66488, "parentPrimaryKey" : 66482, "attributes" : { "code" : "wireless-headphones" } }, { "primaryKey" : 66489, "parentPrimaryKey" : 66482, "attributes" : { "code" : "wired-heaphones" } }, { "primaryKey" : 66490, "parentPrimaryKey" : 66482, "attributes" : { "code" : "microphones" } }, { "primaryKey" : 66491, "parentPrimaryKey" : 66482, "attributes" : { "code" : "repro" } }, { "primaryKey" : 66492, "parentPrimaryKey" : 66484, "attributes" : { "code" : "cz-keyboards" } }, { "primaryKey" : 66494, "parentPrimaryKey" : 66488, "attributes" : { "code" : "true-wireless" } }, { "primaryKey" : 66495, "parentPrimaryKey" : 66488, "attributes" : { "code" : "over-ear" } }, { "primaryKey" : 66496, "parentPrimaryKey" : 66488, "attributes" : { "code" : "on-ear" } }, { "primaryKey" : 66497, "parentPrimaryKey" : 66488, "attributes" : { "code" : "earbuds" } }, { "primaryKey" : 66498, "parentPrimaryKey" : 66489, "attributes" : { "code" : "over-ear-1" } }, { "primaryKey" : 66499, "parentPrimaryKey" : 66489, "attributes" : { "code" : "on-ear-1" } }, { "primaryKey" : 66500, "parentPrimaryKey" : 66489, "attributes" : { "code" : "earbuds-1" } }, { "primaryKey" : 66537, "parentPrimaryKey" : 66468, "attributes" : { "code" : "mouses" } } ] } } } } ```>
md`.Example `hierarchy-within-self-having.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "smartwatches" } } }, { "primaryKey": 66487, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smartglasses" } } }, { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, { "primaryKey": 66492, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cz-keyboards" } } }, { "primaryKey": 66494, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "true-wireless" } } }, { "primaryKey": 66495, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear" } } }, { "primaryKey": 66496, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "on-ear" } } }, { "primaryKey": 66497, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "earbuds" } } }, { "primaryKey": 66498, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear-1" } } }, { "primaryKey": 66499, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "on-ear-1" } } }, { "primaryKey": 66500, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "earbuds-1" } } }, { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 2, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 21, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "smartwatches" } } }, { "primaryKey" : 66487, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smartglasses" } } }, { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, { "primaryKey" : 66492, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cz-keyboards" } } }, { "primaryKey" : 66494, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "true-wireless" } } }, { "primaryKey" : 66495, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear" } } }, { "primaryKey" : 66496, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "on-ear" } } }, { "primaryKey" : 66497, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "earbuds" } } }, { "primaryKey" : 66498, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear-1" } } }, { "primaryKey" : 66499, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "on-ear-1" } } }, { "primaryKey" : 66500, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "earbuds-1" } } }, { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 2, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 21, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-reference-having.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107891, "attributes": { "code": "amazfit-bip-3" } }, { "primaryKey": 107893, "attributes": { "code": "amazfit-bip-3-1" } }, { "primaryKey": 107894, "attributes": { "code": "amazfit-bip-3-2" } }, { "primaryKey": 107895, "attributes": { "code": "amazfit-bip-3-3" } }, { "primaryKey": 107899, "attributes": { "code": "amazfit-bip-3-pro" } }, { "primaryKey": 107900, "attributes": { "code": "amazfit-bip-3-pro-1" } }, { "primaryKey": 107901, "attributes": { "code": "amazfit-bip-3-pro-2" } }, { "primaryKey": 107902, "attributes": { "code": "amazfit-bip-3-pro-3" } }, { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s" } }, { "primaryKey": 107913, "attributes": { "code": "amazfit-bip-s-1" } }, { "primaryKey": 107915, "attributes": { "code": "amazfit-bip-s-2" } }, { "primaryKey": 107917, "attributes": { "code": "amazfit-bip-s-3" } }, { "primaryKey": 107919, "attributes": { "code": "amazfit-bip-s-4" } }, { "primaryKey": 107923, "attributes": { "code": "amazfit-bip-s-lite" } }, { "primaryKey": 107924, "attributes": { "code": "amazfit-bip-s-lite-1" } }, { "primaryKey": 107925, "attributes": { "code": "amazfit-bip-s-lite-2" } }, { "primaryKey": 107926, "attributes": { "code": "amazfit-bip-s-lite-3" } }, { "primaryKey": 107933, "attributes": { "code": "amazfit-bip-u" } }, { "primaryKey": 107934, "attributes": { "code": "amazfit-bip-u-1" } }, { "primaryKey": 107935, "attributes": { "code": "amazfit-bip-u-2" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107891, "attributes" : { "code" : "amazfit-bip-3" } }, { "primaryKey" : 107893, "attributes" : { "code" : "amazfit-bip-3-1" } }, { "primaryKey" : 107894, "attributes" : { "code" : "amazfit-bip-3-2" } }, { "primaryKey" : 107895, "attributes" : { "code" : "amazfit-bip-3-3" } }, { "primaryKey" : 107899, "attributes" : { "code" : "amazfit-bip-3-pro" } }, { "primaryKey" : 107900, "attributes" : { "code" : "amazfit-bip-3-pro-1" } }, { "primaryKey" : 107901, "attributes" : { "code" : "amazfit-bip-3-pro-2" } }, { "primaryKey" : 107902, "attributes" : { "code" : "amazfit-bip-3-pro-3" } }, { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s" } }, { "primaryKey" : 107913, "attributes" : { "code" : "amazfit-bip-s-1" } }, { "primaryKey" : 107915, "attributes" : { "code" : "amazfit-bip-s-2" } }, { "primaryKey" : 107917, "attributes" : { "code" : "amazfit-bip-s-3" } }, { "primaryKey" : 107919, "attributes" : { "code" : "amazfit-bip-s-4" } }, { "primaryKey" : 107923, "attributes" : { "code" : "amazfit-bip-s-lite" } }, { "primaryKey" : 107924, "attributes" : { "code" : "amazfit-bip-s-lite-1" } }, { "primaryKey" : 107925, "attributes" : { "code" : "amazfit-bip-s-lite-2" } }, { "primaryKey" : 107926, "attributes" : { "code" : "amazfit-bip-s-lite-3" } }, { "primaryKey" : 107933, "attributes" : { "code" : "amazfit-bip-u" } }, { "primaryKey" : 107934, "attributes" : { "code" : "amazfit-bip-u-1" } }, { "primaryKey" : 107935, "attributes" : { "code" : "amazfit-bip-u-2" } } ] } } } } ```>
md`.Example `hierarchy-within-reference-having.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3" } } }, { "primaryKey": 107893, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-1" } } }, { "primaryKey": 107894, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-2" } } }, { "primaryKey": 107895, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-3" } } }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro" } } }, { "primaryKey": 107900, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-1" } } }, { "primaryKey": 107901, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-2" } } }, { "primaryKey": 107902, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-3" } } }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s" } } }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-1" } } }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-2" } } }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-3" } } }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-4" } } }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite" } } }, { "primaryKey": 107924, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-1" } } }, { "primaryKey": 107925, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-2" } } }, { "primaryKey": 107926, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-3" } } }, { "primaryKey": 107933, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u" } } }, { "primaryKey": 107934, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-1" } } }, { "primaryKey": 107935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 25, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 491, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3" } } }, { "primaryKey" : 107893, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-1" } } }, { "primaryKey" : 107894, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-2" } } }, { "primaryKey" : 107895, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-3" } } }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro" } } }, { "primaryKey" : 107900, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-1" } } }, { "primaryKey" : 107901, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-2" } } }, { "primaryKey" : 107902, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-3" } } }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s" } } }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-1" } } }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-2" } } }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-3" } } }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-4" } } }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite" } } }, { "primaryKey" : 107924, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-1" } } }, { "primaryKey" : 107925, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-2" } } }, { "primaryKey" : 107926, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-3" } } }, { "primaryKey" : 107933, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u" } } }, { "primaryKey" : 107934, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-1" } } }, { "primaryKey" : 107935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 25, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 491, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-reference-having-december.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3" } } }, { "primaryKey": 107893, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-1" } } }, { "primaryKey": 107894, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-2" } } }, { "primaryKey": 107895, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-3" } } }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro" } } }, { "primaryKey": 107900, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-1" } } }, { "primaryKey": 107901, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-2" } } }, { "primaryKey": 107902, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-3" } } }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s" } } }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-1" } } }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-2" } } }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-3" } } }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-4" } } }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite" } } }, { "primaryKey": 107924, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-1" } } }, { "primaryKey": 107925, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-2" } } }, { "primaryKey": 107926, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-3" } } }, { "primaryKey": 107933, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u" } } }, { "primaryKey": 107934, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-1" } } }, { "primaryKey": 107935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 26, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 501, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3" } } }, { "primaryKey" : 107893, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-1" } } }, { "primaryKey" : 107894, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-2" } } }, { "primaryKey" : 107895, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-3" } } }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro" } } }, { "primaryKey" : 107900, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-1" } } }, { "primaryKey" : 107901, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-2" } } }, { "primaryKey" : 107902, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-3" } } }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s" } } }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-1" } } }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-2" } } }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-3" } } }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-4" } } }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite" } } }, { "primaryKey" : 107924, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-1" } } }, { "primaryKey" : 107925, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-2" } } }, { "primaryKey" : 107926, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-3" } } }, { "primaryKey" : 107933, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u" } } }, { "primaryKey" : 107934, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-1" } } }, { "primaryKey" : 107935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 26, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 501, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-reference-having-december.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107891, "attributes": { "code": "amazfit-bip-3" } }, { "primaryKey": 107893, "attributes": { "code": "amazfit-bip-3-1" } }, { "primaryKey": 107894, "attributes": { "code": "amazfit-bip-3-2" } }, { "primaryKey": 107895, "attributes": { "code": "amazfit-bip-3-3" } }, { "primaryKey": 107899, "attributes": { "code": "amazfit-bip-3-pro" } }, { "primaryKey": 107900, "attributes": { "code": "amazfit-bip-3-pro-1" } }, { "primaryKey": 107901, "attributes": { "code": "amazfit-bip-3-pro-2" } }, { "primaryKey": 107902, "attributes": { "code": "amazfit-bip-3-pro-3" } }, { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s" } }, { "primaryKey": 107913, "attributes": { "code": "amazfit-bip-s-1" } }, { "primaryKey": 107915, "attributes": { "code": "amazfit-bip-s-2" } }, { "primaryKey": 107917, "attributes": { "code": "amazfit-bip-s-3" } }, { "primaryKey": 107919, "attributes": { "code": "amazfit-bip-s-4" } }, { "primaryKey": 107923, "attributes": { "code": "amazfit-bip-s-lite" } }, { "primaryKey": 107924, "attributes": { "code": "amazfit-bip-s-lite-1" } }, { "primaryKey": 107925, "attributes": { "code": "amazfit-bip-s-lite-2" } }, { "primaryKey": 107926, "attributes": { "code": "amazfit-bip-s-lite-3" } }, { "primaryKey": 107933, "attributes": { "code": "amazfit-bip-u" } }, { "primaryKey": 107934, "attributes": { "code": "amazfit-bip-u-1" } }, { "primaryKey": 107935, "attributes": { "code": "amazfit-bip-u-2" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107891, "attributes" : { "code" : "amazfit-bip-3" } }, { "primaryKey" : 107893, "attributes" : { "code" : "amazfit-bip-3-1" } }, { "primaryKey" : 107894, "attributes" : { "code" : "amazfit-bip-3-2" } }, { "primaryKey" : 107895, "attributes" : { "code" : "amazfit-bip-3-3" } }, { "primaryKey" : 107899, "attributes" : { "code" : "amazfit-bip-3-pro" } }, { "primaryKey" : 107900, "attributes" : { "code" : "amazfit-bip-3-pro-1" } }, { "primaryKey" : 107901, "attributes" : { "code" : "amazfit-bip-3-pro-2" } }, { "primaryKey" : 107902, "attributes" : { "code" : "amazfit-bip-3-pro-3" } }, { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s" } }, { "primaryKey" : 107913, "attributes" : { "code" : "amazfit-bip-s-1" } }, { "primaryKey" : 107915, "attributes" : { "code" : "amazfit-bip-s-2" } }, { "primaryKey" : 107917, "attributes" : { "code" : "amazfit-bip-s-3" } }, { "primaryKey" : 107919, "attributes" : { "code" : "amazfit-bip-s-4" } }, { "primaryKey" : 107923, "attributes" : { "code" : "amazfit-bip-s-lite" } }, { "primaryKey" : 107924, "attributes" : { "code" : "amazfit-bip-s-lite-1" } }, { "primaryKey" : 107925, "attributes" : { "code" : "amazfit-bip-s-lite-2" } }, { "primaryKey" : 107926, "attributes" : { "code" : "amazfit-bip-s-lite-3" } }, { "primaryKey" : 107933, "attributes" : { "code" : "amazfit-bip-u" } }, { "primaryKey" : 107934, "attributes" : { "code" : "amazfit-bip-u-1" } }, { "primaryKey" : 107935, "attributes" : { "code" : "amazfit-bip-u-2" } } ] } } } } ```>
md`.Example `hierarchy-within-self-excluding.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3" } } }, { "primaryKey": 107893, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-1" } } }, { "primaryKey": 107894, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-2" } } }, { "primaryKey": 107895, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-3" } } }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro" } } }, { "primaryKey": 107900, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-1" } } }, { "primaryKey": 107901, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-2" } } }, { "primaryKey": 107902, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-3" } } }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s" } } }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-1" } } }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-2" } } }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-3" } } }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-4" } } }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite" } } }, { "primaryKey": 107924, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-1" } } }, { "primaryKey": 107925, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-2" } } }, { "primaryKey": 107926, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-3" } } }, { "primaryKey": 107933, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u" } } }, { "primaryKey": 107934, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-1" } } }, { "primaryKey": 107935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 22, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 428, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3" } } }, { "primaryKey" : 107893, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-1" } } }, { "primaryKey" : 107894, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-2" } } }, { "primaryKey" : 107895, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-3" } } }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro" } } }, { "primaryKey" : 107900, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-1" } } }, { "primaryKey" : 107901, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-2" } } }, { "primaryKey" : 107902, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-3" } } }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s" } } }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-1" } } }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-2" } } }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-3" } } }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-4" } } }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite" } } }, { "primaryKey" : 107924, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-1" } } }, { "primaryKey" : 107925, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-2" } } }, { "primaryKey" : 107926, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-3" } } }, { "primaryKey" : 107933, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u" } } }, { "primaryKey" : 107934, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-1" } } }, { "primaryKey" : 107935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 22, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 428, "type" : "PAGE" } } ```>
md`.Example `hierarchy-within-self-excluding.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107891, "attributes": { "code": "amazfit-bip-3" } }, { "primaryKey": 107893, "attributes": { "code": "amazfit-bip-3-1" } }, { "primaryKey": 107894, "attributes": { "code": "amazfit-bip-3-2" } }, { "primaryKey": 107895, "attributes": { "code": "amazfit-bip-3-3" } }, { "primaryKey": 107899, "attributes": { "code": "amazfit-bip-3-pro" } }, { "primaryKey": 107900, "attributes": { "code": "amazfit-bip-3-pro-1" } }, { "primaryKey": 107901, "attributes": { "code": "amazfit-bip-3-pro-2" } }, { "primaryKey": 107902, "attributes": { "code": "amazfit-bip-3-pro-3" } }, { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s" } }, { "primaryKey": 107913, "attributes": { "code": "amazfit-bip-s-1" } }, { "primaryKey": 107915, "attributes": { "code": "amazfit-bip-s-2" } }, { "primaryKey": 107917, "attributes": { "code": "amazfit-bip-s-3" } }, { "primaryKey": 107919, "attributes": { "code": "amazfit-bip-s-4" } }, { "primaryKey": 107923, "attributes": { "code": "amazfit-bip-s-lite" } }, { "primaryKey": 107924, "attributes": { "code": "amazfit-bip-s-lite-1" } }, { "primaryKey": 107925, "attributes": { "code": "amazfit-bip-s-lite-2" } }, { "primaryKey": 107926, "attributes": { "code": "amazfit-bip-s-lite-3" } }, { "primaryKey": 107933, "attributes": { "code": "amazfit-bip-u" } }, { "primaryKey": 107934, "attributes": { "code": "amazfit-bip-u-1" } }, { "primaryKey": 107935, "attributes": { "code": "amazfit-bip-u-2" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107891, "attributes" : { "code" : "amazfit-bip-3" } }, { "primaryKey" : 107893, "attributes" : { "code" : "amazfit-bip-3-1" } }, { "primaryKey" : 107894, "attributes" : { "code" : "amazfit-bip-3-2" } }, { "primaryKey" : 107895, "attributes" : { "code" : "amazfit-bip-3-3" } }, { "primaryKey" : 107899, "attributes" : { "code" : "amazfit-bip-3-pro" } }, { "primaryKey" : 107900, "attributes" : { "code" : "amazfit-bip-3-pro-1" } }, { "primaryKey" : 107901, "attributes" : { "code" : "amazfit-bip-3-pro-2" } }, { "primaryKey" : 107902, "attributes" : { "code" : "amazfit-bip-3-pro-3" } }, { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s" } }, { "primaryKey" : 107913, "attributes" : { "code" : "amazfit-bip-s-1" } }, { "primaryKey" : 107915, "attributes" : { "code" : "amazfit-bip-s-2" } }, { "primaryKey" : 107917, "attributes" : { "code" : "amazfit-bip-s-3" } }, { "primaryKey" : 107919, "attributes" : { "code" : "amazfit-bip-s-4" } }, { "primaryKey" : 107923, "attributes" : { "code" : "amazfit-bip-s-lite" } }, { "primaryKey" : 107924, "attributes" : { "code" : "amazfit-bip-s-lite-1" } }, { "primaryKey" : 107925, "attributes" : { "code" : "amazfit-bip-s-lite-2" } }, { "primaryKey" : 107926, "attributes" : { "code" : "amazfit-bip-s-lite-3" } }, { "primaryKey" : 107933, "attributes" : { "code" : "amazfit-bip-u" } }, { "primaryKey" : 107934, "attributes" : { "code" : "amazfit-bip-u-1" } }, { "primaryKey" : 107935, "attributes" : { "code" : "amazfit-bip-u-2" } } ] } } } } ```>
md`.Example `hierarchy-within-reference-except.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107891, "attributes": { "code": "amazfit-bip-3" } }, { "primaryKey": 107893, "attributes": { "code": "amazfit-bip-3-1" } }, { "primaryKey": 107894, "attributes": { "code": "amazfit-bip-3-2" } }, { "primaryKey": 107895, "attributes": { "code": "amazfit-bip-3-3" } }, { "primaryKey": 107899, "attributes": { "code": "amazfit-bip-3-pro" } }, { "primaryKey": 107900, "attributes": { "code": "amazfit-bip-3-pro-1" } }, { "primaryKey": 107901, "attributes": { "code": "amazfit-bip-3-pro-2" } }, { "primaryKey": 107902, "attributes": { "code": "amazfit-bip-3-pro-3" } }, { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s" } }, { "primaryKey": 107913, "attributes": { "code": "amazfit-bip-s-1" } }, { "primaryKey": 107915, "attributes": { "code": "amazfit-bip-s-2" } }, { "primaryKey": 107917, "attributes": { "code": "amazfit-bip-s-3" } }, { "primaryKey": 107919, "attributes": { "code": "amazfit-bip-s-4" } }, { "primaryKey": 107923, "attributes": { "code": "amazfit-bip-s-lite" } }, { "primaryKey": 107924, "attributes": { "code": "amazfit-bip-s-lite-1" } }, { "primaryKey": 107925, "attributes": { "code": "amazfit-bip-s-lite-2" } }, { "primaryKey": 107926, "attributes": { "code": "amazfit-bip-s-lite-3" } }, { "primaryKey": 107933, "attributes": { "code": "amazfit-bip-u" } }, { "primaryKey": 107934, "attributes": { "code": "amazfit-bip-u-1" } }, { "primaryKey": 107935, "attributes": { "code": "amazfit-bip-u-2" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107891, "attributes" : { "code" : "amazfit-bip-3" } }, { "primaryKey" : 107893, "attributes" : { "code" : "amazfit-bip-3-1" } }, { "primaryKey" : 107894, "attributes" : { "code" : "amazfit-bip-3-2" } }, { "primaryKey" : 107895, "attributes" : { "code" : "amazfit-bip-3-3" } }, { "primaryKey" : 107899, "attributes" : { "code" : "amazfit-bip-3-pro" } }, { "primaryKey" : 107900, "attributes" : { "code" : "amazfit-bip-3-pro-1" } }, { "primaryKey" : 107901, "attributes" : { "code" : "amazfit-bip-3-pro-2" } }, { "primaryKey" : 107902, "attributes" : { "code" : "amazfit-bip-3-pro-3" } }, { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s" } }, { "primaryKey" : 107913, "attributes" : { "code" : "amazfit-bip-s-1" } }, { "primaryKey" : 107915, "attributes" : { "code" : "amazfit-bip-s-2" } }, { "primaryKey" : 107917, "attributes" : { "code" : "amazfit-bip-s-3" } }, { "primaryKey" : 107919, "attributes" : { "code" : "amazfit-bip-s-4" } }, { "primaryKey" : 107923, "attributes" : { "code" : "amazfit-bip-s-lite" } }, { "primaryKey" : 107924, "attributes" : { "code" : "amazfit-bip-s-lite-1" } }, { "primaryKey" : 107925, "attributes" : { "code" : "amazfit-bip-s-lite-2" } }, { "primaryKey" : 107926, "attributes" : { "code" : "amazfit-bip-s-lite-3" } }, { "primaryKey" : 107933, "attributes" : { "code" : "amazfit-bip-u" } }, { "primaryKey" : 107934, "attributes" : { "code" : "amazfit-bip-u-1" } }, { "primaryKey" : 107935, "attributes" : { "code" : "amazfit-bip-u-2" } } ] } } } } ```>
md`.Example `hierarchy-within-reference-except.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3" } } }, { "primaryKey": 107893, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-1" } } }, { "primaryKey": 107894, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-2" } } }, { "primaryKey": 107895, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-3" } } }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro" } } }, { "primaryKey": 107900, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-1" } } }, { "primaryKey": 107901, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-2" } } }, { "primaryKey": 107902, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro-3" } } }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s" } } }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-1" } } }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-2" } } }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-3" } } }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-4" } } }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite" } } }, { "primaryKey": 107924, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-1" } } }, { "primaryKey": 107925, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-2" } } }, { "primaryKey": 107926, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite-3" } } }, { "primaryKey": 107933, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u" } } }, { "primaryKey": 107934, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-1" } } }, { "primaryKey": 107935, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-2" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 22, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 428, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3" } } }, { "primaryKey" : 107893, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-1" } } }, { "primaryKey" : 107894, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-2" } } }, { "primaryKey" : 107895, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-3" } } }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro" } } }, { "primaryKey" : 107900, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-1" } } }, { "primaryKey" : 107901, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-2" } } }, { "primaryKey" : 107902, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro-3" } } }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s" } } }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-1" } } }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-2" } } }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-3" } } }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-4" } } }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite" } } }, { "primaryKey" : 107924, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-1" } } }, { "primaryKey" : 107925, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-2" } } }, { "primaryKey" : 107926, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite-3" } } }, { "primaryKey" : 107933, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u" } } }, { "primaryKey" : 107934, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-1" } } }, { "primaryKey" : 107935, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-2" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 22, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 428, "type" : "PAGE" } } ```>
md`.Example `hierarchy-data-structure-association.rest`: md`#L1
expected: <```json { "directChildren": [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false }, { "entity": { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, "requested": false }, { "entity": { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, "requested": false }, { "entity": { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, "requested": false } ] } ], "directParent": [ { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true } ] } ] } ```> but was: <```json { "directChildren" : [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, "requested" : false } ] } ], "directParent" : [ { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true } ] } ] } ```>
md`.Example `hierarchy-data-structure-association.graphql`: md`#L1
expected: <```json { "directChildren": [ { "level": 1, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true }, { "level": 2, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "requested": false } ], "directParent": [ { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true } ] } ```> but was: <```json { "directChildren" : [ { "level" : 1, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true }, { "level" : 2, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "requested" : false } ], "directParent" : [ { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true } ] } ```>
md`.Example `hierarchy-data-structure-association.evitaql`: md`#L1
expected: <```json { "directChildren": [ { "children": [ { "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } } }, { "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } } }, { "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } } }, { "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } } } ], "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true } ], "directParent": [ { "children": [ { "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true } ], "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } } } ] } ```> but was: <```json { "directChildren" : [ { "children" : [ { "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } } }, { "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } } }, { "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } } }, { "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } } } ], "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true } ], "directParent" : [ { "children" : [ { "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true } ], "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } } } ] } ```>
md`.Example `hierarchy-from-root.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "requested": false, "queriedEntityCount": 1332, "childrenCount": 3 }, { "level": 2, "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } }, "requested": false, "queriedEntityCount": 913, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } }, "requested": false, "queriedEntityCount": 378, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } }, "requested": false, "queriedEntityCount": 41, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "requested": false, "queriedEntityCount": 2314, "childrenCount": 6 }, { "level": 2, "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } }, "requested": false, "queriedEntityCount": 86, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } }, "requested": false, "queriedEntityCount": 291, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } }, "requested": false, "queriedEntityCount": 105, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } }, "requested": false, "queriedEntityCount": 89, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } }, "requested": false, "queriedEntityCount": 55, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } }, "requested": false, "queriedEntityCount": 92, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false, "queriedEntityCount": 501, "childrenCount": 6 }, { "level": 2, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false, "queriedEntityCount": 10, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false, "queriedEntityCount": 285, "childrenCount": 3 }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4 }, { "level": 2, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false, "queriedEntityCount": 50, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 1 }, { "level": 2, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "requested": false, "queriedEntityCount": 12, "childrenCount": 1 }, { "level": 2, "entity": { "primaryKey": 66493, "attributes": { "code": "vouchers-for-shareholders" } }, "requested": false, "queriedEntityCount": 6, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "requested": false, "queriedEntityCount": 92, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "requested": false, "queriedEntityCount": 2, "childrenCount": 0 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "requested" : false, "queriedEntityCount" : 1332, "childrenCount" : 3 }, { "level" : 2, "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } }, "requested" : false, "queriedEntityCount" : 913, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } }, "requested" : false, "queriedEntityCount" : 378, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } }, "requested" : false, "queriedEntityCount" : 41, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "requested" : false, "queriedEntityCount" : 2314, "childrenCount" : 6 }, { "level" : 2, "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } }, "requested" : false, "queriedEntityCount" : 86, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } }, "requested" : false, "queriedEntityCount" : 291, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } }, "requested" : false, "queriedEntityCount" : 105, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } }, "requested" : false, "queriedEntityCount" : 89, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } }, "requested" : false, "queriedEntityCount" : 55, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } }, "requested" : false, "queriedEntityCount" : 92, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false, "queriedEntityCount" : 501, "childrenCount" : 6 }, { "level" : 2, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false, "queriedEntityCount" : 10, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false, "queriedEntityCount" : 285, "childrenCount" : 3 }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4 }, { "level" : 2, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false, "queriedEntityCount" : 50, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 1 }, { "level" : 2, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "requested" : false, "queriedEntityCount" : 12, "childrenCount" : 1 }, { "level" : 2, "entity" : { "primaryKey" : 66493, "attributes" : { "code" : "vouchers-for-shareholders" } }, "requested" : false, "queriedEntityCount" : 6, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "requested" : false, "queriedEntityCount" : 92, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "requested" : false, "queriedEntityCount" : 2, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-from-root.evitaql`: md`#L1
expected: <```json [ { "children": [ { "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } }, "queriedEntityCount": 913 }, { "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } }, "queriedEntityCount": 378 }, { "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } }, "queriedEntityCount": 41 } ], "childrenCount": 3, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "queriedEntityCount": 1332 }, { "children": [ { "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } }, "queriedEntityCount": 86 }, { "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } }, "queriedEntityCount": 291 }, { "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } }, "queriedEntityCount": 105 }, { "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } }, "queriedEntityCount": 89 }, { "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } }, "queriedEntityCount": 55 }, { "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } }, "queriedEntityCount": 92 } ], "childrenCount": 6, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "queriedEntityCount": 2314 }, { "children": [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "queriedEntityCount": 10 }, { "childrenCount": 3, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "queriedEntityCount": 285 }, { "childrenCount": 4, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "queriedEntityCount": 116, "requested": true }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "queriedEntityCount": 50 }, { "childrenCount": 1, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "queriedEntityCount": 20 }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "queriedEntityCount": 20 } ], "childrenCount": 6, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "queriedEntityCount": 501 }, { "children": [ { "entity": { "primaryKey": 66493, "attributes": { "code": "vouchers-for-shareholders" } }, "queriedEntityCount": 6 } ], "childrenCount": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "queriedEntityCount": 12 }, { "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "queriedEntityCount": 92 }, { "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "queriedEntityCount": 2 } ] ```> but was: <```json [ { "children" : [ { "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } }, "queriedEntityCount" : 913 }, { "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } }, "queriedEntityCount" : 378 }, { "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } }, "queriedEntityCount" : 41 } ], "childrenCount" : 3, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "queriedEntityCount" : 1332 }, { "children" : [ { "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } }, "queriedEntityCount" : 86 }, { "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } }, "queriedEntityCount" : 291 }, { "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } }, "queriedEntityCount" : 105 }, { "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } }, "queriedEntityCount" : 89 }, { "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } }, "queriedEntityCount" : 55 }, { "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } }, "queriedEntityCount" : 92 } ], "childrenCount" : 6, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "queriedEntityCount" : 2314 }, { "children" : [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "queriedEntityCount" : 10 }, { "childrenCount" : 3, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "queriedEntityCount" : 285 }, { "childrenCount" : 4, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "queriedEntityCount" : 116, "requested" : true }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "queriedEntityCount" : 50 }, { "childrenCount" : 1, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "queriedEntityCount" : 20 }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "queriedEntityCount" : 20 } ], "childrenCount" : 6, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "queriedEntityCount" : 501 }, { "children" : [ { "entity" : { "primaryKey" : 66493, "attributes" : { "code" : "vouchers-for-shareholders" } }, "queriedEntityCount" : 6 } ], "childrenCount" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "queriedEntityCount" : 12 }, { "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "queriedEntityCount" : 92 }, { "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "queriedEntityCount" : 2 } ] ```>
md`.Example `hierarchy-from-root.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, "requested": false, "queriedEntityCount": 1332, "childrenCount": 3, "children": [ { "entity": { "primaryKey": 66471, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "phones" } } }, "requested": false, "queriedEntityCount": 913, "childrenCount": 0 }, { "entity": { "primaryKey": 66472, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "tablets" } } }, "requested": false, "queriedEntityCount": 378, "childrenCount": 0 }, { "entity": { "primaryKey": 66473, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "e-readers" } } }, "requested": false, "queriedEntityCount": 41, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, "requested": false, "queriedEntityCount": 2314, "childrenCount": 6, "children": [ { "entity": { "primaryKey": 66474, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "netbooks" } } }, "requested": false, "queriedEntityCount": 86, "childrenCount": 0 }, { "entity": { "primaryKey": 66475, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ultrabooks" } } }, "requested": false, "queriedEntityCount": 291, "childrenCount": 0 }, { "entity": { "primaryKey": 66476, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "gaming" } } }, "requested": false, "queriedEntityCount": 105, "childrenCount": 0 }, { "entity": { "primaryKey": 66477, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "workstations" } } }, "requested": false, "queriedEntityCount": 89, "childrenCount": 0 }, { "entity": { "primaryKey": 66478, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "touch" } } }, "requested": false, "queriedEntityCount": 55, "childrenCount": 0 }, { "entity": { "primaryKey": 66479, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbooks" } } }, "requested": false, "queriedEntityCount": 92, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "queriedEntityCount": 501, "childrenCount": 6, "children": [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false, "queriedEntityCount": 10, "childrenCount": 0 }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false, "queriedEntityCount": 285, "childrenCount": 3 }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4 }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false, "queriedEntityCount": 50, "childrenCount": 0 }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 1 }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, "requested": false, "queriedEntityCount": 12, "childrenCount": 1, "children": [ { "entity": { "primaryKey": 66493, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers-for-shareholders" } } }, "requested": false, "queriedEntityCount": 6, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, "requested": false, "queriedEntityCount": 92, "childrenCount": 0 }, { "entity": { "primaryKey": 347154, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bargain-bundles" } } }, "requested": false, "queriedEntityCount": 2, "childrenCount": 0 } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, "requested" : false, "queriedEntityCount" : 1332, "childrenCount" : 3, "children" : [ { "entity" : { "primaryKey" : 66471, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "phones" } } }, "requested" : false, "queriedEntityCount" : 913, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66472, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "tablets" } } }, "requested" : false, "queriedEntityCount" : 378, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66473, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "e-readers" } } }, "requested" : false, "queriedEntityCount" : 41, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, "requested" : false, "queriedEntityCount" : 2314, "childrenCount" : 6, "children" : [ { "entity" : { "primaryKey" : 66474, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "netbooks" } } }, "requested" : false, "queriedEntityCount" : 86, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66475, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ultrabooks" } } }, "requested" : false, "queriedEntityCount" : 291, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66476, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "gaming" } } }, "requested" : false, "queriedEntityCount" : 105, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66477, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "workstations" } } }, "requested" : false, "queriedEntityCount" : 89, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66478, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "touch" } } }, "requested" : false, "queriedEntityCount" : 55, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66479, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbooks" } } }, "requested" : false, "queriedEntityCount" : 92, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "queriedEntityCount" : 501, "childrenCount" : 6, "children" : [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false, "queriedEntityCount" : 10, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false, "queriedEntityCount" : 285, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4 }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false, "queriedEntityCount" : 50, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 1 }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, "requested" : false, "queriedEntityCount" : 12, "childrenCount" : 1, "children" : [ { "entity" : { "primaryKey" : 66493, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers-for-shareholders" } } }, "requested" : false, "queriedEntityCount" : 6, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, "requested" : false, "queriedEntityCount" : 92, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 347154, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bargain-bundles" } } }, "requested" : false, "queriedEntityCount" : 2, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-from-node.evitaql`: md`#L1
expected: <```json { "sideMenu1": [ { "children": [ { "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } }, "queriedEntityCount": 913 }, { "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } }, "queriedEntityCount": 378 }, { "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } }, "queriedEntityCount": 41 } ], "childrenCount": 3, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "queriedEntityCount": 1332 } ], "sideMenu2": [ { "children": [ { "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } }, "queriedEntityCount": 86 }, { "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } }, "queriedEntityCount": 291 }, { "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } }, "queriedEntityCount": 105 }, { "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } }, "queriedEntityCount": 89 }, { "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } }, "queriedEntityCount": 55 }, { "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } }, "queriedEntityCount": 92 } ], "childrenCount": 6, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "queriedEntityCount": 2314 } ] } ```> but was: <```json { "sideMenu1" : [ { "children" : [ { "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } }, "queriedEntityCount" : 913 }, { "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } }, "queriedEntityCount" : 378 }, { "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } }, "queriedEntityCount" : 41 } ], "childrenCount" : 3, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "queriedEntityCount" : 1332 } ], "sideMenu2" : [ { "children" : [ { "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } }, "queriedEntityCount" : 86 }, { "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } }, "queriedEntityCount" : 291 }, { "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } }, "queriedEntityCount" : 105 }, { "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } }, "queriedEntityCount" : 89 }, { "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } }, "queriedEntityCount" : 55 }, { "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } }, "queriedEntityCount" : 92 } ], "childrenCount" : 6, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "queriedEntityCount" : 2314 } ] } ```>
md`.Example `hierarchy-from-node.rest`: md`#L1
expected: <```json { "sideMenu2": [ { "entity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, "requested": false, "queriedEntityCount": 2314, "childrenCount": 6, "children": [ { "entity": { "primaryKey": 66474, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "netbooks" } } }, "requested": false, "queriedEntityCount": 86, "childrenCount": 0 }, { "entity": { "primaryKey": 66475, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ultrabooks" } } }, "requested": false, "queriedEntityCount": 291, "childrenCount": 0 }, { "entity": { "primaryKey": 66476, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "gaming" } } }, "requested": false, "queriedEntityCount": 105, "childrenCount": 0 }, { "entity": { "primaryKey": 66477, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "workstations" } } }, "requested": false, "queriedEntityCount": 89, "childrenCount": 0 }, { "entity": { "primaryKey": 66478, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "touch" } } }, "requested": false, "queriedEntityCount": 55, "childrenCount": 0 }, { "entity": { "primaryKey": 66479, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbooks" } } }, "requested": false, "queriedEntityCount": 92, "childrenCount": 0 } ] } ], "sideMenu1": [ { "entity": { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, "requested": false, "queriedEntityCount": 1332, "childrenCount": 3, "children": [ { "entity": { "primaryKey": 66471, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "phones" } } }, "requested": false, "queriedEntityCount": 913, "childrenCount": 0 }, { "entity": { "primaryKey": 66472, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "tablets" } } }, "requested": false, "queriedEntityCount": 378, "childrenCount": 0 }, { "entity": { "primaryKey": 66473, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "e-readers" } } }, "requested": false, "queriedEntityCount": 41, "childrenCount": 0 } ] } ] } ```> but was: <```json { "sideMenu2" : [ { "entity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, "requested" : false, "queriedEntityCount" : 2314, "childrenCount" : 6, "children" : [ { "entity" : { "primaryKey" : 66474, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "netbooks" } } }, "requested" : false, "queriedEntityCount" : 86, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66475, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ultrabooks" } } }, "requested" : false, "queriedEntityCount" : 291, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66476, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "gaming" } } }, "requested" : false, "queriedEntityCount" : 105, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66477, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "workstations" } } }, "requested" : false, "queriedEntityCount" : 89, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66478, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "touch" } } }, "requested" : false, "queriedEntityCount" : 55, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66479, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbooks" } } }, "requested" : false, "queriedEntityCount" : 92, "childrenCount" : 0 } ] } ], "sideMenu1" : [ { "entity" : { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, "requested" : false, "queriedEntityCount" : 1332, "childrenCount" : 3, "children" : [ { "entity" : { "primaryKey" : 66471, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "phones" } } }, "requested" : false, "queriedEntityCount" : 913, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66472, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "tablets" } } }, "requested" : false, "queriedEntityCount" : 378, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66473, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "e-readers" } } }, "requested" : false, "queriedEntityCount" : 41, "childrenCount" : 0 } ] } ] } ```>
md`.Example `hierarchy-from-node.graphql`: md`#L1
expected: <```json { "sideMenu1": [ { "level": 1, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "requested": false, "queriedEntityCount": 1332, "childrenCount": 3 }, { "level": 2, "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } }, "requested": false, "queriedEntityCount": 913, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } }, "requested": false, "queriedEntityCount": 378, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } }, "requested": false, "queriedEntityCount": 41, "childrenCount": 0 } ], "sideMenu2": [ { "level": 1, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "requested": false, "queriedEntityCount": 2314, "childrenCount": 6 }, { "level": 2, "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } }, "requested": false, "queriedEntityCount": 86, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } }, "requested": false, "queriedEntityCount": 291, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } }, "requested": false, "queriedEntityCount": 105, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } }, "requested": false, "queriedEntityCount": 89, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } }, "requested": false, "queriedEntityCount": 55, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } }, "requested": false, "queriedEntityCount": 92, "childrenCount": 0 } ] } ```> but was: <```json { "sideMenu1" : [ { "level" : 1, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "requested" : false, "queriedEntityCount" : 1332, "childrenCount" : 3 }, { "level" : 2, "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } }, "requested" : false, "queriedEntityCount" : 913, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } }, "requested" : false, "queriedEntityCount" : 378, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } }, "requested" : false, "queriedEntityCount" : 41, "childrenCount" : 0 } ], "sideMenu2" : [ { "level" : 1, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "requested" : false, "queriedEntityCount" : 2314, "childrenCount" : 6 }, { "level" : 2, "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } }, "requested" : false, "queriedEntityCount" : 86, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } }, "requested" : false, "queriedEntityCount" : 291, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } }, "requested" : false, "queriedEntityCount" : 105, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } }, "requested" : false, "queriedEntityCount" : 89, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } }, "requested" : false, "queriedEntityCount" : 55, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } }, "requested" : false, "queriedEntityCount" : 92, "childrenCount" : 0 } ] } ```>
md`.Example `hierarchy-children.evitaql`: md`#L1
expected: <```json [ { "children": [ { "childrenCount": 4, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "queriedEntityCount": 73 }, { "childrenCount": 3, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "queriedEntityCount": 8 }, { "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "queriedEntityCount": 15 }, { "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "queriedEntityCount": 20 } ], "childrenCount": 4, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "queriedEntityCount": 116, "requested": true } ] ```> but was: <```json [ { "children" : [ { "childrenCount" : 4, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "queriedEntityCount" : 73 }, { "childrenCount" : 3, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "queriedEntityCount" : 8 }, { "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "queriedEntityCount" : 15 }, { "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "queriedEntityCount" : 20 } ], "childrenCount" : 4, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "queriedEntityCount" : 116, "requested" : true } ] ```>
md`.Example `hierarchy-children.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false, "queriedEntityCount": 73, "childrenCount": 4 }, { "entity": { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, "requested": false, "queriedEntityCount": 8, "childrenCount": 3 }, { "entity": { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, "requested": false, "queriedEntityCount": 15, "childrenCount": 0 }, { "entity": { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false, "queriedEntityCount" : 73, "childrenCount" : 4 }, { "entity" : { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, "requested" : false, "queriedEntityCount" : 8, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, "requested" : false, "queriedEntityCount" : 15, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] } ] ```>
md`.Example `hierarchy-children.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4 }, { "level": 2, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false, "queriedEntityCount": 73, "childrenCount": 4 }, { "level": 2, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "requested": false, "queriedEntityCount": 8, "childrenCount": 3 }, { "level": 2, "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "requested": false, "queriedEntityCount": 15, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4 }, { "level" : 2, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false, "queriedEntityCount" : 73, "childrenCount" : 4 }, { "level" : 2, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "requested" : false, "queriedEntityCount" : 8, "childrenCount" : 3 }, { "level" : 2, "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "requested" : false, "queriedEntityCount" : 15, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-parents.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false, "queriedEntityCount": 501, "childrenCount": 6 }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false, "queriedEntityCount": 116, "childrenCount": 4 }, { "level": 3, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false, "queriedEntityCount": 73, "childrenCount": 4 }, { "level": 4, "entity": { "primaryKey": 66494, "attributes": { "code": "true-wireless" } }, "requested": true, "queriedEntityCount": 38, "childrenCount": 0 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false, "queriedEntityCount" : 501, "childrenCount" : 6 }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false, "queriedEntityCount" : 116, "childrenCount" : 4 }, { "level" : 3, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false, "queriedEntityCount" : 73, "childrenCount" : 4 }, { "level" : 4, "entity" : { "primaryKey" : 66494, "attributes" : { "code" : "true-wireless" } }, "requested" : true, "queriedEntityCount" : 38, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-parents.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "queriedEntityCount": 501, "childrenCount": 6, "children": [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false, "queriedEntityCount": 116, "childrenCount": 4, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false, "queriedEntityCount": 73, "childrenCount": 4, "children": [ { "entity": { "primaryKey": 66494, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "true-wireless" } } }, "requested": true, "queriedEntityCount": 38, "childrenCount": 0 } ] } ] } ] } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "queriedEntityCount" : 501, "childrenCount" : 6, "children" : [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false, "queriedEntityCount" : 116, "childrenCount" : 4, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false, "queriedEntityCount" : 73, "childrenCount" : 4, "children" : [ { "entity" : { "primaryKey" : 66494, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "true-wireless" } } }, "requested" : true, "queriedEntityCount" : 38, "childrenCount" : 0 } ] } ] } ] } ] ```>
md`.Example `hierarchy-parents.evitaql`: md`#L1
expected: <```json [ { "children": [ { "children": [ { "children": [ { "entity": { "primaryKey": 66494, "attributes": { "code": "true-wireless" } }, "queriedEntityCount": 38, "requested": true } ], "childrenCount": 4, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "queriedEntityCount": 73 } ], "childrenCount": 4, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "queriedEntityCount": 116 } ], "childrenCount": 6, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "queriedEntityCount": 501 } ] ```> but was: <```json [ { "children" : [ { "children" : [ { "children" : [ { "entity" : { "primaryKey" : 66494, "attributes" : { "code" : "true-wireless" } }, "queriedEntityCount" : 38, "requested" : true } ], "childrenCount" : 4, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "queriedEntityCount" : 73 } ], "childrenCount" : 4, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "queriedEntityCount" : 116 } ], "childrenCount" : 6, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "queriedEntityCount" : 501 } ] ```>
md`.Example `hierarchy-parents-siblings.evitaql`: md`#L1
expected: <```json [ { "childrenCount": 3, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "queriedEntityCount": 1332 }, { "childrenCount": 6, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "queriedEntityCount": 2314 }, { "children": [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "queriedEntityCount": 10 }, { "childrenCount": 3, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "queriedEntityCount": 285 }, { "children": [ { "children": [ { "entity": { "primaryKey": 66494, "attributes": { "code": "true-wireless" } }, "queriedEntityCount": 38, "requested": true }, { "entity": { "primaryKey": 66495, "attributes": { "code": "over-ear" } }, "queriedEntityCount": 11 }, { "entity": { "primaryKey": 66496, "attributes": { "code": "on-ear" } }, "queriedEntityCount": 18 }, { "entity": { "primaryKey": 66497, "attributes": { "code": "earbuds" } }, "queriedEntityCount": 6 } ], "childrenCount": 4, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "queriedEntityCount": 73 }, { "childrenCount": 3, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "queriedEntityCount": 8 }, { "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "queriedEntityCount": 15 }, { "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "queriedEntityCount": 20 } ], "childrenCount": 4, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "queriedEntityCount": 116 }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "queriedEntityCount": 50 }, { "childrenCount": 1, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "queriedEntityCount": 20 }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "queriedEntityCount": 20 } ], "childrenCount": 6, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "queriedEntityCount": 501 }, { "childrenCount": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "queriedEntityCount": 12 }, { "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "queriedEntityCount": 92 }, { "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "queriedEntityCount": 2 } ] ```> but was: <```json [ { "childrenCount" : 3, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "queriedEntityCount" : 1332 }, { "childrenCount" : 6, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "queriedEntityCount" : 2314 }, { "children" : [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "queriedEntityCount" : 10 }, { "childrenCount" : 3, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "queriedEntityCount" : 285 }, { "children" : [ { "children" : [ { "entity" : { "primaryKey" : 66494, "attributes" : { "code" : "true-wireless" } }, "queriedEntityCount" : 38, "requested" : true }, { "entity" : { "primaryKey" : 66495, "attributes" : { "code" : "over-ear" } }, "queriedEntityCount" : 11 }, { "entity" : { "primaryKey" : 66496, "attributes" : { "code" : "on-ear" } }, "queriedEntityCount" : 18 }, { "entity" : { "primaryKey" : 66497, "attributes" : { "code" : "earbuds" } }, "queriedEntityCount" : 6 } ], "childrenCount" : 4, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "queriedEntityCount" : 73 }, { "childrenCount" : 3, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "queriedEntityCount" : 8 }, { "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "queriedEntityCount" : 15 }, { "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "queriedEntityCount" : 20 } ], "childrenCount" : 4, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "queriedEntityCount" : 116 }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "queriedEntityCount" : 50 }, { "childrenCount" : 1, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "queriedEntityCount" : 20 }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "queriedEntityCount" : 20 } ], "childrenCount" : 6, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "queriedEntityCount" : 501 }, { "childrenCount" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "queriedEntityCount" : 12 }, { "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "queriedEntityCount" : 92 }, { "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "queriedEntityCount" : 2 } ] ```>
md`.Example `hierarchy-parents-siblings.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "requested": false, "queriedEntityCount": 1332, "childrenCount": 3 }, { "level": 1, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "requested": false, "queriedEntityCount": 2314, "childrenCount": 6 }, { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false, "queriedEntityCount": 501, "childrenCount": 6 }, { "level": 2, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false, "queriedEntityCount": 10, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false, "queriedEntityCount": 285, "childrenCount": 3 }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false, "queriedEntityCount": 116, "childrenCount": 4 }, { "level": 3, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false, "queriedEntityCount": 73, "childrenCount": 4 }, { "level": 4, "entity": { "primaryKey": 66494, "attributes": { "code": "true-wireless" } }, "requested": true, "queriedEntityCount": 38, "childrenCount": 0 }, { "level": 4, "entity": { "primaryKey": 66495, "attributes": { "code": "over-ear" } }, "requested": false, "queriedEntityCount": 11, "childrenCount": 0 }, { "level": 4, "entity": { "primaryKey": 66496, "attributes": { "code": "on-ear" } }, "requested": false, "queriedEntityCount": 18, "childrenCount": 0 }, { "level": 4, "entity": { "primaryKey": 66497, "attributes": { "code": "earbuds" } }, "requested": false, "queriedEntityCount": 6, "childrenCount": 0 }, { "level": 3, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "requested": false, "queriedEntityCount": 8, "childrenCount": 3 }, { "level": 3, "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "requested": false, "queriedEntityCount": 15, "childrenCount": 0 }, { "level": 3, "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false, "queriedEntityCount": 50, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 1 }, { "level": 2, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "requested": false, "queriedEntityCount": 12, "childrenCount": 1 }, { "level": 1, "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "requested": false, "queriedEntityCount": 92, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "requested": false, "queriedEntityCount": 2, "childrenCount": 0 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "requested" : false, "queriedEntityCount" : 1332, "childrenCount" : 3 }, { "level" : 1, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "requested" : false, "queriedEntityCount" : 2314, "childrenCount" : 6 }, { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false, "queriedEntityCount" : 501, "childrenCount" : 6 }, { "level" : 2, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false, "queriedEntityCount" : 10, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false, "queriedEntityCount" : 285, "childrenCount" : 3 }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false, "queriedEntityCount" : 116, "childrenCount" : 4 }, { "level" : 3, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false, "queriedEntityCount" : 73, "childrenCount" : 4 }, { "level" : 4, "entity" : { "primaryKey" : 66494, "attributes" : { "code" : "true-wireless" } }, "requested" : true, "queriedEntityCount" : 38, "childrenCount" : 0 }, { "level" : 4, "entity" : { "primaryKey" : 66495, "attributes" : { "code" : "over-ear" } }, "requested" : false, "queriedEntityCount" : 11, "childrenCount" : 0 }, { "level" : 4, "entity" : { "primaryKey" : 66496, "attributes" : { "code" : "on-ear" } }, "requested" : false, "queriedEntityCount" : 18, "childrenCount" : 0 }, { "level" : 4, "entity" : { "primaryKey" : 66497, "attributes" : { "code" : "earbuds" } }, "requested" : false, "queriedEntityCount" : 6, "childrenCount" : 0 }, { "level" : 3, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "requested" : false, "queriedEntityCount" : 8, "childrenCount" : 3 }, { "level" : 3, "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "requested" : false, "queriedEntityCount" : 15, "childrenCount" : 0 }, { "level" : 3, "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false, "queriedEntityCount" : 50, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 1 }, { "level" : 2, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "requested" : false, "queriedEntityCount" : 12, "childrenCount" : 1 }, { "level" : 1, "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "requested" : false, "queriedEntityCount" : 92, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "requested" : false, "queriedEntityCount" : 2, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-parents-siblings.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, "requested": false, "queriedEntityCount": 1332, "childrenCount": 3 }, { "entity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, "requested": false, "queriedEntityCount": 2314, "childrenCount": 6 }, { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "queriedEntityCount": 501, "childrenCount": 6, "children": [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false, "queriedEntityCount": 10, "childrenCount": 0 }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false, "queriedEntityCount": 285, "childrenCount": 3 }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false, "queriedEntityCount": 116, "childrenCount": 4, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false, "queriedEntityCount": 73, "childrenCount": 4, "children": [ { "entity": { "primaryKey": 66494, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "true-wireless" } } }, "requested": true, "queriedEntityCount": 38, "childrenCount": 0 }, { "entity": { "primaryKey": 66495, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear" } } }, "requested": false, "queriedEntityCount": 11, "childrenCount": 0 }, { "entity": { "primaryKey": 66496, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "on-ear" } } }, "requested": false, "queriedEntityCount": 18, "childrenCount": 0 }, { "entity": { "primaryKey": 66497, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "earbuds" } } }, "requested": false, "queriedEntityCount": 6, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, "requested": false, "queriedEntityCount": 8, "childrenCount": 3 }, { "entity": { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, "requested": false, "queriedEntityCount": 15, "childrenCount": 0 }, { "entity": { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false, "queriedEntityCount": 50, "childrenCount": 0 }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 1 }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, "requested": false, "queriedEntityCount": 12, "childrenCount": 1 }, { "entity": { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, "requested": false, "queriedEntityCount": 92, "childrenCount": 0 }, { "entity": { "primaryKey": 347154, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bargain-bundles" } } }, "requested": false, "queriedEntityCount": 2, "childrenCount": 0 } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, "requested" : false, "queriedEntityCount" : 1332, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, "requested" : false, "queriedEntityCount" : 2314, "childrenCount" : 6 }, { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "queriedEntityCount" : 501, "childrenCount" : 6, "children" : [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false, "queriedEntityCount" : 10, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false, "queriedEntityCount" : 285, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false, "queriedEntityCount" : 116, "childrenCount" : 4, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false, "queriedEntityCount" : 73, "childrenCount" : 4, "children" : [ { "entity" : { "primaryKey" : 66494, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "true-wireless" } } }, "requested" : true, "queriedEntityCount" : 38, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66495, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear" } } }, "requested" : false, "queriedEntityCount" : 11, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66496, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "on-ear" } } }, "requested" : false, "queriedEntityCount" : 18, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66497, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "earbuds" } } }, "requested" : false, "queriedEntityCount" : 6, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, "requested" : false, "queriedEntityCount" : 8, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, "requested" : false, "queriedEntityCount" : 15, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false, "queriedEntityCount" : 50, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 1 }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, "requested" : false, "queriedEntityCount" : 12, "childrenCount" : 1 }, { "entity" : { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, "requested" : false, "queriedEntityCount" : 92, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 347154, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bargain-bundles" } } }, "requested" : false, "queriedEntityCount" : 2, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-siblings.evitaql`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "queriedEntityCount": 10 }, { "childrenCount": 3, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "queriedEntityCount": 285 }, { "childrenCount": 4, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "queriedEntityCount": 116, "requested": true }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "queriedEntityCount": 50 }, { "childrenCount": 1, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "queriedEntityCount": 20 }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "queriedEntityCount": 20 } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "queriedEntityCount" : 10 }, { "childrenCount" : 3, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "queriedEntityCount" : 285 }, { "childrenCount" : 4, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "queriedEntityCount" : 116, "requested" : true }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "queriedEntityCount" : 50 }, { "childrenCount" : 1, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "queriedEntityCount" : 20 }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "queriedEntityCount" : 20 } ] ```>
md`.Example `hierarchy-siblings.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false, "queriedEntityCount": 10, "childrenCount": 0 }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false, "queriedEntityCount": 285, "childrenCount": 3 }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4 }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false, "queriedEntityCount": 50, "childrenCount": 0 }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 1 }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false, "queriedEntityCount" : 10, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false, "queriedEntityCount" : 285, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4 }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false, "queriedEntityCount" : 50, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 1 }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-siblings.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false, "queriedEntityCount": 10, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false, "queriedEntityCount": 285, "childrenCount": 3 }, { "level": 1, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4 }, { "level": 1, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false, "queriedEntityCount": 50, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 1 }, { "level": 1, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false, "queriedEntityCount" : 10, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false, "queriedEntityCount" : 285, "childrenCount" : 3 }, { "level" : 1, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4 }, { "level" : 1, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false, "queriedEntityCount" : 50, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 1 }, { "level" : 1, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-siblings-with-subtree.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false, "queriedEntityCount": 10, "childrenCount": 0 }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false, "queriedEntityCount": 285, "childrenCount": 3, "children": [ { "entity": { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "smartwatches" } } }, "requested": false, "queriedEntityCount": 269, "childrenCount": 0 }, { "entity": { "primaryKey": 66487, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smartglasses" } } }, "requested": false, "queriedEntityCount": 3, "childrenCount": 0 }, { "entity": { "primaryKey": 108126, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bands" } } }, "requested": false, "queriedEntityCount": 13, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false, "queriedEntityCount": 73, "childrenCount": 4 }, { "entity": { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, "requested": false, "queriedEntityCount": 8, "childrenCount": 3 }, { "entity": { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, "requested": false, "queriedEntityCount": 15, "childrenCount": 0 }, { "entity": { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false, "queriedEntityCount": 50, "childrenCount": 0 }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 1, "children": [ { "entity": { "primaryKey": 66492, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cz-keyboards" } } }, "requested": false, "queriedEntityCount": 4, "childrenCount": 0 } ] }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false, "queriedEntityCount" : 10, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false, "queriedEntityCount" : 285, "childrenCount" : 3, "children" : [ { "entity" : { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "smartwatches" } } }, "requested" : false, "queriedEntityCount" : 269, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66487, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smartglasses" } } }, "requested" : false, "queriedEntityCount" : 3, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 108126, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bands" } } }, "requested" : false, "queriedEntityCount" : 13, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false, "queriedEntityCount" : 73, "childrenCount" : 4 }, { "entity" : { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, "requested" : false, "queriedEntityCount" : 8, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, "requested" : false, "queriedEntityCount" : 15, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false, "queriedEntityCount" : 50, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 1, "children" : [ { "entity" : { "primaryKey" : 66492, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cz-keyboards" } } }, "requested" : false, "queriedEntityCount" : 4, "childrenCount" : 0 } ] }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-siblings-with-subtree.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false, "queriedEntityCount": 10, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false, "queriedEntityCount": 285, "childrenCount": 3 }, { "level": 2, "entity": { "primaryKey": 66486, "attributes": { "code": "smartwatches" } }, "requested": false, "queriedEntityCount": 269, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66487, "attributes": { "code": "smartglasses" } }, "requested": false, "queriedEntityCount": 3, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 108126, "attributes": { "code": "bands" } }, "requested": false, "queriedEntityCount": 13, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4 }, { "level": 2, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false, "queriedEntityCount": 73, "childrenCount": 4 }, { "level": 2, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "requested": false, "queriedEntityCount": 8, "childrenCount": 3 }, { "level": 2, "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "requested": false, "queriedEntityCount": 15, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false, "queriedEntityCount": 50, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 1 }, { "level": 2, "entity": { "primaryKey": 66492, "attributes": { "code": "cz-keyboards" } }, "requested": false, "queriedEntityCount": 4, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false, "queriedEntityCount": 20, "childrenCount": 0 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false, "queriedEntityCount" : 10, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false, "queriedEntityCount" : 285, "childrenCount" : 3 }, { "level" : 2, "entity" : { "primaryKey" : 66486, "attributes" : { "code" : "smartwatches" } }, "requested" : false, "queriedEntityCount" : 269, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66487, "attributes" : { "code" : "smartglasses" } }, "requested" : false, "queriedEntityCount" : 3, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 108126, "attributes" : { "code" : "bands" } }, "requested" : false, "queriedEntityCount" : 13, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4 }, { "level" : 2, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false, "queriedEntityCount" : 73, "childrenCount" : 4 }, { "level" : 2, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "requested" : false, "queriedEntityCount" : 8, "childrenCount" : 3 }, { "level" : 2, "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "requested" : false, "queriedEntityCount" : 15, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false, "queriedEntityCount" : 50, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 1 }, { "level" : 2, "entity" : { "primaryKey" : 66492, "attributes" : { "code" : "cz-keyboards" } }, "requested" : false, "queriedEntityCount" : 4, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false, "queriedEntityCount" : 20, "childrenCount" : 0 } ] ```>
md`.Example `hierarchy-siblings-with-subtree.evitaql`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "queriedEntityCount": 10 }, { "children": [ { "entity": { "primaryKey": 66486, "attributes": { "code": "smartwatches" } }, "queriedEntityCount": 269 }, { "entity": { "primaryKey": 66487, "attributes": { "code": "smartglasses" } }, "queriedEntityCount": 3 }, { "entity": { "primaryKey": 108126, "attributes": { "code": "bands" } }, "queriedEntityCount": 13 } ], "childrenCount": 3, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "queriedEntityCount": 285 }, { "children": [ { "childrenCount": 4, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "queriedEntityCount": 73 }, { "childrenCount": 3, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "queriedEntityCount": 8 }, { "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "queriedEntityCount": 15 }, { "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "queriedEntityCount": 20 } ], "childrenCount": 4, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "queriedEntityCount": 116, "requested": true }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "queriedEntityCount": 50 }, { "children": [ { "entity": { "primaryKey": 66492, "attributes": { "code": "cz-keyboards" } }, "queriedEntityCount": 4 } ], "childrenCount": 1, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "queriedEntityCount": 20 }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "queriedEntityCount": 20 } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "queriedEntityCount" : 10 }, { "children" : [ { "entity" : { "primaryKey" : 66486, "attributes" : { "code" : "smartwatches" } }, "queriedEntityCount" : 269 }, { "entity" : { "primaryKey" : 66487, "attributes" : { "code" : "smartglasses" } }, "queriedEntityCount" : 3 }, { "entity" : { "primaryKey" : 108126, "attributes" : { "code" : "bands" } }, "queriedEntityCount" : 13 } ], "childrenCount" : 3, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "queriedEntityCount" : 285 }, { "children" : [ { "childrenCount" : 4, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "queriedEntityCount" : 73 }, { "childrenCount" : 3, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "queriedEntityCount" : 8 }, { "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "queriedEntityCount" : 15 }, { "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "queriedEntityCount" : 20 } ], "childrenCount" : 4, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "queriedEntityCount" : 116, "requested" : true }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "queriedEntityCount" : 50 }, { "children" : [ { "entity" : { "primaryKey" : 66492, "attributes" : { "code" : "cz-keyboards" } }, "queriedEntityCount" : 4 } ], "childrenCount" : 1, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "queriedEntityCount" : 20 }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "queriedEntityCount" : 20 } ] ```>
md`.Example `hierarchy-direct-children.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false }, { "entity": { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, "requested": false }, { "entity": { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, "requested": false }, { "entity": { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, "requested": false } ] } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, "requested" : false } ] } ] ```>
md`.Example `hierarchy-direct-children.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true }, { "level": 2, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "requested": false } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true }, { "level" : 2, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "requested" : false } ] ```>
md`.Example `hierarchy-direct-children.evitaql`: md`#L1
expected: <```json [ { "children": [ { "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } } }, { "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } } }, { "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } } }, { "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } } } ], "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true } ] ```> but was: <```json [ { "children" : [ { "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } } }, { "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } } }, { "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } } }, { "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } } } ], "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true } ] ```>
md`.Example `hierarchy-parent.evitaql`: md`#L1
expected: <```json [ { "children": [ { "childrenCount": 4, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "queriedEntityCount": 116, "requested": true } ], "childrenCount": 6, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "queriedEntityCount": 501 } ] ```> but was: <```json [ { "children" : [ { "childrenCount" : 4, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "queriedEntityCount" : 116, "requested" : true } ], "childrenCount" : 6, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "queriedEntityCount" : 501 } ] ```>
md`.Example `hierarchy-parent.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false, "queriedEntityCount": 501, "childrenCount": 6 }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false, "queriedEntityCount" : 501, "childrenCount" : 6 }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4 } ] ```>
md`.Example `hierarchy-parent.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "queriedEntityCount": 501, "childrenCount": 6, "children": [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true, "queriedEntityCount": 116, "childrenCount": 4 } ] } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "queriedEntityCount" : 501, "childrenCount" : 6, "children" : [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true, "queriedEntityCount" : 116, "childrenCount" : 4 } ] } ] ```>
md`.Example `hierarchy-level.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true }, { "level": 2, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66493, "attributes": { "code": "vouchers-for-shareholders" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "requested": false } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true }, { "level" : 2, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66493, "attributes" : { "code" : "vouchers-for-shareholders" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "requested" : false } ] ```>
md`.Example `hierarchy-level.evitaql`: md`#L1
expected: <```json [ { "children": [ { "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } } }, { "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } } }, { "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } } } ], "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } } }, { "children": [ { "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } } }, { "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } } }, { "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } } }, { "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } } }, { "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } } }, { "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } } } ], "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } } }, { "children": [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } } }, { "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } } }, { "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": true }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } } }, { "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } } }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } } } ], "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } } }, { "children": [ { "entity": { "primaryKey": 66493, "attributes": { "code": "vouchers-for-shareholders" } } } ], "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } } }, { "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } } }, { "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } } } ] ```> but was: <```json [ { "children" : [ { "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } } }, { "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } } }, { "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } } } ], "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } } }, { "children" : [ { "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } } }, { "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } } }, { "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } } }, { "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } } }, { "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } } }, { "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } } } ], "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } } }, { "children" : [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } } }, { "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } } }, { "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : true }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } } }, { "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } } }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } } } ], "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } } }, { "children" : [ { "entity" : { "primaryKey" : 66493, "attributes" : { "code" : "vouchers-for-shareholders" } } } ], "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } } }, { "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } } }, { "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } } } ] ```>
md`.Example `hierarchy-level.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66471, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "phones" } } }, "requested": false }, { "entity": { "primaryKey": 66472, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "tablets" } } }, "requested": false }, { "entity": { "primaryKey": 66473, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "e-readers" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66474, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "netbooks" } } }, "requested": false }, { "entity": { "primaryKey": 66475, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ultrabooks" } } }, "requested": false }, { "entity": { "primaryKey": 66476, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "gaming" } } }, "requested": false }, { "entity": { "primaryKey": 66477, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "workstations" } } }, "requested": false }, { "entity": { "primaryKey": 66478, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "touch" } } }, "requested": false }, { "entity": { "primaryKey": 66479, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbooks" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": true }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66493, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers-for-shareholders" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, "requested": false }, { "entity": { "primaryKey": 347154, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bargain-bundles" } } }, "requested": false } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66471, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "phones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66472, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "tablets" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66473, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "e-readers" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66474, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "netbooks" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66475, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ultrabooks" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66476, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "gaming" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66477, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "workstations" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66478, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "touch" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66479, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbooks" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : true }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66493, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers-for-shareholders" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, "requested" : false }, { "entity" : { "primaryKey" : 347154, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bargain-bundles" } } }, "requested" : false } ] ```>
md`.Example `hierarchy-level-parent.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66494, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "true-wireless" } } }, "requested": true } ] } ] } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66494, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "true-wireless" } } }, "requested" : true } ] } ] } ] ```>
md`.Example `hierarchy-level-parent.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66494, "attributes": { "code": "true-wireless" } }, "requested": true } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66494, "attributes" : { "code" : "true-wireless" } }, "requested" : true } ] ```>
md`.Example `hierarchy-level-parent.evitaql`: md`#L1
expected: <```json [ { "children": [ { "children": [ { "entity": { "primaryKey": 66494, "attributes": { "code": "true-wireless" } }, "requested": true } ], "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } } } ], "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } } } ] ```> but was: <```json [ { "children" : [ { "children" : [ { "entity" : { "primaryKey" : 66494, "attributes" : { "code" : "true-wireless" } }, "requested" : true } ], "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } } } ], "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } } } ] ```>
md`.Example `hierarchy-node.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": true }, { "level": 2, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66486, "attributes": { "code": "smartwatches" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66487, "attributes": { "code": "smartglasses" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 108126, "attributes": { "code": "bands" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66492, "attributes": { "code": "cz-keyboards" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : true }, { "level" : 2, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66486, "attributes" : { "code" : "smartwatches" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66487, "attributes" : { "code" : "smartglasses" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 108126, "attributes" : { "code" : "bands" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66492, "attributes" : { "code" : "cz-keyboards" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false } ] ```>
md`.Example `hierarchy-node.evitaql`: md`#L1
expected: <```json [ { "children": [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } } }, { "children": [ { "entity": { "primaryKey": 66486, "attributes": { "code": "smartwatches" } } }, { "entity": { "primaryKey": 66487, "attributes": { "code": "smartglasses" } } }, { "entity": { "primaryKey": 108126, "attributes": { "code": "bands" } } } ], "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } } }, { "children": [ { "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } } }, { "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } } }, { "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } } }, { "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } } } ], "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } } }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } } }, { "children": [ { "entity": { "primaryKey": 66492, "attributes": { "code": "cz-keyboards" } } } ], "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } } }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } } } ], "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": true } ] ```> but was: <```json [ { "children" : [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } } }, { "children" : [ { "entity" : { "primaryKey" : 66486, "attributes" : { "code" : "smartwatches" } } }, { "entity" : { "primaryKey" : 66487, "attributes" : { "code" : "smartglasses" } } }, { "entity" : { "primaryKey" : 108126, "attributes" : { "code" : "bands" } } } ], "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } } }, { "children" : [ { "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } } }, { "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } } }, { "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } } }, { "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } } } ], "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } } }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } } }, { "children" : [ { "entity" : { "primaryKey" : 66492, "attributes" : { "code" : "cz-keyboards" } } } ], "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } } }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } } } ], "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : true } ] ```>
md`.Example `hierarchy-node.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": true, "children": [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "smartwatches" } } }, "requested": false }, { "entity": { "primaryKey": 66487, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smartglasses" } } }, "requested": false }, { "entity": { "primaryKey": 108126, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bands" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false }, { "entity": { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, "requested": false }, { "entity": { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, "requested": false }, { "entity": { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66492, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cz-keyboards" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false } ] } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : true, "children" : [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "smartwatches" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66487, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smartglasses" } } }, "requested" : false }, { "entity" : { "primaryKey" : 108126, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bands" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66492, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cz-keyboards" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false } ] } ] ```>
md`.Example `segments.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 106106, "attributes": { "code": "alcatel-3-1", "published": "2024-11-30T15:30:04.557+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "530.00000" } } ], "priceForSale": { "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0" } }, { "primaryKey": 113762, "attributes": { "code": "logitech-mx-keys", "published": "2024-11-30T15:29:54.286+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "155.00000" } } ], "priceForSale": { "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0" } }, { "primaryKey": 113725, "attributes": { "code": "immax-neo-lite-smart-christmas-led-tree", "published": "2024-11-30T15:29:54.033+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "390.00000" } } ], "priceForSale": { "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0" } }, { "primaryKey": 113660, "attributes": { "code": "genius-sp-hf2800bt", "published": "2024-11-30T15:29:53.619+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "82.00000" } } ], "priceForSale": { "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0" } }, { "primaryKey": 113302, "attributes": { "code": "24v5c", "published": "2024-11-30T15:29:50.229+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "532.00000" } } ], "priceForSale": { "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0" } }, { "primaryKey": 113110, "attributes": { "code": "logitech-mx-anywhere-3", "published": "2024-11-30T15:29:48.864+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "272.00000" } } ], "priceForSale": { "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0" } }, { "primaryKey": 108599, "attributes": { "code": "fitbit-luxe", "published": "2024-11-30T15:29:24.414+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "11.00000" } } ], "priceForSale": { "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0" } }, { "primaryKey": 107130, "attributes": { "code": "oppo-a16e", "published": "2024-11-30T15:29:16.041+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "523.00000" } } ], "priceForSale": { "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0" } }, { "primaryKey": 106105, "attributes": { "code": "alcatel-3", "published": "2024-11-30T15:29:10.681+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "1031.00000" } } ], "priceForSale": { "priceWithoutTax": "66.12", "priceWithTax": "80.0", "taxRate": "21.0" } }, { "primaryKey": 105148, "attributes": { "code": "amazon-kindle-paperwhite-signature-edition", "published": "2024-11-30T15:29:08.245+01:00", "orderedQuantity": "0.00000" }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "155.00000" } } ], "priceForSale": { "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 106106, "attributes" : { "code" : "alcatel-3-1", "published" : "2024-11-30T15:30:04.557+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "530.00000" } } ], "priceForSale" : { "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0" } }, { "primaryKey" : 113762, "attributes" : { "code" : "logitech-mx-keys", "published" : "2024-11-30T15:29:54.286+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "155.00000" } } ], "priceForSale" : { "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0" } }, { "primaryKey" : 113725, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-tree", "published" : "2024-11-30T15:29:54.033+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "390.00000" } } ], "priceForSale" : { "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0" } }, { "primaryKey" : 113660, "attributes" : { "code" : "genius-sp-hf2800bt", "published" : "2024-11-30T15:29:53.619+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "82.00000" } } ], "priceForSale" : { "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0" } }, { "primaryKey" : 113302, "attributes" : { "code" : "24v5c", "published" : "2024-11-30T15:29:50.229+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "532.00000" } } ], "priceForSale" : { "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0" } }, { "primaryKey" : 113110, "attributes" : { "code" : "logitech-mx-anywhere-3", "published" : "2024-11-30T15:29:48.864+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "272.00000" } } ], "priceForSale" : { "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0" } }, { "primaryKey" : 108599, "attributes" : { "code" : "fitbit-luxe", "published" : "2024-11-30T15:29:24.414+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "11.00000" } } ], "priceForSale" : { "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0" } }, { "primaryKey" : 107130, "attributes" : { "code" : "oppo-a16e", "published" : "2024-11-30T15:29:16.041+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "523.00000" } } ], "priceForSale" : { "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0" } }, { "primaryKey" : 106105, "attributes" : { "code" : "alcatel-3", "published" : "2024-11-30T15:29:10.681+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "1031.00000" } } ], "priceForSale" : { "priceWithoutTax" : "66.12", "priceWithTax" : "80.0", "taxRate" : "21.0" } }, { "primaryKey" : 105148, "attributes" : { "code" : "amazon-kindle-paperwhite-signature-edition", "published" : "2024-11-30T15:29:08.245+01:00", "orderedQuantity" : "0.00000" }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "155.00000" } } ], "priceForSale" : { "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0" } } ] } } } } ```>
md`.Example `segments.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 106106, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "alcatel-3-1", "orderedQuantity": "0.00000", "published": "2024-11-30T15:30:04.557+01:00" } }, "prices": [ { "priceId": 1443, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 1443, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "530.00000" } } } ] }, { "primaryKey": 113762, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "logitech-mx-keys", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:54.286+01:00" } }, "prices": [ { "priceId": 8765, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8765, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "155.00000" } } } ] }, { "primaryKey": 113725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-tree", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:54.033+01:00" } }, "prices": [ { "priceId": 8819, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8819, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.12", "priceWithTax": "103.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "390.00000" } } } ] }, { "primaryKey": 113660, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "genius-sp-hf2800bt", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:53.619+01:00" } }, "prices": [ { "priceId": 8747, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8747, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "83.47", "priceWithTax": "101.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "82.00000" } } } ] }, { "primaryKey": 113302, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "24v5c", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:50.229+01:00" } }, "prices": [ { "priceId": 8407, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8407, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "532.00000" } } } ] }, { "primaryKey": 113110, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "logitech-mx-anywhere-3", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:48.864+01:00" } }, "prices": [ { "priceId": 8569, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 8569, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "272.00000" } } } ] }, { "primaryKey": 108599, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "fitbit-luxe", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:24.414+01:00" } }, "prices": [ { "priceId": 3929, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3929, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "11.00000" } } } ] }, { "primaryKey": 107130, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "oppo-a16e", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:16.041+01:00" } }, "prices": [ { "priceId": 2451, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 2451, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "523.00000" } } } ] }, { "primaryKey": 106105, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "global": { "code": "alcatel-3", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:10.681+01:00" } }, "prices": [ { "priceId": 1443, "priceList": "basic", "currency": "EUR", "innerRecordId": 106106, "indexed": true, "priceWithoutTax": "82.64", "priceWithTax": "100.0", "taxRate": "21.0", "validity": null }, { "priceId": 1445, "priceList": "basic", "currency": "EUR", "innerRecordId": 106107, "indexed": true, "priceWithoutTax": "66.12", "priceWithTax": "80.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 1445, "priceList": "basic", "currency": "EUR", "innerRecordId": 106107, "indexed": true, "priceWithoutTax": "66.12", "priceWithTax": "80.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": true, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "1031.00000" } } } ] }, { "primaryKey": 105148, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "amazon-kindle-paperwhite-signature-edition", "orderedQuantity": "0.00000", "published": "2024-11-30T15:29:08.245+01:00" } }, "prices": [ { "priceId": 705, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 705, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.3", "priceWithTax": "102.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "155.00000" } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 9, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 10, "singlePage": true, "totalRecordCount": 10, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 106106, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "alcatel-3-1", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:30:04.557+01:00" } }, "prices" : [ { "priceId" : 1443, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 1443, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "530.00000" } } } ] }, { "primaryKey" : 113762, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "logitech-mx-keys", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:54.286+01:00" } }, "prices" : [ { "priceId" : 8765, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8765, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "155.00000" } } } ] }, { "primaryKey" : 113725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-tree", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:54.033+01:00" } }, "prices" : [ { "priceId" : 8819, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8819, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.12", "priceWithTax" : "103.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "390.00000" } } } ] }, { "primaryKey" : 113660, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "genius-sp-hf2800bt", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:53.619+01:00" } }, "prices" : [ { "priceId" : 8747, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8747, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "83.47", "priceWithTax" : "101.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "82.00000" } } } ] }, { "primaryKey" : 113302, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "24v5c", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:50.229+01:00" } }, "prices" : [ { "priceId" : 8407, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8407, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "532.00000" } } } ] }, { "primaryKey" : 113110, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "logitech-mx-anywhere-3", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:48.864+01:00" } }, "prices" : [ { "priceId" : 8569, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 8569, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "272.00000" } } } ] }, { "primaryKey" : 108599, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "fitbit-luxe", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:24.414+01:00" } }, "prices" : [ { "priceId" : 3929, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3929, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "11.00000" } } } ] }, { "primaryKey" : 107130, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "oppo-a16e", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:16.041+01:00" } }, "prices" : [ { "priceId" : 2451, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 2451, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "523.00000" } } } ] }, { "primaryKey" : 106105, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "global" : { "code" : "alcatel-3", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:10.681+01:00" } }, "prices" : [ { "priceId" : 1443, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 106106, "indexed" : true, "priceWithoutTax" : "82.64", "priceWithTax" : "100.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 1445, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 106107, "indexed" : true, "priceWithoutTax" : "66.12", "priceWithTax" : "80.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 1445, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 106107, "indexed" : true, "priceWithoutTax" : "66.12", "priceWithTax" : "80.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : true, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "1031.00000" } } } ] }, { "primaryKey" : 105148, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "amazon-kindle-paperwhite-signature-edition", "orderedQuantity" : "0.00000", "published" : "2024-11-30T15:29:08.245+01:00" } }, "prices" : [ { "priceId" : 705, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 705, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.3", "priceWithTax" : "102.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "155.00000" } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 9, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 10, "singlePage" : true, "totalRecordCount" : 10, "type" : "PAGE" } } ```>
md`.Example `reference-attribute-natural.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107827, "attributes": { "code": "zte-axon-10" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 108543, "attributes": { "code": "xiaomi-mi-watch-lite" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 107827 } } ] }, { "primaryKey": 108540, "attributes": { "code": "xiaomi-mi-watch" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 108543 } } ] }, { "primaryKey": 113054, "attributes": { "code": "xiaomi-buds-3-pro" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 108540 } } ] }, { "primaryKey": 113172, "attributes": { "code": "trust-kuza" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 113054 } } ] }, { "primaryKey": 113048, "attributes": { "code": "sony-wh-ch710n" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 113172 } } ] }, { "primaryKey": 113035, "attributes": { "code": "sony-inzone-h3" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 113048 } } ] }, { "primaryKey": 113013, "attributes": { "code": "skullcandy-hesh-anc" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 113035 } } ] }, { "primaryKey": 113010, "attributes": { "code": "skullcandy-dime" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 113013 } } ] }, { "primaryKey": 107443, "attributes": { "code": "samsung-galaxy-a32" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 113010 } } ] }, { "primaryKey": 113134, "attributes": { "code": "razer-deathadder-v2" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 107443 } } ] }, { "primaryKey": 105289, "attributes": { "code": "rakuten-forma" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 113134 } } ] }, { "primaryKey": 105238, "attributes": { "code": "pocketbook-basic-lux-3" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 105289 } } ] }, { "primaryKey": 104851, "attributes": { "code": "panasonic-toughbook-a3-2020" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 105238 } } ] }, { "primaryKey": 107008, "attributes": { "code": "nokia-c2" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 104851 } } ] }, { "primaryKey": 110962, "attributes": { "code": "msi-gp75-10sfsk-leopard" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 107008 } } ] }, { "primaryKey": 113104, "attributes": { "code": "logitech-signature-m650" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 110962 } } ] }, { "primaryKey": 106838, "attributes": { "code": "lg-stylo-5x" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 113104 } } ] }, { "primaryKey": 106823, "attributes": { "code": "lg-k-series-k51" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 106838 } } ] }, { "primaryKey": 113392, "attributes": { "code": "32-uhd-hdr-monitor-with-usb-type-c" }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "orderInGroup": 106823 } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107827, "attributes" : { "code" : "zte-axon-10" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 108543, "attributes" : { "code" : "xiaomi-mi-watch-lite" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 107827 } } ] }, { "primaryKey" : 108540, "attributes" : { "code" : "xiaomi-mi-watch" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 108543 } } ] }, { "primaryKey" : 113054, "attributes" : { "code" : "xiaomi-buds-3-pro" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 108540 } } ] }, { "primaryKey" : 113172, "attributes" : { "code" : "trust-kuza" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 113054 } } ] }, { "primaryKey" : 113048, "attributes" : { "code" : "sony-wh-ch710n" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 113172 } } ] }, { "primaryKey" : 113035, "attributes" : { "code" : "sony-inzone-h3" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 113048 } } ] }, { "primaryKey" : 113013, "attributes" : { "code" : "skullcandy-hesh-anc" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 113035 } } ] }, { "primaryKey" : 113010, "attributes" : { "code" : "skullcandy-dime" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 113013 } } ] }, { "primaryKey" : 107443, "attributes" : { "code" : "samsung-galaxy-a32" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 113010 } } ] }, { "primaryKey" : 113134, "attributes" : { "code" : "razer-deathadder-v2" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 107443 } } ] }, { "primaryKey" : 105289, "attributes" : { "code" : "rakuten-forma" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 113134 } } ] }, { "primaryKey" : 105238, "attributes" : { "code" : "pocketbook-basic-lux-3" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 105289 } } ] }, { "primaryKey" : 104851, "attributes" : { "code" : "panasonic-toughbook-a3-2020" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 105238 } } ] }, { "primaryKey" : 107008, "attributes" : { "code" : "nokia-c2" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 104851 } } ] }, { "primaryKey" : 110962, "attributes" : { "code" : "msi-gp75-10sfsk-leopard" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 107008 } } ] }, { "primaryKey" : 113104, "attributes" : { "code" : "logitech-signature-m650" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 110962 } } ] }, { "primaryKey" : 106838, "attributes" : { "code" : "lg-stylo-5x" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 113104 } } ] }, { "primaryKey" : 106823, "attributes" : { "code" : "lg-k-series-k51" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 106838 } } ] }, { "primaryKey" : 113392, "attributes" : { "code" : "32-uhd-hdr-monitor-with-usb-type-c" }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "orderInGroup" : 106823 } } ] } ] } } } } ```>
md`.Example `reference-attribute-natural.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107827, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "zte-axon-10" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 108543, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "xiaomi-mi-watch-lite" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 107827 } } } ] }, { "primaryKey": 108540, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "xiaomi-mi-watch" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 108543 } } } ] }, { "primaryKey": 113054, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "xiaomi-buds-3-pro" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 108540 } } } ] }, { "primaryKey": 113172, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "trust-kuza" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 113054 } } } ] }, { "primaryKey": 113048, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "sony-wh-ch710n" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 113172 } } } ] }, { "primaryKey": 113035, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "sony-inzone-h3" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 113048 } } } ] }, { "primaryKey": 113013, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "skullcandy-hesh-anc" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 113035 } } } ] }, { "primaryKey": 113010, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "skullcandy-dime" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 113013 } } } ] }, { "primaryKey": 107443, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "samsung-galaxy-a32" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 113010 } } } ] }, { "primaryKey": 113134, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "razer-deathadder-v2" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 107443 } } } ] }, { "primaryKey": 105289, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rakuten-forma" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 113134 } } } ] }, { "primaryKey": 105238, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "pocketbook-basic-lux-3" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 105289 } } } ] }, { "primaryKey": 104851, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "panasonic-toughbook-a3-2020" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 105238 } } } ] }, { "primaryKey": 107008, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "nokia-c2" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 104851 } } } ] }, { "primaryKey": 110962, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "msi-gp75-10sfsk-leopard" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 107008 } } } ] }, { "primaryKey": 113104, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "logitech-signature-m650" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 110962 } } } ] }, { "primaryKey": 106838, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lg-stylo-5x" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 113104 } } } ] }, { "primaryKey": 106823, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "lg-k-series-k51" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 106838 } } } ] }, { "primaryKey": 113392, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "32-uhd-hdr-monitor-with-usb-type-c" } }, "groups": [ { "referencedPrimaryKey": 66505, "attributes": { "global": { "orderInGroup": 106823 } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 2, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 39, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107827, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "zte-axon-10" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 108543, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "xiaomi-mi-watch-lite" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 107827 } } } ] }, { "primaryKey" : 108540, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "xiaomi-mi-watch" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 108543 } } } ] }, { "primaryKey" : 113054, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "xiaomi-buds-3-pro" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 108540 } } } ] }, { "primaryKey" : 113172, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "trust-kuza" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 113054 } } } ] }, { "primaryKey" : 113048, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "sony-wh-ch710n" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 113172 } } } ] }, { "primaryKey" : 113035, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "sony-inzone-h3" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 113048 } } } ] }, { "primaryKey" : 113013, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "skullcandy-hesh-anc" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 113035 } } } ] }, { "primaryKey" : 113010, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "skullcandy-dime" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 113013 } } } ] }, { "primaryKey" : 107443, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "samsung-galaxy-a32" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 113010 } } } ] }, { "primaryKey" : 113134, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "razer-deathadder-v2" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 107443 } } } ] }, { "primaryKey" : 105289, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rakuten-forma" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 113134 } } } ] }, { "primaryKey" : 105238, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "pocketbook-basic-lux-3" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 105289 } } } ] }, { "primaryKey" : 104851, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "panasonic-toughbook-a3-2020" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 105238 } } } ] }, { "primaryKey" : 107008, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "nokia-c2" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 104851 } } } ] }, { "primaryKey" : 110962, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "msi-gp75-10sfsk-leopard" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 107008 } } } ] }, { "primaryKey" : 113104, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "logitech-signature-m650" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 110962 } } } ] }, { "primaryKey" : 106838, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lg-stylo-5x" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 113104 } } } ] }, { "primaryKey" : 106823, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "lg-k-series-k51" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 106838 } } } ] }, { "primaryKey" : 113392, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "32-uhd-hdr-monitor-with-usb-type-c" } }, "groups" : [ { "referencedPrimaryKey" : 66505, "attributes" : { "global" : { "orderInGroup" : 106823 } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 2, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 39, "type" : "PAGE" } } ```>
md`.Example `reference-attribute-natural-multiple.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 63049, "attributes": { "code": "macbook-pro-13-2022" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66578, "attributes": { "code": "macbook-pro-14-2021" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": 63049 } } ] }, { "primaryKey": 66561, "attributes": { "code": "macbook-pro-13-2022-4" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66563, "attributes": { "code": "macbook-pro-13-2022-6" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66562, "attributes": { "code": "macbook-pro-13-2022-5" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66565, "attributes": { "code": "macbook-pro-13-2022-7" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66567, "attributes": { "code": "macbook-pro-13-2022-9" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66566, "attributes": { "code": "macbook-pro-13-2022-8" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66569, "attributes": { "code": "macbook-pro-13-2022-10" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66571, "attributes": { "code": "macbook-pro-13-2022-12" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66570, "attributes": { "code": "macbook-pro-13-2022-11" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66573, "attributes": { "code": "macbook-pro-13-2022-14" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66572, "attributes": { "code": "macbook-pro-13-2022-13" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66575, "attributes": { "code": "macbook-pro-13-2022-16" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66574, "attributes": { "code": "macbook-pro-13-2022-15" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66577, "attributes": { "code": "macbook-pro-13-2022-18" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66576, "attributes": { "code": "macbook-pro-13-2022-17" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66581, "attributes": { "code": "macbook-pro-14-2021-1" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66583, "attributes": { "code": "macbook-pro-14-2021-3" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] }, { "primaryKey": 66582, "attributes": { "code": "macbook-pro-14-2021-2" }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "orderInGroup": -1 } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 63049, "attributes" : { "code" : "macbook-pro-13-2022" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66578, "attributes" : { "code" : "macbook-pro-14-2021" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : 63049 } } ] }, { "primaryKey" : 66561, "attributes" : { "code" : "macbook-pro-13-2022-4" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66563, "attributes" : { "code" : "macbook-pro-13-2022-6" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66562, "attributes" : { "code" : "macbook-pro-13-2022-5" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66565, "attributes" : { "code" : "macbook-pro-13-2022-7" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66567, "attributes" : { "code" : "macbook-pro-13-2022-9" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66566, "attributes" : { "code" : "macbook-pro-13-2022-8" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66569, "attributes" : { "code" : "macbook-pro-13-2022-10" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66571, "attributes" : { "code" : "macbook-pro-13-2022-12" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66570, "attributes" : { "code" : "macbook-pro-13-2022-11" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66573, "attributes" : { "code" : "macbook-pro-13-2022-14" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66572, "attributes" : { "code" : "macbook-pro-13-2022-13" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66575, "attributes" : { "code" : "macbook-pro-13-2022-16" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66574, "attributes" : { "code" : "macbook-pro-13-2022-15" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66577, "attributes" : { "code" : "macbook-pro-13-2022-18" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66576, "attributes" : { "code" : "macbook-pro-13-2022-17" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66581, "attributes" : { "code" : "macbook-pro-14-2021-1" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66583, "attributes" : { "code" : "macbook-pro-14-2021-3" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] }, { "primaryKey" : 66582, "attributes" : { "code" : "macbook-pro-14-2021-2" }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "orderInGroup" : -1 } } ] } ] } } } } ```>
md`.Example `reference-attribute-natural-multiple.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66578, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbook-pro-14-2021" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": 63049 } } } ] }, { "primaryKey": 66561, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-4" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66563, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-6" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66562, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-5" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66565, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-7" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66567, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-9" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66566, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-8" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66569, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-10" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66571, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-12" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66570, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-11" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66573, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-14" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66572, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-13" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66575, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-16" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66574, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-15" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66577, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-18" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66576, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022-17" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66581, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbook-pro-14-2021-1" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66583, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbook-pro-14-2021-3" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] }, { "primaryKey": 66582, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbook-pro-14-2021-2" } }, "groups": [ { "referencedPrimaryKey": 66503, "attributes": { "global": { "orderInGroup": -1 } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 5, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 99, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66578, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbook-pro-14-2021" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : 63049 } } } ] }, { "primaryKey" : 66561, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-4" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66563, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-6" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66562, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-5" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66565, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-7" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66567, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-9" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66566, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-8" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66569, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-10" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66571, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-12" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66570, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-11" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66573, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-14" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66572, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-13" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66575, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-16" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66574, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-15" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66577, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-18" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66576, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022-17" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66581, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbook-pro-14-2021-1" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66583, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbook-pro-14-2021-3" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] }, { "primaryKey" : 66582, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbook-pro-14-2021-2" } }, "groups" : [ { "referencedPrimaryKey" : 66503, "attributes" : { "global" : { "orderInGroup" : -1 } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 5, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 99, "type" : "PAGE" } } ```>
md`.Example `reference-attribute-natural-hierarchy.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 113705, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "emos-cold-base-set-for-interconnecting-chains" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": -1 } } } ] }, { "primaryKey": 113709, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "emos-warm-base-set-for-interconnecting-chains" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113705 } } } ] }, { "primaryKey": 113713, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "emos-nativity-set" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113709 } } } ] }, { "primaryKey": 113714, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "emos-candlestick" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113713 } } } ] }, { "primaryKey": 113716, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "retlux-warm-white-christmas-lightning" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113714 } } } ] }, { "primaryKey": 113718, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "retlux-blue-christmas-lightning" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113716 } } } ] }, { "primaryKey": 113720, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "retlux-cottage-acrylic-ornament" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113718 } } } ] }, { "primaryKey": 113721, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "immax-neo-lite-smart-chain" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113720 } } } ] }, { "primaryKey": 113725, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-tree" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113721 } } } ] }, { "primaryKey": 113727, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "immax-neo-lite-smart-christmas-led-strip" } }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "global": { "orderInCategory": 113725 } } } ] }, { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": -1 } } } ] }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-3-pro" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107891 } } } ] }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107899 } } } ] }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-s-lite" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107911 } } } ] }, { "primaryKey": 107933, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107923 } } } ] }, { "primaryKey": 107938, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-bip-u-pro" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107933 } } } ] }, { "primaryKey": 107952, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-falcon" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107938 } } } ] }, { "primaryKey": 107961, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-gtr" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107952 } } } ] }, { "primaryKey": 107973, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-gtr-2" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107961 } } } ] }, { "primaryKey": 107981, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazfit-gtr-2-2022" } }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "global": { "orderInCategory": 107973 } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 26, "pageNumber": 1, "pageSize": 20, "singlePage": false, "totalRecordCount": 501, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 113705, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "emos-cold-base-set-for-interconnecting-chains" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : -1 } } } ] }, { "primaryKey" : 113709, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "emos-warm-base-set-for-interconnecting-chains" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113705 } } } ] }, { "primaryKey" : 113713, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "emos-nativity-set" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113709 } } } ] }, { "primaryKey" : 113714, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "emos-candlestick" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113713 } } } ] }, { "primaryKey" : 113716, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "retlux-warm-white-christmas-lightning" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113714 } } } ] }, { "primaryKey" : 113718, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "retlux-blue-christmas-lightning" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113716 } } } ] }, { "primaryKey" : 113720, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "retlux-cottage-acrylic-ornament" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113718 } } } ] }, { "primaryKey" : 113721, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "immax-neo-lite-smart-chain" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113720 } } } ] }, { "primaryKey" : 113725, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-tree" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113721 } } } ] }, { "primaryKey" : 113727, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "immax-neo-lite-smart-christmas-led-strip" } }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "global" : { "orderInCategory" : 113725 } } } ] }, { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : -1 } } } ] }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-3-pro" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107891 } } } ] }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107899 } } } ] }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-s-lite" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107911 } } } ] }, { "primaryKey" : 107933, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107923 } } } ] }, { "primaryKey" : 107938, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-bip-u-pro" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107933 } } } ] }, { "primaryKey" : 107952, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-falcon" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107938 } } } ] }, { "primaryKey" : 107961, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-gtr" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107952 } } } ] }, { "primaryKey" : 107973, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-gtr-2" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107961 } } } ] }, { "primaryKey" : 107981, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "amazfit-gtr-2-2022" } }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "global" : { "orderInCategory" : 107973 } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 26, "pageNumber" : 1, "pageSize" : 20, "singlePage" : false, "totalRecordCount" : 501, "type" : "PAGE" } } ```>
md`.Example `reference-attribute-natural-hierarchy.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 113705, "attributes": { "code": "emos-cold-base-set-for-interconnecting-chains" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": -1 } } ] }, { "primaryKey": 113709, "attributes": { "code": "emos-warm-base-set-for-interconnecting-chains" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113705 } } ] }, { "primaryKey": 113713, "attributes": { "code": "emos-nativity-set" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113709 } } ] }, { "primaryKey": 113714, "attributes": { "code": "emos-candlestick" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113713 } } ] }, { "primaryKey": 113716, "attributes": { "code": "retlux-warm-white-christmas-lightning" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113714 } } ] }, { "primaryKey": 113718, "attributes": { "code": "retlux-blue-christmas-lightning" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113716 } } ] }, { "primaryKey": 113720, "attributes": { "code": "retlux-cottage-acrylic-ornament" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113718 } } ] }, { "primaryKey": 113721, "attributes": { "code": "immax-neo-lite-smart-chain" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113720 } } ] }, { "primaryKey": 113725, "attributes": { "code": "immax-neo-lite-smart-christmas-led-tree" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113721 } } ] }, { "primaryKey": 113727, "attributes": { "code": "immax-neo-lite-smart-christmas-led-strip" }, "categories": [ { "referencedPrimaryKey": 66480, "attributes": { "orderInCategory": 113725 } } ] }, { "primaryKey": 107891, "attributes": { "code": "amazfit-bip-3" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": -1 } } ] }, { "primaryKey": 107899, "attributes": { "code": "amazfit-bip-3-pro" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107891 } } ] }, { "primaryKey": 107911, "attributes": { "code": "amazfit-bip-s" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107899 } } ] }, { "primaryKey": 107923, "attributes": { "code": "amazfit-bip-s-lite" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107911 } } ] }, { "primaryKey": 107933, "attributes": { "code": "amazfit-bip-u" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107923 } } ] }, { "primaryKey": 107938, "attributes": { "code": "amazfit-bip-u-pro" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107933 } } ] }, { "primaryKey": 107952, "attributes": { "code": "amazfit-falcon" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107938 } } ] }, { "primaryKey": 107961, "attributes": { "code": "amazfit-gtr" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107952 } } ] }, { "primaryKey": 107973, "attributes": { "code": "amazfit-gtr-2" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107961 } } ] }, { "primaryKey": 107981, "attributes": { "code": "amazfit-gtr-2-2022" }, "categories": [ { "referencedPrimaryKey": 66486, "attributes": { "orderInCategory": 107973 } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 113705, "attributes" : { "code" : "emos-cold-base-set-for-interconnecting-chains" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : -1 } } ] }, { "primaryKey" : 113709, "attributes" : { "code" : "emos-warm-base-set-for-interconnecting-chains" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113705 } } ] }, { "primaryKey" : 113713, "attributes" : { "code" : "emos-nativity-set" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113709 } } ] }, { "primaryKey" : 113714, "attributes" : { "code" : "emos-candlestick" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113713 } } ] }, { "primaryKey" : 113716, "attributes" : { "code" : "retlux-warm-white-christmas-lightning" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113714 } } ] }, { "primaryKey" : 113718, "attributes" : { "code" : "retlux-blue-christmas-lightning" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113716 } } ] }, { "primaryKey" : 113720, "attributes" : { "code" : "retlux-cottage-acrylic-ornament" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113718 } } ] }, { "primaryKey" : 113721, "attributes" : { "code" : "immax-neo-lite-smart-chain" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113720 } } ] }, { "primaryKey" : 113725, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-tree" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113721 } } ] }, { "primaryKey" : 113727, "attributes" : { "code" : "immax-neo-lite-smart-christmas-led-strip" }, "categories" : [ { "referencedPrimaryKey" : 66480, "attributes" : { "orderInCategory" : 113725 } } ] }, { "primaryKey" : 107891, "attributes" : { "code" : "amazfit-bip-3" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : -1 } } ] }, { "primaryKey" : 107899, "attributes" : { "code" : "amazfit-bip-3-pro" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107891 } } ] }, { "primaryKey" : 107911, "attributes" : { "code" : "amazfit-bip-s" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107899 } } ] }, { "primaryKey" : 107923, "attributes" : { "code" : "amazfit-bip-s-lite" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107911 } } ] }, { "primaryKey" : 107933, "attributes" : { "code" : "amazfit-bip-u" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107923 } } ] }, { "primaryKey" : 107938, "attributes" : { "code" : "amazfit-bip-u-pro" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107933 } } ] }, { "primaryKey" : 107952, "attributes" : { "code" : "amazfit-falcon" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107938 } } ] }, { "primaryKey" : 107961, "attributes" : { "code" : "amazfit-gtr" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107952 } } ] }, { "primaryKey" : 107973, "attributes" : { "code" : "amazfit-gtr-2" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107961 } } ] }, { "primaryKey" : 107981, "attributes" : { "code" : "amazfit-gtr-2-2022" }, "categories" : [ { "referencedPrimaryKey" : 66486, "attributes" : { "orderInCategory" : 107973 } } ] } ] } } } } ```>
md`.Example `entity-property.evitaql`: md`#L1
expected: <```json { "primaryKey": 108419, "attributes": { "code": "garmin-vivoactive-4" }, "references": { "parameterValues": [ { "group": 66514, "referencedKey": 105138, "referencedEntity": { "primaryKey": 105138, "attributes": { "name:en": "Proprietal" } } }, { "group": 66528, "referencedKey": 107867, "referencedEntity": { "primaryKey": 107867, "attributes": { "name:en": "Stainless steel" } } }, { "group": 66526, "referencedKey": 107868, "referencedEntity": { "primaryKey": 107868, "attributes": { "name:en": "Android" } } }, { "group": 66526, "referencedKey": 107869, "referencedEntity": { "primaryKey": 107869, "attributes": { "name:en": "iOS" } } }, { "group": 66533, "referencedKey": 107870, "referencedEntity": { "primaryKey": 107870, "attributes": { "name:en": "usb-c" } } }, { "group": 107858, "referencedKey": 107872, "referencedEntity": { "primaryKey": 107872, "attributes": { "name:en": "Blood oxygenation monitor" } } }, { "group": 107858, "referencedKey": 107873, "referencedEntity": { "primaryKey": 107873, "attributes": { "name:en": "Heart rate monitor" } } }, { "group": 107858, "referencedKey": 107874, "referencedEntity": { "primaryKey": 107874, "attributes": { "name:en": "GPS" } } }, { "group": 107858, "referencedKey": 107875, "referencedEntity": { "primaryKey": 107875, "attributes": { "name:en": "Accelerometer" } } }, { "group": 107858, "referencedKey": 107876, "referencedEntity": { "primaryKey": 107876, "attributes": { "name:en": "Temperature sensor" } } }, { "group": 107858, "referencedKey": 107877, "referencedEntity": { "primaryKey": 107877, "attributes": { "name:en": "Compass" } } }, { "group": 107858, "referencedKey": 107878, "referencedEntity": { "primaryKey": 107878, "attributes": { "name:en": "Barometer" } } }, { "group": 107858, "referencedKey": 107879, "referencedEntity": { "primaryKey": 107879, "attributes": { "name:en": "Gyroscope" } } }, { "group": 107858, "referencedKey": 107880, "referencedEntity": { "primaryKey": 107880, "attributes": { "name:en": "Cadence sensor" } } }, { "group": 107858, "referencedKey": 107881, "referencedEntity": { "primaryKey": 107881, "attributes": { "name:en": "Monitors perspiration" } } }, { "group": 107858, "referencedKey": 107882, "referencedEntity": { "primaryKey": 107882, "attributes": { "name:en": "3D compass" } } }, { "group": 107860, "referencedKey": 107884, "referencedEntity": { "primaryKey": 107884, "attributes": { "name:en": "True" } } }, { "group": 107855, "referencedKey": 107943, "referencedEntity": { "primaryKey": 107943, "attributes": { "name:en": "circle" } } }, { "group": 107859, "referencedKey": 107956, "referencedEntity": { "primaryKey": 107956, "attributes": { "name:en": "True" } } }, { "group": 66532, "referencedKey": 108070, "referencedEntity": { "primaryKey": 108070, "attributes": { "name:en": "8" } } }, { "group": 66518, "referencedKey": 108303, "referencedEntity": { "primaryKey": 108303, "attributes": { "name:en": "MIP" } } }, { "group": 66517, "referencedKey": 108332, "referencedEntity": { "primaryKey": 108332, "attributes": { "name:en": "260 x 260" } } }, { "group": 67917, "referencedKey": 108337, "referencedEntity": { "primaryKey": 108337, "attributes": { "name:en": "275" } } }, { "group": 67913, "referencedKey": 108415, "referencedEntity": { "primaryKey": 108415, "attributes": { "name:en": "45.1" } } }, { "group": 114008, "referencedKey": 108416, "referencedEntity": { "primaryKey": 108416, "attributes": { "name:en": "45.1" } } }, { "group": 67915, "referencedKey": 108417, "referencedEntity": { "primaryKey": 108417, "attributes": { "name:en": "12.8" } } }, { "group": 114009, "referencedKey": 108418, "referencedEntity": { "primaryKey": 108418, "attributes": { "name:en": "50.5" } } }, { "group": 114010, "referencedKey": 114012, "referencedEntity": { "primaryKey": 114012, "attributes": { "name:en": "USB-C" } } } ] } } ```> but was: <```json { "primaryKey" : 108419, "attributes" : { "code" : "garmin-vivoactive-4" }, "references" : { "parameterValues" : [ { "group" : 66514, "referencedKey" : 105138, "referencedEntity" : { "primaryKey" : 105138, "attributes" : { "name:en" : "Proprietal" } } }, { "group" : 66528, "referencedKey" : 107867, "referencedEntity" : { "primaryKey" : 107867, "attributes" : { "name:en" : "Stainless steel" } } }, { "group" : 66526, "referencedKey" : 107868, "referencedEntity" : { "primaryKey" : 107868, "attributes" : { "name:en" : "Android" } } }, { "group" : 66526, "referencedKey" : 107869, "referencedEntity" : { "primaryKey" : 107869, "attributes" : { "name:en" : "iOS" } } }, { "group" : 66533, "referencedKey" : 107870, "referencedEntity" : { "primaryKey" : 107870, "attributes" : { "name:en" : "usb-c" } } }, { "group" : 107858, "referencedKey" : 107872, "referencedEntity" : { "primaryKey" : 107872, "attributes" : { "name:en" : "Blood oxygenation monitor" } } }, { "group" : 107858, "referencedKey" : 107873, "referencedEntity" : { "primaryKey" : 107873, "attributes" : { "name:en" : "Heart rate monitor" } } }, { "group" : 107858, "referencedKey" : 107874, "referencedEntity" : { "primaryKey" : 107874, "attributes" : { "name:en" : "GPS" } } }, { "group" : 107858, "referencedKey" : 107875, "referencedEntity" : { "primaryKey" : 107875, "attributes" : { "name:en" : "Accelerometer" } } }, { "group" : 107858, "referencedKey" : 107876, "referencedEntity" : { "primaryKey" : 107876, "attributes" : { "name:en" : "Temperature sensor" } } }, { "group" : 107858, "referencedKey" : 107877, "referencedEntity" : { "primaryKey" : 107877, "attributes" : { "name:en" : "Compass" } } }, { "group" : 107858, "referencedKey" : 107878, "referencedEntity" : { "primaryKey" : 107878, "attributes" : { "name:en" : "Barometer" } } }, { "group" : 107858, "referencedKey" : 107879, "referencedEntity" : { "primaryKey" : 107879, "attributes" : { "name:en" : "Gyroscope" } } }, { "group" : 107858, "referencedKey" : 107880, "referencedEntity" : { "primaryKey" : 107880, "attributes" : { "name:en" : "Cadence sensor" } } }, { "group" : 107858, "referencedKey" : 107881, "referencedEntity" : { "primaryKey" : 107881, "attributes" : { "name:en" : "Monitors perspiration" } } }, { "group" : 107858, "referencedKey" : 107882, "referencedEntity" : { "primaryKey" : 107882, "attributes" : { "name:en" : "3D compass" } } }, { "group" : 107860, "referencedKey" : 107884, "referencedEntity" : { "primaryKey" : 107884, "attributes" : { "name:en" : "True" } } }, { "group" : 107855, "referencedKey" : 107943, "referencedEntity" : { "primaryKey" : 107943, "attributes" : { "name:en" : "circle" } } }, { "group" : 107859, "referencedKey" : 107956, "referencedEntity" : { "primaryKey" : 107956, "attributes" : { "name:en" : "True" } } }, { "group" : 66532, "referencedKey" : 108070, "referencedEntity" : { "primaryKey" : 108070, "attributes" : { "name:en" : "8" } } }, { "group" : 66518, "referencedKey" : 108303, "referencedEntity" : { "primaryKey" : 108303, "attributes" : { "name:en" : "MIP" } } }, { "group" : 66517, "referencedKey" : 108332, "referencedEntity" : { "primaryKey" : 108332, "attributes" : { "name:en" : "260 x 260" } } }, { "group" : 67917, "referencedKey" : 108337, "referencedEntity" : { "primaryKey" : 108337, "attributes" : { "name:en" : "275" } } }, { "group" : 67913, "referencedKey" : 108415, "referencedEntity" : { "primaryKey" : 108415, "attributes" : { "name:en" : "45.1" } } }, { "group" : 114008, "referencedKey" : 108416, "referencedEntity" : { "primaryKey" : 108416, "attributes" : { "name:en" : "45.1" } } }, { "group" : 67915, "referencedKey" : 108417, "referencedEntity" : { "primaryKey" : 108417, "attributes" : { "name:en" : "12.8" } } }, { "group" : 114009, "referencedKey" : 108418, "referencedEntity" : { "primaryKey" : 108418, "attributes" : { "name:en" : "50.5" } } }, { "group" : 114010, "referencedKey" : 114012, "referencedEntity" : { "primaryKey" : 114012, "attributes" : { "name:en" : "USB-C" } } } ] } } ```>
md`.Example `entity-property.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108419, "attributes": { "code": "garmin-vivoactive-4" }, "parameterValues": [ { "referencedPrimaryKey": 114012, "referencedEntity": { "primaryKey": 114012, "attributes": { "name": "USB-C" } } }, { "referencedPrimaryKey": 107870, "referencedEntity": { "primaryKey": 107870, "attributes": { "name": "usb-c" } } }, { "referencedPrimaryKey": 107956, "referencedEntity": { "primaryKey": 107956, "attributes": { "name": "True" } } }, { "referencedPrimaryKey": 107884, "referencedEntity": { "primaryKey": 107884, "attributes": { "name": "True" } } }, { "referencedPrimaryKey": 107876, "referencedEntity": { "primaryKey": 107876, "attributes": { "name": "Temperature sensor" } } }, { "referencedPrimaryKey": 107867, "referencedEntity": { "primaryKey": 107867, "attributes": { "name": "Stainless steel" } } }, { "referencedPrimaryKey": 105138, "referencedEntity": { "primaryKey": 105138, "attributes": { "name": "Proprietal" } } }, { "referencedPrimaryKey": 107881, "referencedEntity": { "primaryKey": 107881, "attributes": { "name": "Monitors perspiration" } } }, { "referencedPrimaryKey": 108303, "referencedEntity": { "primaryKey": 108303, "attributes": { "name": "MIP" } } }, { "referencedPrimaryKey": 107869, "referencedEntity": { "primaryKey": 107869, "attributes": { "name": "iOS" } } }, { "referencedPrimaryKey": 107873, "referencedEntity": { "primaryKey": 107873, "attributes": { "name": "Heart rate monitor" } } }, { "referencedPrimaryKey": 107879, "referencedEntity": { "primaryKey": 107879, "attributes": { "name": "Gyroscope" } } }, { "referencedPrimaryKey": 107874, "referencedEntity": { "primaryKey": 107874, "attributes": { "name": "GPS" } } }, { "referencedPrimaryKey": 107877, "referencedEntity": { "primaryKey": 107877, "attributes": { "name": "Compass" } } }, { "referencedPrimaryKey": 107943, "referencedEntity": { "primaryKey": 107943, "attributes": { "name": "circle" } } }, { "referencedPrimaryKey": 107880, "referencedEntity": { "primaryKey": 107880, "attributes": { "name": "Cadence sensor" } } }, { "referencedPrimaryKey": 107872, "referencedEntity": { "primaryKey": 107872, "attributes": { "name": "Blood oxygenation monitor" } } }, { "referencedPrimaryKey": 107878, "referencedEntity": { "primaryKey": 107878, "attributes": { "name": "Barometer" } } }, { "referencedPrimaryKey": 107868, "referencedEntity": { "primaryKey": 107868, "attributes": { "name": "Android" } } }, { "referencedPrimaryKey": 107875, "referencedEntity": { "primaryKey": 107875, "attributes": { "name": "Accelerometer" } } }, { "referencedPrimaryKey": 108070, "referencedEntity": { "primaryKey": 108070, "attributes": { "name": "8" } } }, { "referencedPrimaryKey": 108418, "referencedEntity": { "primaryKey": 108418, "attributes": { "name": "50.5" } } }, { "referencedPrimaryKey": 108416, "referencedEntity": { "primaryKey": 108416, "attributes": { "name": "45.1" } } }, { "referencedPrimaryKey": 108415, "referencedEntity": { "primaryKey": 108415, "attributes": { "name": "45.1" } } }, { "referencedPrimaryKey": 107882, "referencedEntity": { "primaryKey": 107882, "attributes": { "name": "3D compass" } } }, { "referencedPrimaryKey": 108337, "referencedEntity": { "primaryKey": 108337, "attributes": { "name": "275" } } }, { "referencedPrimaryKey": 108332, "referencedEntity": { "primaryKey": 108332, "attributes": { "name": "260 x 260" } } }, { "referencedPrimaryKey": 108417, "referencedEntity": { "primaryKey": 108417, "attributes": { "name": "12.8" } } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108419, "attributes" : { "code" : "garmin-vivoactive-4" }, "parameterValues" : [ { "referencedPrimaryKey" : 114012, "referencedEntity" : { "primaryKey" : 114012, "attributes" : { "name" : "USB-C" } } }, { "referencedPrimaryKey" : 107870, "referencedEntity" : { "primaryKey" : 107870, "attributes" : { "name" : "usb-c" } } }, { "referencedPrimaryKey" : 107956, "referencedEntity" : { "primaryKey" : 107956, "attributes" : { "name" : "True" } } }, { "referencedPrimaryKey" : 107884, "referencedEntity" : { "primaryKey" : 107884, "attributes" : { "name" : "True" } } }, { "referencedPrimaryKey" : 107876, "referencedEntity" : { "primaryKey" : 107876, "attributes" : { "name" : "Temperature sensor" } } }, { "referencedPrimaryKey" : 107867, "referencedEntity" : { "primaryKey" : 107867, "attributes" : { "name" : "Stainless steel" } } }, { "referencedPrimaryKey" : 105138, "referencedEntity" : { "primaryKey" : 105138, "attributes" : { "name" : "Proprietal" } } }, { "referencedPrimaryKey" : 107881, "referencedEntity" : { "primaryKey" : 107881, "attributes" : { "name" : "Monitors perspiration" } } }, { "referencedPrimaryKey" : 108303, "referencedEntity" : { "primaryKey" : 108303, "attributes" : { "name" : "MIP" } } }, { "referencedPrimaryKey" : 107869, "referencedEntity" : { "primaryKey" : 107869, "attributes" : { "name" : "iOS" } } }, { "referencedPrimaryKey" : 107873, "referencedEntity" : { "primaryKey" : 107873, "attributes" : { "name" : "Heart rate monitor" } } }, { "referencedPrimaryKey" : 107879, "referencedEntity" : { "primaryKey" : 107879, "attributes" : { "name" : "Gyroscope" } } }, { "referencedPrimaryKey" : 107874, "referencedEntity" : { "primaryKey" : 107874, "attributes" : { "name" : "GPS" } } }, { "referencedPrimaryKey" : 107877, "referencedEntity" : { "primaryKey" : 107877, "attributes" : { "name" : "Compass" } } }, { "referencedPrimaryKey" : 107943, "referencedEntity" : { "primaryKey" : 107943, "attributes" : { "name" : "circle" } } }, { "referencedPrimaryKey" : 107880, "referencedEntity" : { "primaryKey" : 107880, "attributes" : { "name" : "Cadence sensor" } } }, { "referencedPrimaryKey" : 107872, "referencedEntity" : { "primaryKey" : 107872, "attributes" : { "name" : "Blood oxygenation monitor" } } }, { "referencedPrimaryKey" : 107878, "referencedEntity" : { "primaryKey" : 107878, "attributes" : { "name" : "Barometer" } } }, { "referencedPrimaryKey" : 107868, "referencedEntity" : { "primaryKey" : 107868, "attributes" : { "name" : "Android" } } }, { "referencedPrimaryKey" : 107875, "referencedEntity" : { "primaryKey" : 107875, "attributes" : { "name" : "Accelerometer" } } }, { "referencedPrimaryKey" : 108070, "referencedEntity" : { "primaryKey" : 108070, "attributes" : { "name" : "8" } } }, { "referencedPrimaryKey" : 108418, "referencedEntity" : { "primaryKey" : 108418, "attributes" : { "name" : "50.5" } } }, { "referencedPrimaryKey" : 108416, "referencedEntity" : { "primaryKey" : 108416, "attributes" : { "name" : "45.1" } } }, { "referencedPrimaryKey" : 108415, "referencedEntity" : { "primaryKey" : 108415, "attributes" : { "name" : "45.1" } } }, { "referencedPrimaryKey" : 107882, "referencedEntity" : { "primaryKey" : 107882, "attributes" : { "name" : "3D compass" } } }, { "referencedPrimaryKey" : 108337, "referencedEntity" : { "primaryKey" : 108337, "attributes" : { "name" : "275" } } }, { "referencedPrimaryKey" : 108332, "referencedEntity" : { "primaryKey" : 108332, "attributes" : { "name" : "260 x 260" } } }, { "referencedPrimaryKey" : 108417, "referencedEntity" : { "primaryKey" : 108417, "attributes" : { "name" : "12.8" } } } ] } ] } } } } ```>
md`.Example `entity-property.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108419, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-vivoactive-4" } }, "parameterValues": [ { "referencedPrimaryKey": 114012, "referencedEntity": { "primaryKey": 114012, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "USB-C" } } } }, "groupEntity": { "primaryKey": 114010, "type": "Parameter" } }, { "referencedPrimaryKey": 107870, "referencedEntity": { "primaryKey": 107870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "usb-c" } } } }, "groupEntity": { "primaryKey": 66533, "type": "Parameter" } }, { "referencedPrimaryKey": 107956, "referencedEntity": { "primaryKey": 107956, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "True" } } } }, "groupEntity": { "primaryKey": 107859, "type": "Parameter" } }, { "referencedPrimaryKey": 107884, "referencedEntity": { "primaryKey": 107884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "True" } } } }, "groupEntity": { "primaryKey": 107860, "type": "Parameter" } }, { "referencedPrimaryKey": 107876, "referencedEntity": { "primaryKey": 107876, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Temperature sensor" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 107867, "referencedEntity": { "primaryKey": 107867, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Stainless steel" } } } }, "groupEntity": { "primaryKey": 66528, "type": "Parameter" } }, { "referencedPrimaryKey": 105138, "referencedEntity": { "primaryKey": 105138, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Proprietal" } } } }, "groupEntity": { "primaryKey": 66514, "type": "Parameter" } }, { "referencedPrimaryKey": 107881, "referencedEntity": { "primaryKey": 107881, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Monitors perspiration" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 108303, "referencedEntity": { "primaryKey": 108303, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "MIP" } } } }, "groupEntity": { "primaryKey": 66518, "type": "Parameter" } }, { "referencedPrimaryKey": 107869, "referencedEntity": { "primaryKey": 107869, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "iOS" } } } }, "groupEntity": { "primaryKey": 66526, "type": "Parameter" } }, { "referencedPrimaryKey": 107873, "referencedEntity": { "primaryKey": 107873, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Heart rate monitor" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 107879, "referencedEntity": { "primaryKey": 107879, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Gyroscope" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 107874, "referencedEntity": { "primaryKey": 107874, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "GPS" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 107877, "referencedEntity": { "primaryKey": 107877, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Compass" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 107943, "referencedEntity": { "primaryKey": 107943, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "circle" } } } }, "groupEntity": { "primaryKey": 107855, "type": "Parameter" } }, { "referencedPrimaryKey": 107880, "referencedEntity": { "primaryKey": 107880, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Cadence sensor" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 107872, "referencedEntity": { "primaryKey": 107872, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Blood oxygenation monitor" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 107878, "referencedEntity": { "primaryKey": 107878, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Barometer" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 107868, "referencedEntity": { "primaryKey": 107868, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Android" } } } }, "groupEntity": { "primaryKey": 66526, "type": "Parameter" } }, { "referencedPrimaryKey": 107875, "referencedEntity": { "primaryKey": 107875, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Accelerometer" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 108070, "referencedEntity": { "primaryKey": 108070, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8" } } } }, "groupEntity": { "primaryKey": 66532, "type": "Parameter" } }, { "referencedPrimaryKey": 108418, "referencedEntity": { "primaryKey": 108418, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "50.5" } } } }, "groupEntity": { "primaryKey": 114009, "type": "Parameter" } }, { "referencedPrimaryKey": 108416, "referencedEntity": { "primaryKey": 108416, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "45.1" } } } }, "groupEntity": { "primaryKey": 114008, "type": "Parameter" } }, { "referencedPrimaryKey": 108415, "referencedEntity": { "primaryKey": 108415, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "45.1" } } } }, "groupEntity": { "primaryKey": 67913, "type": "Parameter" } }, { "referencedPrimaryKey": 107882, "referencedEntity": { "primaryKey": 107882, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "3D compass" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter" } }, { "referencedPrimaryKey": 108337, "referencedEntity": { "primaryKey": 108337, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "275" } } } }, "groupEntity": { "primaryKey": 67917, "type": "Parameter" } }, { "referencedPrimaryKey": 108332, "referencedEntity": { "primaryKey": 108332, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "260 x 260" } } } }, "groupEntity": { "primaryKey": 66517, "type": "Parameter" } }, { "referencedPrimaryKey": 108417, "referencedEntity": { "primaryKey": 108417, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "12.8" } } } }, "groupEntity": { "primaryKey": 67915, "type": "Parameter" } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108419, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-vivoactive-4" } }, "parameterValues" : [ { "referencedPrimaryKey" : 114012, "referencedEntity" : { "primaryKey" : 114012, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "USB-C" } } } }, "groupEntity" : { "primaryKey" : 114010, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107870, "referencedEntity" : { "primaryKey" : 107870, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "usb-c" } } } }, "groupEntity" : { "primaryKey" : 66533, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107956, "referencedEntity" : { "primaryKey" : 107956, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "True" } } } }, "groupEntity" : { "primaryKey" : 107859, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107884, "referencedEntity" : { "primaryKey" : 107884, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "True" } } } }, "groupEntity" : { "primaryKey" : 107860, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107876, "referencedEntity" : { "primaryKey" : 107876, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Temperature sensor" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107867, "referencedEntity" : { "primaryKey" : 107867, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Stainless steel" } } } }, "groupEntity" : { "primaryKey" : 66528, "type" : "Parameter" } }, { "referencedPrimaryKey" : 105138, "referencedEntity" : { "primaryKey" : 105138, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Proprietal" } } } }, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107881, "referencedEntity" : { "primaryKey" : 107881, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Monitors perspiration" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 108303, "referencedEntity" : { "primaryKey" : 108303, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "MIP" } } } }, "groupEntity" : { "primaryKey" : 66518, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107869, "referencedEntity" : { "primaryKey" : 107869, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "iOS" } } } }, "groupEntity" : { "primaryKey" : 66526, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107873, "referencedEntity" : { "primaryKey" : 107873, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Heart rate monitor" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107879, "referencedEntity" : { "primaryKey" : 107879, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Gyroscope" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107874, "referencedEntity" : { "primaryKey" : 107874, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "GPS" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107877, "referencedEntity" : { "primaryKey" : 107877, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Compass" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107943, "referencedEntity" : { "primaryKey" : 107943, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "circle" } } } }, "groupEntity" : { "primaryKey" : 107855, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107880, "referencedEntity" : { "primaryKey" : 107880, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Cadence sensor" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107872, "referencedEntity" : { "primaryKey" : 107872, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Blood oxygenation monitor" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107878, "referencedEntity" : { "primaryKey" : 107878, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Barometer" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107868, "referencedEntity" : { "primaryKey" : 107868, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Android" } } } }, "groupEntity" : { "primaryKey" : 66526, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107875, "referencedEntity" : { "primaryKey" : 107875, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Accelerometer" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 108070, "referencedEntity" : { "primaryKey" : 108070, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "8" } } } }, "groupEntity" : { "primaryKey" : 66532, "type" : "Parameter" } }, { "referencedPrimaryKey" : 108418, "referencedEntity" : { "primaryKey" : 108418, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "50.5" } } } }, "groupEntity" : { "primaryKey" : 114009, "type" : "Parameter" } }, { "referencedPrimaryKey" : 108416, "referencedEntity" : { "primaryKey" : 108416, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "45.1" } } } }, "groupEntity" : { "primaryKey" : 114008, "type" : "Parameter" } }, { "referencedPrimaryKey" : 108415, "referencedEntity" : { "primaryKey" : 108415, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "45.1" } } } }, "groupEntity" : { "primaryKey" : 67913, "type" : "Parameter" } }, { "referencedPrimaryKey" : 107882, "referencedEntity" : { "primaryKey" : 107882, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "3D compass" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter" } }, { "referencedPrimaryKey" : 108337, "referencedEntity" : { "primaryKey" : 108337, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "275" } } } }, "groupEntity" : { "primaryKey" : 67917, "type" : "Parameter" } }, { "referencedPrimaryKey" : 108332, "referencedEntity" : { "primaryKey" : 108332, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "260 x 260" } } } }, "groupEntity" : { "primaryKey" : 66517, "type" : "Parameter" } }, { "referencedPrimaryKey" : 108417, "referencedEntity" : { "primaryKey" : 108417, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "12.8" } } } }, "groupEntity" : { "primaryKey" : 67915, "type" : "Parameter" } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } } ```>
md`.Example `entity-group-property.evitaql`: md`#L1
expected: <```json { "primaryKey": 108419, "attributes": { "code": "garmin-vivoactive-4" }, "references": { "parameterValues": [ { "group": 66514, "groupEntity": { "primaryKey": 66514, "attributes": { "name:en": "Operating system" } }, "referencedKey": 105138, "referencedEntity": { "primaryKey": 105138, "attributes": { "name:en": "Proprietal" } } }, { "group": 66528, "groupEntity": { "primaryKey": 66528, "attributes": { "name:en": "Material" } }, "referencedKey": 107867, "referencedEntity": { "primaryKey": 107867, "attributes": { "name:en": "Stainless steel" } } }, { "group": 66526, "groupEntity": { "primaryKey": 66526, "attributes": { "name:en": "Operating system compatibility" } }, "referencedKey": 107868, "referencedEntity": { "primaryKey": 107868, "attributes": { "name:en": "Android" } } }, { "group": 66526, "groupEntity": { "primaryKey": 66526, "attributes": { "name:en": "Operating system compatibility" } }, "referencedKey": 107869, "referencedEntity": { "primaryKey": 107869, "attributes": { "name:en": "iOS" } } }, { "group": 66533, "groupEntity": { "primaryKey": 66533, "attributes": { "name:en": "Connector" } }, "referencedKey": 107870, "referencedEntity": { "primaryKey": 107870, "attributes": { "name:en": "usb-c" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107872, "referencedEntity": { "primaryKey": 107872, "attributes": { "name:en": "Blood oxygenation monitor" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107873, "referencedEntity": { "primaryKey": 107873, "attributes": { "name:en": "Heart rate monitor" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107874, "referencedEntity": { "primaryKey": 107874, "attributes": { "name:en": "GPS" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107875, "referencedEntity": { "primaryKey": 107875, "attributes": { "name:en": "Accelerometer" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107876, "referencedEntity": { "primaryKey": 107876, "attributes": { "name:en": "Temperature sensor" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107877, "referencedEntity": { "primaryKey": 107877, "attributes": { "name:en": "Compass" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107878, "referencedEntity": { "primaryKey": 107878, "attributes": { "name:en": "Barometer" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107879, "referencedEntity": { "primaryKey": 107879, "attributes": { "name:en": "Gyroscope" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107880, "referencedEntity": { "primaryKey": 107880, "attributes": { "name:en": "Cadence sensor" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107881, "referencedEntity": { "primaryKey": 107881, "attributes": { "name:en": "Monitors perspiration" } } }, { "group": 107858, "groupEntity": { "primaryKey": 107858, "attributes": { "name:en": "Health functions" } }, "referencedKey": 107882, "referencedEntity": { "primaryKey": 107882, "attributes": { "name:en": "3D compass" } } }, { "group": 107860, "groupEntity": { "primaryKey": 107860, "attributes": { "name:en": "Water resistance" } }, "referencedKey": 107884, "referencedEntity": { "primaryKey": 107884, "attributes": { "name:en": "True" } } }, { "group": 107855, "groupEntity": { "primaryKey": 107855, "attributes": { "name:en": "Shape" } }, "referencedKey": 107943, "referencedEntity": { "primaryKey": 107943, "attributes": { "name:en": "circle" } } }, { "group": 107859, "groupEntity": { "primaryKey": 107859, "attributes": { "name:en": "NFC" } }, "referencedKey": 107956, "referencedEntity": { "primaryKey": 107956, "attributes": { "name:en": "True" } } }, { "group": 66532, "groupEntity": { "primaryKey": 66532, "attributes": { "name:en": "Battery life" } }, "referencedKey": 108070, "referencedEntity": { "primaryKey": 108070, "attributes": { "name:en": "8" } } }, { "group": 66518, "groupEntity": { "primaryKey": 66518, "attributes": { "name:en": "Display type" } }, "referencedKey": 108303, "referencedEntity": { "primaryKey": 108303, "attributes": { "name:en": "MIP" } } }, { "group": 66517, "groupEntity": { "primaryKey": 66517, "attributes": { "name:en": "Display resolution" } }, "referencedKey": 108332, "referencedEntity": { "primaryKey": 108332, "attributes": { "name:en": "260 x 260" } } }, { "group": 67917, "groupEntity": { "primaryKey": 67917, "attributes": { "name:en": "Battery capacity" } }, "referencedKey": 108337, "referencedEntity": { "primaryKey": 108337, "attributes": { "name:en": "275" } } }, { "group": 67913, "groupEntity": { "primaryKey": 67913, "attributes": { "name:en": "Height" } }, "referencedKey": 108415, "referencedEntity": { "primaryKey": 108415, "attributes": { "name:en": "45.1" } } }, { "group": 114008, "groupEntity": { "primaryKey": 114008, "attributes": { "name:en": "Width" } }, "referencedKey": 108416, "referencedEntity": { "primaryKey": 108416, "attributes": { "name:en": "45.1" } } }, { "group": 67915, "groupEntity": { "primaryKey": 67915, "attributes": { "name:en": "Thickness" } }, "referencedKey": 108417, "referencedEntity": { "primaryKey": 108417, "attributes": { "name:en": "12.8" } } }, { "group": 114009, "groupEntity": { "primaryKey": 114009, "attributes": { "name:en": "Weigth" } }, "referencedKey": 108418, "referencedEntity": { "primaryKey": 108418, "attributes": { "name:en": "50.5" } } }, { "group": 114010, "groupEntity": { "primaryKey": 114010, "attributes": { "name:en": "Connector" } }, "referencedKey": 114012, "referencedEntity": { "primaryKey": 114012, "attributes": { "name:en": "USB-C" } } } ] } } ```> but was: <```json { "primaryKey" : 108419, "attributes" : { "code" : "garmin-vivoactive-4" }, "references" : { "parameterValues" : [ { "group" : 66514, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "name:en" : "Operating system" } }, "referencedKey" : 105138, "referencedEntity" : { "primaryKey" : 105138, "attributes" : { "name:en" : "Proprietal" } } }, { "group" : 66528, "groupEntity" : { "primaryKey" : 66528, "attributes" : { "name:en" : "Material" } }, "referencedKey" : 107867, "referencedEntity" : { "primaryKey" : 107867, "attributes" : { "name:en" : "Stainless steel" } } }, { "group" : 66526, "groupEntity" : { "primaryKey" : 66526, "attributes" : { "name:en" : "Operating system compatibility" } }, "referencedKey" : 107868, "referencedEntity" : { "primaryKey" : 107868, "attributes" : { "name:en" : "Android" } } }, { "group" : 66526, "groupEntity" : { "primaryKey" : 66526, "attributes" : { "name:en" : "Operating system compatibility" } }, "referencedKey" : 107869, "referencedEntity" : { "primaryKey" : 107869, "attributes" : { "name:en" : "iOS" } } }, { "group" : 66533, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "name:en" : "Connector" } }, "referencedKey" : 107870, "referencedEntity" : { "primaryKey" : 107870, "attributes" : { "name:en" : "usb-c" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107872, "referencedEntity" : { "primaryKey" : 107872, "attributes" : { "name:en" : "Blood oxygenation monitor" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107873, "referencedEntity" : { "primaryKey" : 107873, "attributes" : { "name:en" : "Heart rate monitor" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107874, "referencedEntity" : { "primaryKey" : 107874, "attributes" : { "name:en" : "GPS" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107875, "referencedEntity" : { "primaryKey" : 107875, "attributes" : { "name:en" : "Accelerometer" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107876, "referencedEntity" : { "primaryKey" : 107876, "attributes" : { "name:en" : "Temperature sensor" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107877, "referencedEntity" : { "primaryKey" : 107877, "attributes" : { "name:en" : "Compass" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107878, "referencedEntity" : { "primaryKey" : 107878, "attributes" : { "name:en" : "Barometer" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107879, "referencedEntity" : { "primaryKey" : 107879, "attributes" : { "name:en" : "Gyroscope" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107880, "referencedEntity" : { "primaryKey" : 107880, "attributes" : { "name:en" : "Cadence sensor" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107881, "referencedEntity" : { "primaryKey" : 107881, "attributes" : { "name:en" : "Monitors perspiration" } } }, { "group" : 107858, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name:en" : "Health functions" } }, "referencedKey" : 107882, "referencedEntity" : { "primaryKey" : 107882, "attributes" : { "name:en" : "3D compass" } } }, { "group" : 107860, "groupEntity" : { "primaryKey" : 107860, "attributes" : { "name:en" : "Water resistance" } }, "referencedKey" : 107884, "referencedEntity" : { "primaryKey" : 107884, "attributes" : { "name:en" : "True" } } }, { "group" : 107855, "groupEntity" : { "primaryKey" : 107855, "attributes" : { "name:en" : "Shape" } }, "referencedKey" : 107943, "referencedEntity" : { "primaryKey" : 107943, "attributes" : { "name:en" : "circle" } } }, { "group" : 107859, "groupEntity" : { "primaryKey" : 107859, "attributes" : { "name:en" : "NFC" } }, "referencedKey" : 107956, "referencedEntity" : { "primaryKey" : 107956, "attributes" : { "name:en" : "True" } } }, { "group" : 66532, "groupEntity" : { "primaryKey" : 66532, "attributes" : { "name:en" : "Battery life" } }, "referencedKey" : 108070, "referencedEntity" : { "primaryKey" : 108070, "attributes" : { "name:en" : "8" } } }, { "group" : 66518, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "name:en" : "Display type" } }, "referencedKey" : 108303, "referencedEntity" : { "primaryKey" : 108303, "attributes" : { "name:en" : "MIP" } } }, { "group" : 66517, "groupEntity" : { "primaryKey" : 66517, "attributes" : { "name:en" : "Display resolution" } }, "referencedKey" : 108332, "referencedEntity" : { "primaryKey" : 108332, "attributes" : { "name:en" : "260 x 260" } } }, { "group" : 67917, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "name:en" : "Battery capacity" } }, "referencedKey" : 108337, "referencedEntity" : { "primaryKey" : 108337, "attributes" : { "name:en" : "275" } } }, { "group" : 67913, "groupEntity" : { "primaryKey" : 67913, "attributes" : { "name:en" : "Height" } }, "referencedKey" : 108415, "referencedEntity" : { "primaryKey" : 108415, "attributes" : { "name:en" : "45.1" } } }, { "group" : 114008, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "name:en" : "Width" } }, "referencedKey" : 108416, "referencedEntity" : { "primaryKey" : 108416, "attributes" : { "name:en" : "45.1" } } }, { "group" : 67915, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "name:en" : "Thickness" } }, "referencedKey" : 108417, "referencedEntity" : { "primaryKey" : 108417, "attributes" : { "name:en" : "12.8" } } }, { "group" : 114009, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "name:en" : "Weigth" } }, "referencedKey" : 108418, "referencedEntity" : { "primaryKey" : 108418, "attributes" : { "name:en" : "50.5" } } }, { "group" : 114010, "groupEntity" : { "primaryKey" : 114010, "attributes" : { "name:en" : "Connector" } }, "referencedKey" : 114012, "referencedEntity" : { "primaryKey" : 114012, "attributes" : { "name:en" : "USB-C" } } } ] } } ```>
md`.Example `entity-group-property.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108419, "attributes": { "code": "garmin-vivoactive-4" }, "parameterValues": [ { "referencedPrimaryKey": 108337, "referencedEntity": { "primaryKey": 108337, "attributes": { "name": "275" } }, "groupEntity": { "primaryKey": 67917, "attributes": { "name": "Battery capacity" } } }, { "referencedPrimaryKey": 108070, "referencedEntity": { "primaryKey": 108070, "attributes": { "name": "8" } }, "groupEntity": { "primaryKey": 66532, "attributes": { "name": "Battery life" } } }, { "referencedPrimaryKey": 107870, "referencedEntity": { "primaryKey": 107870, "attributes": { "name": "usb-c" } }, "groupEntity": { "primaryKey": 66533, "attributes": { "name": "Connector" } } }, { "referencedPrimaryKey": 114012, "referencedEntity": { "primaryKey": 114012, "attributes": { "name": "USB-C" } }, "groupEntity": { "primaryKey": 114010, "attributes": { "name": "Connector" } } }, { "referencedPrimaryKey": 108332, "referencedEntity": { "primaryKey": 108332, "attributes": { "name": "260 x 260" } }, "groupEntity": { "primaryKey": 66517, "attributes": { "name": "Display resolution" } } }, { "referencedPrimaryKey": 108303, "referencedEntity": { "primaryKey": 108303, "attributes": { "name": "MIP" } }, "groupEntity": { "primaryKey": 66518, "attributes": { "name": "Display type" } } }, { "referencedPrimaryKey": 107882, "referencedEntity": { "primaryKey": 107882, "attributes": { "name": "3D compass" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107875, "referencedEntity": { "primaryKey": 107875, "attributes": { "name": "Accelerometer" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107878, "referencedEntity": { "primaryKey": 107878, "attributes": { "name": "Barometer" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107872, "referencedEntity": { "primaryKey": 107872, "attributes": { "name": "Blood oxygenation monitor" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107880, "referencedEntity": { "primaryKey": 107880, "attributes": { "name": "Cadence sensor" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107877, "referencedEntity": { "primaryKey": 107877, "attributes": { "name": "Compass" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107874, "referencedEntity": { "primaryKey": 107874, "attributes": { "name": "GPS" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107879, "referencedEntity": { "primaryKey": 107879, "attributes": { "name": "Gyroscope" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107873, "referencedEntity": { "primaryKey": 107873, "attributes": { "name": "Heart rate monitor" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107881, "referencedEntity": { "primaryKey": 107881, "attributes": { "name": "Monitors perspiration" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 107876, "referencedEntity": { "primaryKey": 107876, "attributes": { "name": "Temperature sensor" } }, "groupEntity": { "primaryKey": 107858, "attributes": { "name": "Health functions" } } }, { "referencedPrimaryKey": 108415, "referencedEntity": { "primaryKey": 108415, "attributes": { "name": "45.1" } }, "groupEntity": { "primaryKey": 67913, "attributes": { "name": "Height" } } }, { "referencedPrimaryKey": 107867, "referencedEntity": { "primaryKey": 107867, "attributes": { "name": "Stainless steel" } }, "groupEntity": { "primaryKey": 66528, "attributes": { "name": "Material" } } }, { "referencedPrimaryKey": 107956, "referencedEntity": { "primaryKey": 107956, "attributes": { "name": "True" } }, "groupEntity": { "primaryKey": 107859, "attributes": { "name": "NFC" } } }, { "referencedPrimaryKey": 105138, "referencedEntity": { "primaryKey": 105138, "attributes": { "name": "Proprietal" } }, "groupEntity": { "primaryKey": 66514, "attributes": { "name": "Operating system" } } }, { "referencedPrimaryKey": 107868, "referencedEntity": { "primaryKey": 107868, "attributes": { "name": "Android" } }, "groupEntity": { "primaryKey": 66526, "attributes": { "name": "Operating system compatibility" } } }, { "referencedPrimaryKey": 107869, "referencedEntity": { "primaryKey": 107869, "attributes": { "name": "iOS" } }, "groupEntity": { "primaryKey": 66526, "attributes": { "name": "Operating system compatibility" } } }, { "referencedPrimaryKey": 107943, "referencedEntity": { "primaryKey": 107943, "attributes": { "name": "circle" } }, "groupEntity": { "primaryKey": 107855, "attributes": { "name": "Shape" } } }, { "referencedPrimaryKey": 108417, "referencedEntity": { "primaryKey": 108417, "attributes": { "name": "12.8" } }, "groupEntity": { "primaryKey": 67915, "attributes": { "name": "Thickness" } } }, { "referencedPrimaryKey": 107884, "referencedEntity": { "primaryKey": 107884, "attributes": { "name": "True" } }, "groupEntity": { "primaryKey": 107860, "attributes": { "name": "Water resistance" } } }, { "referencedPrimaryKey": 108418, "referencedEntity": { "primaryKey": 108418, "attributes": { "name": "50.5" } }, "groupEntity": { "primaryKey": 114009, "attributes": { "name": "Weigth" } } }, { "referencedPrimaryKey": 108416, "referencedEntity": { "primaryKey": 108416, "attributes": { "name": "45.1" } }, "groupEntity": { "primaryKey": 114008, "attributes": { "name": "Width" } } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108419, "attributes" : { "code" : "garmin-vivoactive-4" }, "parameterValues" : [ { "referencedPrimaryKey" : 108337, "referencedEntity" : { "primaryKey" : 108337, "attributes" : { "name" : "275" } }, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "name" : "Battery capacity" } } }, { "referencedPrimaryKey" : 108070, "referencedEntity" : { "primaryKey" : 108070, "attributes" : { "name" : "8" } }, "groupEntity" : { "primaryKey" : 66532, "attributes" : { "name" : "Battery life" } } }, { "referencedPrimaryKey" : 107870, "referencedEntity" : { "primaryKey" : 107870, "attributes" : { "name" : "usb-c" } }, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "name" : "Connector" } } }, { "referencedPrimaryKey" : 114012, "referencedEntity" : { "primaryKey" : 114012, "attributes" : { "name" : "USB-C" } }, "groupEntity" : { "primaryKey" : 114010, "attributes" : { "name" : "Connector" } } }, { "referencedPrimaryKey" : 108332, "referencedEntity" : { "primaryKey" : 108332, "attributes" : { "name" : "260 x 260" } }, "groupEntity" : { "primaryKey" : 66517, "attributes" : { "name" : "Display resolution" } } }, { "referencedPrimaryKey" : 108303, "referencedEntity" : { "primaryKey" : 108303, "attributes" : { "name" : "MIP" } }, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "name" : "Display type" } } }, { "referencedPrimaryKey" : 107882, "referencedEntity" : { "primaryKey" : 107882, "attributes" : { "name" : "3D compass" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107875, "referencedEntity" : { "primaryKey" : 107875, "attributes" : { "name" : "Accelerometer" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107878, "referencedEntity" : { "primaryKey" : 107878, "attributes" : { "name" : "Barometer" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107872, "referencedEntity" : { "primaryKey" : 107872, "attributes" : { "name" : "Blood oxygenation monitor" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107880, "referencedEntity" : { "primaryKey" : 107880, "attributes" : { "name" : "Cadence sensor" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107877, "referencedEntity" : { "primaryKey" : 107877, "attributes" : { "name" : "Compass" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107874, "referencedEntity" : { "primaryKey" : 107874, "attributes" : { "name" : "GPS" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107879, "referencedEntity" : { "primaryKey" : 107879, "attributes" : { "name" : "Gyroscope" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107873, "referencedEntity" : { "primaryKey" : 107873, "attributes" : { "name" : "Heart rate monitor" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107881, "referencedEntity" : { "primaryKey" : 107881, "attributes" : { "name" : "Monitors perspiration" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 107876, "referencedEntity" : { "primaryKey" : 107876, "attributes" : { "name" : "Temperature sensor" } }, "groupEntity" : { "primaryKey" : 107858, "attributes" : { "name" : "Health functions" } } }, { "referencedPrimaryKey" : 108415, "referencedEntity" : { "primaryKey" : 108415, "attributes" : { "name" : "45.1" } }, "groupEntity" : { "primaryKey" : 67913, "attributes" : { "name" : "Height" } } }, { "referencedPrimaryKey" : 107867, "referencedEntity" : { "primaryKey" : 107867, "attributes" : { "name" : "Stainless steel" } }, "groupEntity" : { "primaryKey" : 66528, "attributes" : { "name" : "Material" } } }, { "referencedPrimaryKey" : 107956, "referencedEntity" : { "primaryKey" : 107956, "attributes" : { "name" : "True" } }, "groupEntity" : { "primaryKey" : 107859, "attributes" : { "name" : "NFC" } } }, { "referencedPrimaryKey" : 105138, "referencedEntity" : { "primaryKey" : 105138, "attributes" : { "name" : "Proprietal" } }, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "name" : "Operating system" } } }, { "referencedPrimaryKey" : 107868, "referencedEntity" : { "primaryKey" : 107868, "attributes" : { "name" : "Android" } }, "groupEntity" : { "primaryKey" : 66526, "attributes" : { "name" : "Operating system compatibility" } } }, { "referencedPrimaryKey" : 107869, "referencedEntity" : { "primaryKey" : 107869, "attributes" : { "name" : "iOS" } }, "groupEntity" : { "primaryKey" : 66526, "attributes" : { "name" : "Operating system compatibility" } } }, { "referencedPrimaryKey" : 107943, "referencedEntity" : { "primaryKey" : 107943, "attributes" : { "name" : "circle" } }, "groupEntity" : { "primaryKey" : 107855, "attributes" : { "name" : "Shape" } } }, { "referencedPrimaryKey" : 108417, "referencedEntity" : { "primaryKey" : 108417, "attributes" : { "name" : "12.8" } }, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "name" : "Thickness" } } }, { "referencedPrimaryKey" : 107884, "referencedEntity" : { "primaryKey" : 107884, "attributes" : { "name" : "True" } }, "groupEntity" : { "primaryKey" : 107860, "attributes" : { "name" : "Water resistance" } } }, { "referencedPrimaryKey" : 108418, "referencedEntity" : { "primaryKey" : 108418, "attributes" : { "name" : "50.5" } }, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "name" : "Weigth" } } }, { "referencedPrimaryKey" : 108416, "referencedEntity" : { "primaryKey" : 108416, "attributes" : { "name" : "45.1" } }, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "name" : "Width" } } } ] } ] } } } } ```>
md`.Example `entity-group-property.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108419, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "garmin-vivoactive-4" } }, "parameterValues": [ { "referencedPrimaryKey": 108337, "referencedEntity": { "primaryKey": 108337, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "275" } } } }, "groupEntity": { "primaryKey": 67917, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Battery capacity" } } } } }, { "referencedPrimaryKey": 108070, "referencedEntity": { "primaryKey": 108070, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8" } } } }, "groupEntity": { "primaryKey": 66532, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Battery life" } } } } }, { "referencedPrimaryKey": 107870, "referencedEntity": { "primaryKey": 107870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "usb-c" } } } }, "groupEntity": { "primaryKey": 66533, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Connector" } } } } }, { "referencedPrimaryKey": 114012, "referencedEntity": { "primaryKey": 114012, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "USB-C" } } } }, "groupEntity": { "primaryKey": 114010, "type": "Parameter", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Connector" } } } } }, { "referencedPrimaryKey": 108332, "referencedEntity": { "primaryKey": 108332, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "260 x 260" } } } }, "groupEntity": { "primaryKey": 66517, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Display resolution" } } } } }, { "referencedPrimaryKey": 108303, "referencedEntity": { "primaryKey": 108303, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "MIP" } } } }, "groupEntity": { "primaryKey": 66518, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Display type" } } } } }, { "referencedPrimaryKey": 107882, "referencedEntity": { "primaryKey": 107882, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "3D compass" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107875, "referencedEntity": { "primaryKey": 107875, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Accelerometer" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107878, "referencedEntity": { "primaryKey": 107878, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Barometer" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107872, "referencedEntity": { "primaryKey": 107872, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Blood oxygenation monitor" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107880, "referencedEntity": { "primaryKey": 107880, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Cadence sensor" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107877, "referencedEntity": { "primaryKey": 107877, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Compass" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107874, "referencedEntity": { "primaryKey": 107874, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "GPS" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107879, "referencedEntity": { "primaryKey": 107879, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Gyroscope" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107873, "referencedEntity": { "primaryKey": 107873, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Heart rate monitor" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107881, "referencedEntity": { "primaryKey": 107881, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Monitors perspiration" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 107876, "referencedEntity": { "primaryKey": 107876, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Temperature sensor" } } } }, "groupEntity": { "primaryKey": 107858, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Health functions" } } } } }, { "referencedPrimaryKey": 108415, "referencedEntity": { "primaryKey": 108415, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "45.1" } } } }, "groupEntity": { "primaryKey": 67913, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Height" } } } } }, { "referencedPrimaryKey": 107867, "referencedEntity": { "primaryKey": 107867, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Stainless steel" } } } }, "groupEntity": { "primaryKey": 66528, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Material" } } } } }, { "referencedPrimaryKey": 107956, "referencedEntity": { "primaryKey": 107956, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "True" } } } }, "groupEntity": { "primaryKey": 107859, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "NFC" } } } } }, { "referencedPrimaryKey": 105138, "referencedEntity": { "primaryKey": 105138, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Proprietal" } } } }, "groupEntity": { "primaryKey": 66514, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Operating system" } } } } }, { "referencedPrimaryKey": 107868, "referencedEntity": { "primaryKey": 107868, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Android" } } } }, "groupEntity": { "primaryKey": 66526, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Operating system compatibility" } } } } }, { "referencedPrimaryKey": 107869, "referencedEntity": { "primaryKey": 107869, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "iOS" } } } }, "groupEntity": { "primaryKey": 66526, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Operating system compatibility" } } } } }, { "referencedPrimaryKey": 107943, "referencedEntity": { "primaryKey": 107943, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "circle" } } } }, "groupEntity": { "primaryKey": 107855, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Shape" } } } } }, { "referencedPrimaryKey": 108417, "referencedEntity": { "primaryKey": 108417, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "12.8" } } } }, "groupEntity": { "primaryKey": 67915, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Thickness" } } } } }, { "referencedPrimaryKey": 107884, "referencedEntity": { "primaryKey": 107884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "True" } } } }, "groupEntity": { "primaryKey": 107860, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Water resistance" } } } } }, { "referencedPrimaryKey": 108418, "referencedEntity": { "primaryKey": 108418, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "50.5" } } } }, "groupEntity": { "primaryKey": 114009, "type": "Parameter", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Weigth" } } } } }, { "referencedPrimaryKey": 108416, "referencedEntity": { "primaryKey": 108416, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "45.1" } } } }, "groupEntity": { "primaryKey": 114008, "type": "Parameter", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Width" } } } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108419, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "garmin-vivoactive-4" } }, "parameterValues" : [ { "referencedPrimaryKey" : 108337, "referencedEntity" : { "primaryKey" : 108337, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "275" } } } }, "groupEntity" : { "primaryKey" : 67917, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Battery capacity" } } } } }, { "referencedPrimaryKey" : 108070, "referencedEntity" : { "primaryKey" : 108070, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "8" } } } }, "groupEntity" : { "primaryKey" : 66532, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Battery life" } } } } }, { "referencedPrimaryKey" : 107870, "referencedEntity" : { "primaryKey" : 107870, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "usb-c" } } } }, "groupEntity" : { "primaryKey" : 66533, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Connector" } } } } }, { "referencedPrimaryKey" : 114012, "referencedEntity" : { "primaryKey" : 114012, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "USB-C" } } } }, "groupEntity" : { "primaryKey" : 114010, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Connector" } } } } }, { "referencedPrimaryKey" : 108332, "referencedEntity" : { "primaryKey" : 108332, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "260 x 260" } } } }, "groupEntity" : { "primaryKey" : 66517, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Display resolution" } } } } }, { "referencedPrimaryKey" : 108303, "referencedEntity" : { "primaryKey" : 108303, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "MIP" } } } }, "groupEntity" : { "primaryKey" : 66518, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Display type" } } } } }, { "referencedPrimaryKey" : 107882, "referencedEntity" : { "primaryKey" : 107882, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "3D compass" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107875, "referencedEntity" : { "primaryKey" : 107875, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Accelerometer" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107878, "referencedEntity" : { "primaryKey" : 107878, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Barometer" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107872, "referencedEntity" : { "primaryKey" : 107872, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Blood oxygenation monitor" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107880, "referencedEntity" : { "primaryKey" : 107880, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Cadence sensor" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107877, "referencedEntity" : { "primaryKey" : 107877, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Compass" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107874, "referencedEntity" : { "primaryKey" : 107874, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "GPS" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107879, "referencedEntity" : { "primaryKey" : 107879, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Gyroscope" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107873, "referencedEntity" : { "primaryKey" : 107873, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Heart rate monitor" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107881, "referencedEntity" : { "primaryKey" : 107881, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Monitors perspiration" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 107876, "referencedEntity" : { "primaryKey" : 107876, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Temperature sensor" } } } }, "groupEntity" : { "primaryKey" : 107858, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Health functions" } } } } }, { "referencedPrimaryKey" : 108415, "referencedEntity" : { "primaryKey" : 108415, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "45.1" } } } }, "groupEntity" : { "primaryKey" : 67913, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Height" } } } } }, { "referencedPrimaryKey" : 107867, "referencedEntity" : { "primaryKey" : 107867, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Stainless steel" } } } }, "groupEntity" : { "primaryKey" : 66528, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Material" } } } } }, { "referencedPrimaryKey" : 107956, "referencedEntity" : { "primaryKey" : 107956, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "True" } } } }, "groupEntity" : { "primaryKey" : 107859, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "NFC" } } } } }, { "referencedPrimaryKey" : 105138, "referencedEntity" : { "primaryKey" : 105138, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Proprietal" } } } }, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Operating system" } } } } }, { "referencedPrimaryKey" : 107868, "referencedEntity" : { "primaryKey" : 107868, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Android" } } } }, "groupEntity" : { "primaryKey" : 66526, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Operating system compatibility" } } } } }, { "referencedPrimaryKey" : 107869, "referencedEntity" : { "primaryKey" : 107869, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "iOS" } } } }, "groupEntity" : { "primaryKey" : 66526, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Operating system compatibility" } } } } }, { "referencedPrimaryKey" : 107943, "referencedEntity" : { "primaryKey" : 107943, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "circle" } } } }, "groupEntity" : { "primaryKey" : 107855, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Shape" } } } } }, { "referencedPrimaryKey" : 108417, "referencedEntity" : { "primaryKey" : 108417, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "12.8" } } } }, "groupEntity" : { "primaryKey" : 67915, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Thickness" } } } } }, { "referencedPrimaryKey" : 107884, "referencedEntity" : { "primaryKey" : 107884, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "True" } } } }, "groupEntity" : { "primaryKey" : 107860, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Water resistance" } } } } }, { "referencedPrimaryKey" : 108418, "referencedEntity" : { "primaryKey" : 108418, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "50.5" } } } }, "groupEntity" : { "primaryKey" : 114009, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Weigth" } } } } }, { "referencedPrimaryKey" : 108416, "referencedEntity" : { "primaryKey" : 108416, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "45.1" } } } }, "groupEntity" : { "primaryKey" : 114008, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Width" } } } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } } ```>
md`.Example `attribute-histogram.evitaql`: md`#L1
expected: <```json { "histograms": { "height": { "buckets": [ { "occurrences": 6, "requested": true, "threshold": 25.00 }, { "occurrences": 62, "requested": true, "threshold": 38.40 }, { "occurrences": 2, "requested": true, "threshold": 51.80 }, { "occurrences": 2, "requested": true, "threshold": 65.20 }, { "requested": true, "threshold": 78.60 }, { "requested": true, "threshold": 92.00 }, { "requested": true, "threshold": 105.40 }, { "occurrences": 4, "requested": true, "threshold": 118.80 }, { "occurrences": 6, "requested": true, "threshold": 132.20 }, { "occurrences": 69, "requested": true, "threshold": 145.60 }, { "occurrences": 222, "requested": true, "threshold": 159.00 }, { "occurrences": 44, "requested": true, "threshold": 172.40 }, { "occurrences": 7, "requested": true, "threshold": 185.80 }, { "occurrences": 10, "requested": true, "threshold": 199.20 }, { "requested": true, "threshold": 212.60 }, { "occurrences": 2, "requested": true, "threshold": 226.00 }, { "occurrences": 10, "requested": true, "threshold": 239.40 }, { "requested": true, "threshold": 252.80 }, { "requested": true, "threshold": 266.20 }, { "occurrences": 49, "requested": true, "threshold": 279.60 } ], "max": 293.00, "min": 25.00, "overallCount": 495 }, "width": { "buckets": [ { "occurrences": 153, "requested": true, "threshold": 15.90 }, { "occurrences": 58, "requested": true, "threshold": 40.51 }, { "occurrences": 217, "requested": true, "threshold": 65.12 }, { "occurrences": 2, "requested": true, "threshold": 89.73 }, { "occurrences": 13, "requested": true, "threshold": 114.34 }, { "occurrences": 12, "requested": true, "threshold": 138.95 }, { "occurrences": 22, "requested": true, "threshold": 163.56 }, { "occurrences": 108, "requested": true, "threshold": 188.17 }, { "occurrences": 598, "requested": true, "threshold": 212.78 }, { "occurrences": 780, "requested": true, "threshold": 237.39 }, { "occurrences": 157, "requested": true, "threshold": 262.00 }, { "occurrences": 17, "requested": true, "threshold": 286.61 }, { "occurrences": 25, "requested": true, "threshold": 311.22 }, { "requested": true, "threshold": 335.83 }, { "requested": true, "threshold": 360.44 }, { "requested": true, "threshold": 385.05 }, { "requested": true, "threshold": 409.66 }, { "requested": true, "threshold": 434.27 }, { "requested": true, "threshold": 458.88 }, { "occurrences": 1, "requested": true, "threshold": 483.49 } ], "max": 508.00, "min": 15.90, "overallCount": 2163 } } } ```> but was: <```json { "histograms" : { "height" : { "buckets" : [ { "occurrences" : 6, "requested" : true, "threshold" : 25.00 }, { "occurrences" : 62, "requested" : true, "threshold" : 38.40 }, { "occurrences" : 2, "requested" : true, "threshold" : 51.80 }, { "occurrences" : 2, "requested" : true, "threshold" : 65.20 }, { "requested" : true, "threshold" : 78.60 }, { "requested" : true, "threshold" : 92.00 }, { "requested" : true, "threshold" : 105.40 }, { "occurrences" : 4, "requested" : true, "threshold" : 118.80 }, { "occurrences" : 6, "requested" : true, "threshold" : 132.20 }, { "occurrences" : 69, "requested" : true, "threshold" : 145.60 }, { "occurrences" : 222, "requested" : true, "threshold" : 159.00 }, { "occurrences" : 44, "requested" : true, "threshold" : 172.40 }, { "occurrences" : 7, "requested" : true, "threshold" : 185.80 }, { "occurrences" : 10, "requested" : true, "threshold" : 199.20 }, { "requested" : true, "threshold" : 212.60 }, { "occurrences" : 2, "requested" : true, "threshold" : 226.00 }, { "occurrences" : 10, "requested" : true, "threshold" : 239.40 }, { "requested" : true, "threshold" : 252.80 }, { "requested" : true, "threshold" : 266.20 }, { "occurrences" : 49, "requested" : true, "threshold" : 279.60 } ], "max" : 293.00, "min" : 25.00, "overallCount" : 495 }, "width" : { "buckets" : [ { "occurrences" : 153, "requested" : true, "threshold" : 15.90 }, { "occurrences" : 58, "requested" : true, "threshold" : 40.51 }, { "occurrences" : 217, "requested" : true, "threshold" : 65.12 }, { "occurrences" : 2, "requested" : true, "threshold" : 89.73 }, { "occurrences" : 13, "requested" : true, "threshold" : 114.34 }, { "occurrences" : 12, "requested" : true, "threshold" : 138.95 }, { "occurrences" : 22, "requested" : true, "threshold" : 163.56 }, { "occurrences" : 108, "requested" : true, "threshold" : 188.17 }, { "occurrences" : 598, "requested" : true, "threshold" : 212.78 }, { "occurrences" : 780, "requested" : true, "threshold" : 237.39 }, { "occurrences" : 157, "requested" : true, "threshold" : 262.00 }, { "occurrences" : 17, "requested" : true, "threshold" : 286.61 }, { "occurrences" : 25, "requested" : true, "threshold" : 311.22 }, { "requested" : true, "threshold" : 335.83 }, { "requested" : true, "threshold" : 360.44 }, { "requested" : true, "threshold" : 385.05 }, { "requested" : true, "threshold" : 409.66 }, { "requested" : true, "threshold" : 434.27 }, { "requested" : true, "threshold" : 458.88 }, { "occurrences" : 1, "requested" : true, "threshold" : 483.49 } ], "max" : 508.00, "min" : 15.90, "overallCount" : 2163 } } } ```>
md`.Example `attribute-histogram.rest`: md`#L1
expected: <```json { "width": { "buckets": [ { "occurrences": 153, "requested": true, "threshold": "15.90" }, { "occurrences": 58, "requested": true, "threshold": "40.51" }, { "occurrences": 217, "requested": true, "threshold": "65.12" }, { "occurrences": 2, "requested": true, "threshold": "89.73" }, { "occurrences": 13, "requested": true, "threshold": "114.34" }, { "occurrences": 12, "requested": true, "threshold": "138.95" }, { "occurrences": 22, "requested": true, "threshold": "163.56" }, { "occurrences": 108, "requested": true, "threshold": "188.17" }, { "occurrences": 598, "requested": true, "threshold": "212.78" }, { "occurrences": 780, "requested": true, "threshold": "237.39" }, { "occurrences": 157, "requested": true, "threshold": "262.00" }, { "occurrences": 17, "requested": true, "threshold": "286.61" }, { "occurrences": 25, "requested": true, "threshold": "311.22" }, { "occurrences": 0, "requested": true, "threshold": "335.83" }, { "occurrences": 0, "requested": true, "threshold": "360.44" }, { "occurrences": 0, "requested": true, "threshold": "385.05" }, { "occurrences": 0, "requested": true, "threshold": "409.66" }, { "occurrences": 0, "requested": true, "threshold": "434.27" }, { "occurrences": 0, "requested": true, "threshold": "458.88" }, { "occurrences": 1, "requested": true, "threshold": "483.49" } ], "max": "508.00", "min": "15.90", "overallCount": 2163 }, "height": { "buckets": [ { "occurrences": 6, "requested": true, "threshold": "25.00" }, { "occurrences": 62, "requested": true, "threshold": "38.40" }, { "occurrences": 2, "requested": true, "threshold": "51.80" }, { "occurrences": 2, "requested": true, "threshold": "65.20" }, { "occurrences": 0, "requested": true, "threshold": "78.60" }, { "occurrences": 0, "requested": true, "threshold": "92.00" }, { "occurrences": 0, "requested": true, "threshold": "105.40" }, { "occurrences": 4, "requested": true, "threshold": "118.80" }, { "occurrences": 6, "requested": true, "threshold": "132.20" }, { "occurrences": 69, "requested": true, "threshold": "145.60" }, { "occurrences": 222, "requested": true, "threshold": "159.00" }, { "occurrences": 44, "requested": true, "threshold": "172.40" }, { "occurrences": 7, "requested": true, "threshold": "185.80" }, { "occurrences": 10, "requested": true, "threshold": "199.20" }, { "occurrences": 0, "requested": true, "threshold": "212.60" }, { "occurrences": 2, "requested": true, "threshold": "226.00" }, { "occurrences": 10, "requested": true, "threshold": "239.40" }, { "occurrences": 0, "requested": true, "threshold": "252.80" }, { "occurrences": 0, "requested": true, "threshold": "266.20" }, { "occurrences": 49, "requested": true, "threshold": "279.60" } ], "max": "293.00", "min": "25.00", "overallCount": 495 } } ```> but was: <```json { "width" : { "buckets" : [ { "occurrences" : 153, "requested" : true, "threshold" : "15.90" }, { "occurrences" : 58, "requested" : true, "threshold" : "40.51" }, { "occurrences" : 217, "requested" : true, "threshold" : "65.12" }, { "occurrences" : 2, "requested" : true, "threshold" : "89.73" }, { "occurrences" : 13, "requested" : true, "threshold" : "114.34" }, { "occurrences" : 12, "requested" : true, "threshold" : "138.95" }, { "occurrences" : 22, "requested" : true, "threshold" : "163.56" }, { "occurrences" : 108, "requested" : true, "threshold" : "188.17" }, { "occurrences" : 598, "requested" : true, "threshold" : "212.78" }, { "occurrences" : 780, "requested" : true, "threshold" : "237.39" }, { "occurrences" : 157, "requested" : true, "threshold" : "262.00" }, { "occurrences" : 17, "requested" : true, "threshold" : "286.61" }, { "occurrences" : 25, "requested" : true, "threshold" : "311.22" }, { "occurrences" : 0, "requested" : true, "threshold" : "335.83" }, { "occurrences" : 0, "requested" : true, "threshold" : "360.44" }, { "occurrences" : 0, "requested" : true, "threshold" : "385.05" }, { "occurrences" : 0, "requested" : true, "threshold" : "409.66" }, { "occurrences" : 0, "requested" : true, "threshold" : "434.27" }, { "occurrences" : 0, "requested" : true, "threshold" : "458.88" }, { "occurrences" : 1, "requested" : true, "threshold" : "483.49" } ], "max" : "508.00", "min" : "15.90", "overallCount" : 2163 }, "height" : { "buckets" : [ { "occurrences" : 6, "requested" : true, "threshold" : "25.00" }, { "occurrences" : 62, "requested" : true, "threshold" : "38.40" }, { "occurrences" : 2, "requested" : true, "threshold" : "51.80" }, { "occurrences" : 2, "requested" : true, "threshold" : "65.20" }, { "occurrences" : 0, "requested" : true, "threshold" : "78.60" }, { "occurrences" : 0, "requested" : true, "threshold" : "92.00" }, { "occurrences" : 0, "requested" : true, "threshold" : "105.40" }, { "occurrences" : 4, "requested" : true, "threshold" : "118.80" }, { "occurrences" : 6, "requested" : true, "threshold" : "132.20" }, { "occurrences" : 69, "requested" : true, "threshold" : "145.60" }, { "occurrences" : 222, "requested" : true, "threshold" : "159.00" }, { "occurrences" : 44, "requested" : true, "threshold" : "172.40" }, { "occurrences" : 7, "requested" : true, "threshold" : "185.80" }, { "occurrences" : 10, "requested" : true, "threshold" : "199.20" }, { "occurrences" : 0, "requested" : true, "threshold" : "212.60" }, { "occurrences" : 2, "requested" : true, "threshold" : "226.00" }, { "occurrences" : 10, "requested" : true, "threshold" : "239.40" }, { "occurrences" : 0, "requested" : true, "threshold" : "252.80" }, { "occurrences" : 0, "requested" : true, "threshold" : "266.20" }, { "occurrences" : 49, "requested" : true, "threshold" : "279.60" } ], "max" : "293.00", "min" : "25.00", "overallCount" : 495 } } ```>
md`.Example `attribute-histogram.graphql`: md`#L1
expected: <```json { "width": { "min": "15.90", "max": "508.00", "overallCount": 2163, "buckets": [ { "threshold": "15.90", "occurrences": 153, "requested": true }, { "threshold": "40.51", "occurrences": 58, "requested": true }, { "threshold": "65.12", "occurrences": 217, "requested": true }, { "threshold": "89.73", "occurrences": 2, "requested": true }, { "threshold": "114.34", "occurrences": 13, "requested": true }, { "threshold": "138.95", "occurrences": 12, "requested": true }, { "threshold": "163.56", "occurrences": 22, "requested": true }, { "threshold": "188.17", "occurrences": 108, "requested": true }, { "threshold": "212.78", "occurrences": 598, "requested": true }, { "threshold": "237.39", "occurrences": 780, "requested": true }, { "threshold": "262.00", "occurrences": 157, "requested": true }, { "threshold": "286.61", "occurrences": 17, "requested": true }, { "threshold": "311.22", "occurrences": 25, "requested": true }, { "threshold": "335.83", "occurrences": 0, "requested": true }, { "threshold": "360.44", "occurrences": 0, "requested": true }, { "threshold": "385.05", "occurrences": 0, "requested": true }, { "threshold": "409.66", "occurrences": 0, "requested": true }, { "threshold": "434.27", "occurrences": 0, "requested": true }, { "threshold": "458.88", "occurrences": 0, "requested": true }, { "threshold": "483.49", "occurrences": 1, "requested": true } ] }, "height": { "min": "25.00", "max": "293.00", "overallCount": 495, "buckets": [ { "threshold": "25.00", "occurrences": 6, "requested": true }, { "threshold": "38.40", "occurrences": 62, "requested": true }, { "threshold": "51.80", "occurrences": 2, "requested": true }, { "threshold": "65.20", "occurrences": 2, "requested": true }, { "threshold": "78.60", "occurrences": 0, "requested": true }, { "threshold": "92.00", "occurrences": 0, "requested": true }, { "threshold": "105.40", "occurrences": 0, "requested": true }, { "threshold": "118.80", "occurrences": 4, "requested": true }, { "threshold": "132.20", "occurrences": 6, "requested": true }, { "threshold": "145.60", "occurrences": 69, "requested": true }, { "threshold": "159.00", "occurrences": 222, "requested": true }, { "threshold": "172.40", "occurrences": 44, "requested": true }, { "threshold": "185.80", "occurrences": 7, "requested": true }, { "threshold": "199.20", "occurrences": 10, "requested": true }, { "threshold": "212.60", "occurrences": 0, "requested": true }, { "threshold": "226.00", "occurrences": 2, "requested": true }, { "threshold": "239.40", "occurrences": 10, "requested": true }, { "threshold": "252.80", "occurrences": 0, "requested": true }, { "threshold": "266.20", "occurrences": 0, "requested": true }, { "threshold": "279.60", "occurrences": 49, "requested": true } ] } } ```> but was: <```json { "width" : { "min" : "15.90", "max" : "508.00", "overallCount" : 2163, "buckets" : [ { "threshold" : "15.90", "occurrences" : 153, "requested" : true }, { "threshold" : "40.51", "occurrences" : 58, "requested" : true }, { "threshold" : "65.12", "occurrences" : 217, "requested" : true }, { "threshold" : "89.73", "occurrences" : 2, "requested" : true }, { "threshold" : "114.34", "occurrences" : 13, "requested" : true }, { "threshold" : "138.95", "occurrences" : 12, "requested" : true }, { "threshold" : "163.56", "occurrences" : 22, "requested" : true }, { "threshold" : "188.17", "occurrences" : 108, "requested" : true }, { "threshold" : "212.78", "occurrences" : 598, "requested" : true }, { "threshold" : "237.39", "occurrences" : 780, "requested" : true }, { "threshold" : "262.00", "occurrences" : 157, "requested" : true }, { "threshold" : "286.61", "occurrences" : 17, "requested" : true }, { "threshold" : "311.22", "occurrences" : 25, "requested" : true }, { "threshold" : "335.83", "occurrences" : 0, "requested" : true }, { "threshold" : "360.44", "occurrences" : 0, "requested" : true }, { "threshold" : "385.05", "occurrences" : 0, "requested" : true }, { "threshold" : "409.66", "occurrences" : 0, "requested" : true }, { "threshold" : "434.27", "occurrences" : 0, "requested" : true }, { "threshold" : "458.88", "occurrences" : 0, "requested" : true }, { "threshold" : "483.49", "occurrences" : 1, "requested" : true } ] }, "height" : { "min" : "25.00", "max" : "293.00", "overallCount" : 495, "buckets" : [ { "threshold" : "25.00", "occurrences" : 6, "requested" : true }, { "threshold" : "38.40", "occurrences" : 62, "requested" : true }, { "threshold" : "51.80", "occurrences" : 2, "requested" : true }, { "threshold" : "65.20", "occurrences" : 2, "requested" : true }, { "threshold" : "78.60", "occurrences" : 0, "requested" : true }, { "threshold" : "92.00", "occurrences" : 0, "requested" : true }, { "threshold" : "105.40", "occurrences" : 0, "requested" : true }, { "threshold" : "118.80", "occurrences" : 4, "requested" : true }, { "threshold" : "132.20", "occurrences" : 6, "requested" : true }, { "threshold" : "145.60", "occurrences" : 69, "requested" : true }, { "threshold" : "159.00", "occurrences" : 222, "requested" : true }, { "threshold" : "172.40", "occurrences" : 44, "requested" : true }, { "threshold" : "185.80", "occurrences" : 7, "requested" : true }, { "threshold" : "199.20", "occurrences" : 10, "requested" : true }, { "threshold" : "212.60", "occurrences" : 0, "requested" : true }, { "threshold" : "226.00", "occurrences" : 2, "requested" : true }, { "threshold" : "239.40", "occurrences" : 10, "requested" : true }, { "threshold" : "252.80", "occurrences" : 0, "requested" : true }, { "threshold" : "266.20", "occurrences" : 0, "requested" : true }, { "threshold" : "279.60", "occurrences" : 49, "requested" : true } ] } } ```>
md`.Example `attribute-histogram-optimized.evitaql`: md`#L1
expected: <```json { "histograms": { "width": { "buckets": [ { "occurrences": 428, "requested": true, "threshold": 15.90 }, { "occurrences": 49, "requested": true, "threshold": 97.92 }, { "occurrences": 1486, "requested": true, "threshold": 179.94 }, { "occurrences": 199, "requested": true, "threshold": 261.96 }, { "requested": true, "threshold": 343.98 }, { "occurrences": 1, "requested": true, "threshold": 426.00 } ], "max": 508.00, "min": 15.90, "overallCount": 2163 } } } ```> but was: <```json { "histograms" : { "width" : { "buckets" : [ { "occurrences" : 428, "requested" : true, "threshold" : 15.90 }, { "occurrences" : 49, "requested" : true, "threshold" : 97.92 }, { "occurrences" : 1486, "requested" : true, "threshold" : 179.94 }, { "occurrences" : 199, "requested" : true, "threshold" : 261.96 }, { "requested" : true, "threshold" : 343.98 }, { "occurrences" : 1, "requested" : true, "threshold" : 426.00 } ], "max" : 508.00, "min" : 15.90, "overallCount" : 2163 } } } ```>
md`.Example `attribute-histogram-optimized.rest`: md`#L1
expected: <```json { "width": { "buckets": [ { "occurrences": 428, "requested": true, "threshold": "15.90" }, { "occurrences": 49, "requested": true, "threshold": "97.92" }, { "occurrences": 1486, "requested": true, "threshold": "179.94" }, { "occurrences": 199, "requested": true, "threshold": "261.96" }, { "occurrences": 0, "requested": true, "threshold": "343.98" }, { "occurrences": 1, "requested": true, "threshold": "426.00" } ], "max": "508.00", "min": "15.90", "overallCount": 2163 } } ```> but was: <```json { "width" : { "buckets" : [ { "occurrences" : 428, "requested" : true, "threshold" : "15.90" }, { "occurrences" : 49, "requested" : true, "threshold" : "97.92" }, { "occurrences" : 1486, "requested" : true, "threshold" : "179.94" }, { "occurrences" : 199, "requested" : true, "threshold" : "261.96" }, { "occurrences" : 0, "requested" : true, "threshold" : "343.98" }, { "occurrences" : 1, "requested" : true, "threshold" : "426.00" } ], "max" : "508.00", "min" : "15.90", "overallCount" : 2163 } } ```>
md`.Example `attribute-histogram-optimized.graphql`: md`#L1
expected: <```json { "width": { "min": "15.90", "max": "508.00", "overallCount": 2163, "buckets": [ { "threshold": "15.90", "occurrences": 428, "requested": true }, { "threshold": "97.92", "occurrences": 49, "requested": true }, { "threshold": "179.94", "occurrences": 1486, "requested": true }, { "threshold": "261.96", "occurrences": 199, "requested": true }, { "threshold": "343.98", "occurrences": 0, "requested": true }, { "threshold": "426.00", "occurrences": 1, "requested": true } ] } } ```> but was: <```json { "width" : { "min" : "15.90", "max" : "508.00", "overallCount" : 2163, "buckets" : [ { "threshold" : "15.90", "occurrences" : 428, "requested" : true }, { "threshold" : "97.92", "occurrences" : 49, "requested" : true }, { "threshold" : "179.94", "occurrences" : 1486, "requested" : true }, { "threshold" : "261.96", "occurrences" : 199, "requested" : true }, { "threshold" : "343.98", "occurrences" : 0, "requested" : true }, { "threshold" : "426.00", "occurrences" : 1, "requested" : true } ] } } ```>
md`.Example `price-histogram.evitaql`: md`#L1
expected: <```json { "buckets": [ { "occurrences": 701, "requested": true, "threshold": 0.00 }, { "occurrences": 467, "requested": true, "threshold": 251.80 }, { "occurrences": 645, "requested": true, "threshold": 503.60 }, { "occurrences": 529, "requested": true, "threshold": 755.40 }, { "occurrences": 379, "requested": true, "threshold": 1007.20 }, { "occurrences": 334, "requested": true, "threshold": 1259.00 }, { "occurrences": 220, "requested": true, "threshold": 1510.80 }, { "occurrences": 232, "requested": true, "threshold": 1762.60 }, { "occurrences": 125, "requested": true, "threshold": 2014.40 }, { "occurrences": 123, "requested": true, "threshold": 2266.20 }, { "occurrences": 74, "requested": true, "threshold": 2518.00 }, { "occurrences": 64, "requested": true, "threshold": 2769.80 }, { "occurrences": 31, "requested": true, "threshold": 3021.60 }, { "occurrences": 34, "requested": true, "threshold": 3273.40 }, { "occurrences": 42, "requested": true, "threshold": 3525.20 }, { "occurrences": 21, "requested": true, "threshold": 3777.00 }, { "occurrences": 5, "requested": true, "threshold": 4028.80 }, { "occurrences": 20, "requested": true, "threshold": 4280.60 }, { "occurrences": 12, "requested": true, "threshold": 4532.40 }, { "occurrences": 5, "requested": true, "threshold": 4784.20 } ], "max": 5036.00, "min": 0.00, "overallCount": 4063 } ```> but was: <```json { "buckets" : [ { "occurrences" : 701, "requested" : true, "threshold" : 0.00 }, { "occurrences" : 467, "requested" : true, "threshold" : 251.80 }, { "occurrences" : 645, "requested" : true, "threshold" : 503.60 }, { "occurrences" : 529, "requested" : true, "threshold" : 755.40 }, { "occurrences" : 379, "requested" : true, "threshold" : 1007.20 }, { "occurrences" : 334, "requested" : true, "threshold" : 1259.00 }, { "occurrences" : 220, "requested" : true, "threshold" : 1510.80 }, { "occurrences" : 232, "requested" : true, "threshold" : 1762.60 }, { "occurrences" : 125, "requested" : true, "threshold" : 2014.40 }, { "occurrences" : 123, "requested" : true, "threshold" : 2266.20 }, { "occurrences" : 74, "requested" : true, "threshold" : 2518.00 }, { "occurrences" : 64, "requested" : true, "threshold" : 2769.80 }, { "occurrences" : 31, "requested" : true, "threshold" : 3021.60 }, { "occurrences" : 34, "requested" : true, "threshold" : 3273.40 }, { "occurrences" : 42, "requested" : true, "threshold" : 3525.20 }, { "occurrences" : 21, "requested" : true, "threshold" : 3777.00 }, { "occurrences" : 5, "requested" : true, "threshold" : 4028.80 }, { "occurrences" : 20, "requested" : true, "threshold" : 4280.60 }, { "occurrences" : 12, "requested" : true, "threshold" : 4532.40 }, { "occurrences" : 5, "requested" : true, "threshold" : 4784.20 } ], "max" : 5036.00, "min" : 0.00, "overallCount" : 4063 } ```>
md`.Example `price-histogram.graphql`: md`#L1
expected: <```json { "min": "0.00", "max": "5036.00", "overallCount": 4063, "buckets": [ { "threshold": "0.00", "occurrences": 701, "requested": true }, { "threshold": "251.80", "occurrences": 467, "requested": true }, { "threshold": "503.60", "occurrences": 645, "requested": true }, { "threshold": "755.40", "occurrences": 529, "requested": true }, { "threshold": "1007.20", "occurrences": 379, "requested": true }, { "threshold": "1259.00", "occurrences": 334, "requested": true }, { "threshold": "1510.80", "occurrences": 220, "requested": true }, { "threshold": "1762.60", "occurrences": 232, "requested": true }, { "threshold": "2014.40", "occurrences": 125, "requested": true }, { "threshold": "2266.20", "occurrences": 123, "requested": true }, { "threshold": "2518.00", "occurrences": 74, "requested": true }, { "threshold": "2769.80", "occurrences": 64, "requested": true }, { "threshold": "3021.60", "occurrences": 31, "requested": true }, { "threshold": "3273.40", "occurrences": 34, "requested": true }, { "threshold": "3525.20", "occurrences": 42, "requested": true }, { "threshold": "3777.00", "occurrences": 21, "requested": true }, { "threshold": "4028.80", "occurrences": 5, "requested": true }, { "threshold": "4280.60", "occurrences": 20, "requested": true }, { "threshold": "4532.40", "occurrences": 12, "requested": true }, { "threshold": "4784.20", "occurrences": 5, "requested": true } ] } ```> but was: <```json { "min" : "0.00", "max" : "5036.00", "overallCount" : 4063, "buckets" : [ { "threshold" : "0.00", "occurrences" : 701, "requested" : true }, { "threshold" : "251.80", "occurrences" : 467, "requested" : true }, { "threshold" : "503.60", "occurrences" : 645, "requested" : true }, { "threshold" : "755.40", "occurrences" : 529, "requested" : true }, { "threshold" : "1007.20", "occurrences" : 379, "requested" : true }, { "threshold" : "1259.00", "occurrences" : 334, "requested" : true }, { "threshold" : "1510.80", "occurrences" : 220, "requested" : true }, { "threshold" : "1762.60", "occurrences" : 232, "requested" : true }, { "threshold" : "2014.40", "occurrences" : 125, "requested" : true }, { "threshold" : "2266.20", "occurrences" : 123, "requested" : true }, { "threshold" : "2518.00", "occurrences" : 74, "requested" : true }, { "threshold" : "2769.80", "occurrences" : 64, "requested" : true }, { "threshold" : "3021.60", "occurrences" : 31, "requested" : true }, { "threshold" : "3273.40", "occurrences" : 34, "requested" : true }, { "threshold" : "3525.20", "occurrences" : 42, "requested" : true }, { "threshold" : "3777.00", "occurrences" : 21, "requested" : true }, { "threshold" : "4028.80", "occurrences" : 5, "requested" : true }, { "threshold" : "4280.60", "occurrences" : 20, "requested" : true }, { "threshold" : "4532.40", "occurrences" : 12, "requested" : true }, { "threshold" : "4784.20", "occurrences" : 5, "requested" : true } ] } ```>
md`.Example `price-histogram.rest`: md`#L1
expected: <```json { "buckets": [ { "occurrences": 701, "requested": true, "threshold": "0.00" }, { "occurrences": 467, "requested": true, "threshold": "251.80" }, { "occurrences": 645, "requested": true, "threshold": "503.60" }, { "occurrences": 529, "requested": true, "threshold": "755.40" }, { "occurrences": 379, "requested": true, "threshold": "1007.20" }, { "occurrences": 334, "requested": true, "threshold": "1259.00" }, { "occurrences": 220, "requested": true, "threshold": "1510.80" }, { "occurrences": 232, "requested": true, "threshold": "1762.60" }, { "occurrences": 125, "requested": true, "threshold": "2014.40" }, { "occurrences": 123, "requested": true, "threshold": "2266.20" }, { "occurrences": 74, "requested": true, "threshold": "2518.00" }, { "occurrences": 64, "requested": true, "threshold": "2769.80" }, { "occurrences": 31, "requested": true, "threshold": "3021.60" }, { "occurrences": 34, "requested": true, "threshold": "3273.40" }, { "occurrences": 42, "requested": true, "threshold": "3525.20" }, { "occurrences": 21, "requested": true, "threshold": "3777.00" }, { "occurrences": 5, "requested": true, "threshold": "4028.80" }, { "occurrences": 20, "requested": true, "threshold": "4280.60" }, { "occurrences": 12, "requested": true, "threshold": "4532.40" }, { "occurrences": 5, "requested": true, "threshold": "4784.20" } ], "max": "5036.00", "min": "0.00", "overallCount": 4063 } ```> but was: <```json { "buckets" : [ { "occurrences" : 701, "requested" : true, "threshold" : "0.00" }, { "occurrences" : 467, "requested" : true, "threshold" : "251.80" }, { "occurrences" : 645, "requested" : true, "threshold" : "503.60" }, { "occurrences" : 529, "requested" : true, "threshold" : "755.40" }, { "occurrences" : 379, "requested" : true, "threshold" : "1007.20" }, { "occurrences" : 334, "requested" : true, "threshold" : "1259.00" }, { "occurrences" : 220, "requested" : true, "threshold" : "1510.80" }, { "occurrences" : 232, "requested" : true, "threshold" : "1762.60" }, { "occurrences" : 125, "requested" : true, "threshold" : "2014.40" }, { "occurrences" : 123, "requested" : true, "threshold" : "2266.20" }, { "occurrences" : 74, "requested" : true, "threshold" : "2518.00" }, { "occurrences" : 64, "requested" : true, "threshold" : "2769.80" }, { "occurrences" : 31, "requested" : true, "threshold" : "3021.60" }, { "occurrences" : 34, "requested" : true, "threshold" : "3273.40" }, { "occurrences" : 42, "requested" : true, "threshold" : "3525.20" }, { "occurrences" : 21, "requested" : true, "threshold" : "3777.00" }, { "occurrences" : 5, "requested" : true, "threshold" : "4028.80" }, { "occurrences" : 20, "requested" : true, "threshold" : "4280.60" }, { "occurrences" : 12, "requested" : true, "threshold" : "4532.40" }, { "occurrences" : 5, "requested" : true, "threshold" : "4784.20" } ], "max" : "5036.00", "min" : "0.00", "overallCount" : 4063 } ```>
md`.Example `price-histogram-optimized.evitaql`: md`#L1
expected: <```json { "buckets": [ { "occurrences": 2, "requested": true, "threshold": 80.00 }, { "occurrences": 4, "requested": true, "threshold": 94.00 }, { "occurrences": 1, "requested": true, "threshold": 108.00 }, { "requested": true, "threshold": 122.00 }, { "occurrences": 3, "requested": true, "threshold": 136.00 } ], "max": 150.00, "min": 80.00, "overallCount": 10 } ```> but was: <```json { "buckets" : [ { "occurrences" : 2, "requested" : true, "threshold" : 80.00 }, { "occurrences" : 4, "requested" : true, "threshold" : 94.00 }, { "occurrences" : 1, "requested" : true, "threshold" : 108.00 }, { "requested" : true, "threshold" : 122.00 }, { "occurrences" : 3, "requested" : true, "threshold" : 136.00 } ], "max" : 150.00, "min" : 80.00, "overallCount" : 10 } ```>
md`.Example `price-histogram-optimized.graphql`: md`#L1
expected: <```json { "min": "80.00", "max": "150.00", "overallCount": 10, "buckets": [ { "threshold": "80.00", "occurrences": 2, "requested": true }, { "threshold": "94.00", "occurrences": 4, "requested": true }, { "threshold": "108.00", "occurrences": 1, "requested": true }, { "threshold": "122.00", "occurrences": 0, "requested": true }, { "threshold": "136.00", "occurrences": 3, "requested": true } ] } ```> but was: <```json { "min" : "80.00", "max" : "150.00", "overallCount" : 10, "buckets" : [ { "threshold" : "80.00", "occurrences" : 2, "requested" : true }, { "threshold" : "94.00", "occurrences" : 4, "requested" : true }, { "threshold" : "108.00", "occurrences" : 1, "requested" : true }, { "threshold" : "122.00", "occurrences" : 0, "requested" : true }, { "threshold" : "136.00", "occurrences" : 3, "requested" : true } ] } ```>
md`.Example `price-histogram-optimized.rest`: md`#L1
expected: <```json { "buckets": [ { "occurrences": 2, "requested": true, "threshold": "80.00" }, { "occurrences": 4, "requested": true, "threshold": "94.00" }, { "occurrences": 1, "requested": true, "threshold": "108.00" }, { "occurrences": 0, "requested": true, "threshold": "122.00" }, { "occurrences": 3, "requested": true, "threshold": "136.00" } ], "max": "150.00", "min": "80.00", "overallCount": 10 } ```> but was: <```json { "buckets" : [ { "occurrences" : 2, "requested" : true, "threshold" : "80.00" }, { "occurrences" : 4, "requested" : true, "threshold" : "94.00" }, { "occurrences" : 1, "requested" : true, "threshold" : "108.00" }, { "occurrences" : 0, "requested" : true, "threshold" : "122.00" }, { "occurrences" : 3, "requested" : true, "threshold" : "136.00" } ], "max" : "150.00", "min" : "80.00", "overallCount" : 10 } ```>
md`.Example `facet-summary.rest`: md`#L1
expected: <```json { "groups": { "count": 22, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 66505, "type": "Group" } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 112769, "type": "Group" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112770, "type": "Group" } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 112771, "type": "Group" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112772, "type": "Group" } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 112774, "type": "Group" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112775, "type": "Group" } } ] }, "stocks": [ { "count": 41, "groupEntity": null, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 119334, "type": "Stock" } } ] } ], "tags": [ { "count": 18, "groupEntity": { "primaryKey": 0, "type": "tagCategory" }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 9, "type": "Tag" } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 11, "type": "Tag" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 12, "type": "Tag" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 14, "type": "Tag" } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 16, "type": "Tag" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 17, "type": "Tag" } } ] }, { "count": 29, "groupEntity": { "primaryKey": 9, "type": "tagCategory" }, "facetStatistics": [ { "requested": false, "count": 17, "facetEntity": { "primaryKey": 10, "type": "Tag" } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 13, "type": "Tag" } }, { "requested": false, "count": 12, "facetEntity": { "primaryKey": 15, "type": "Tag" } } ] } ], "categories": { "count": 41, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 66473, "type": "Category" } } ] }, "brand": { "count": 41, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105140, "type": "Brand" } }, { "requested": false, "count": 18, "facetEntity": { "primaryKey": 105168, "type": "Brand" } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 105239, "type": "Brand" } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105281, "type": "Brand" } } ] }, "parameterValues": [ { "count": 41, "groupEntity": { "primaryKey": 66514, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 103880, "type": "ParameterValue" } }, { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104459, "type": "ParameterValue" } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105138, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105180, "type": "ParameterValue" } }, { "requested": false, "count": 17, "facetEntity": { "primaryKey": 105237, "type": "ParameterValue" } } ] }, { "count": 1, "groupEntity": { "primaryKey": 66515, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105163, "type": "ParameterValue" } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66518, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 105133, "type": "ParameterValue" } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66520, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 8, "facetEntity": { "primaryKey": 103870, "type": "ParameterValue" } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 103998, "type": "ParameterValue" } }, { "requested": false, "count": 22, "facetEntity": { "primaryKey": 105134, "type": "ParameterValue" } } ] }, { "count": 31, "groupEntity": { "primaryKey": 66533, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 31, "facetEntity": { "primaryKey": 103884, "type": "ParameterValue" } } ] }, { "count": 18, "groupEntity": { "primaryKey": 67913, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104493, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105143, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105164, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105185, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105198, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105210, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105219, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105230, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105250, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105264, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105275, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105286, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105294, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105299, "type": "ParameterValue" } } ] }, { "count": 25, "groupEntity": { "primaryKey": 67914, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105135, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105144, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105150, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105154, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105165, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105176, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105186, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105199, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105211, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105220, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105251, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105261, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105276, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105282, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105287, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105295, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105300, "type": "ParameterValue" } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67915, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104078, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104442, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104457, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104471, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104485, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104561, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104673, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104686, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104722, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104820, "type": "ParameterValue" } }, { "requested": false, "count": 9, "facetEntity": { "primaryKey": 104865, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105151, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105155, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105160, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105171, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105177, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105187, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105192, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105196, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105216, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105277, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105283, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105296, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105301, "type": "ParameterValue" } } ] }, { "count": 35, "groupEntity": { "primaryKey": 67916, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104562, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105136, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105145, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105147, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105152, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105156, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105161, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105172, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105178, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105182, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105188, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105193, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105200, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105212, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105221, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105231, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105235, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105241, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105247, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105252, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105258, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105262, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105269, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105278, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105284, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105288, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105292, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105297, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105302, "type": "ParameterValue" } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67917, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105137, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105166, "type": "ParameterValue" } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105173, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105179, "type": "ParameterValue" } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105183, "type": "ParameterValue" } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105194, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105201, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105222, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105232, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105236, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105242, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105248, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105259, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105270, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105273, "type": "ParameterValue" } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105279, "type": "ParameterValue" } } ] }, { "count": 23, "groupEntity": { "primaryKey": 114007, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104739, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105158, "type": "ParameterValue" } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105169, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105190, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105205, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105214, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105227, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105234, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105245, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105257, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105267, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105290, "type": "ParameterValue" } } ] }, { "count": 16, "groupEntity": { "primaryKey": 114008, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105159, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105170, "type": "ParameterValue" } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105191, "type": "ParameterValue" } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105206, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105215, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105225, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105228, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105246, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105268, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105291, "type": "ParameterValue" } } ] }, { "count": 6, "groupEntity": { "primaryKey": 114009, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104736, "type": "ParameterValue" } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105207, "type": "ParameterValue" } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105217, "type": "ParameterValue" } } ] }, { "count": 41, "groupEntity": { "primaryKey": 114010, "type": "Parameter" }, "facetStatistics": [ { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104525, "type": "ParameterValue" } }, { "requested": false, "count": 31, "facetEntity": { "primaryKey": 114011, "type": "ParameterValue" } } ] } ] } ```> but was: <```json { "groups" : { "count" : 22, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 66505, "type" : "Group" } }, { "requested" : false, "count" : 11, "facetEntity" : { "primaryKey" : 112769, "type" : "Group" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 112770, "type" : "Group" } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 112771, "type" : "Group" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 112772, "type" : "Group" } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 112774, "type" : "Group" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 112775, "type" : "Group" } } ] }, "stocks" : [ { "count" : 41, "groupEntity" : null, "facetStatistics" : [ { "requested" : false, "count" : 41, "facetEntity" : { "primaryKey" : 119334, "type" : "Stock" } } ] } ], "tags" : [ { "count" : 18, "groupEntity" : { "primaryKey" : 0, "type" : "tagCategory" }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 9, "type" : "Tag" } }, { "requested" : false, "count" : 11, "facetEntity" : { "primaryKey" : 11, "type" : "Tag" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 12, "type" : "Tag" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 14, "type" : "Tag" } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 16, "type" : "Tag" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 17, "type" : "Tag" } } ] }, { "count" : 29, "groupEntity" : { "primaryKey" : 9, "type" : "tagCategory" }, "facetStatistics" : [ { "requested" : false, "count" : 17, "facetEntity" : { "primaryKey" : 10, "type" : "Tag" } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 13, "type" : "Tag" } }, { "requested" : false, "count" : 12, "facetEntity" : { "primaryKey" : 15, "type" : "Tag" } } ] } ], "categories" : { "count" : 41, "facetStatistics" : [ { "requested" : false, "count" : 41, "facetEntity" : { "primaryKey" : 66473, "type" : "Category" } } ] }, "brand" : { "count" : 41, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105140, "type" : "Brand" } }, { "requested" : false, "count" : 18, "facetEntity" : { "primaryKey" : 105168, "type" : "Brand" } }, { "requested" : false, "count" : 11, "facetEntity" : { "primaryKey" : 105239, "type" : "Brand" } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105281, "type" : "Brand" } } ] }, "parameterValues" : [ { "count" : 41, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 103880, "type" : "ParameterValue" } }, { "requested" : false, "count" : 10, "facetEntity" : { "primaryKey" : 104459, "type" : "ParameterValue" } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105138, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105180, "type" : "ParameterValue" } }, { "requested" : false, "count" : 17, "facetEntity" : { "primaryKey" : 105237, "type" : "ParameterValue" } } ] }, { "count" : 1, "groupEntity" : { "primaryKey" : 66515, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105163, "type" : "ParameterValue" } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66518, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 41, "facetEntity" : { "primaryKey" : 105133, "type" : "ParameterValue" } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66520, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 8, "facetEntity" : { "primaryKey" : 103870, "type" : "ParameterValue" } }, { "requested" : false, "count" : 11, "facetEntity" : { "primaryKey" : 103998, "type" : "ParameterValue" } }, { "requested" : false, "count" : 22, "facetEntity" : { "primaryKey" : 105134, "type" : "ParameterValue" } } ] }, { "count" : 31, "groupEntity" : { "primaryKey" : 66533, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 31, "facetEntity" : { "primaryKey" : 103884, "type" : "ParameterValue" } } ] }, { "count" : 18, "groupEntity" : { "primaryKey" : 67913, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104493, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105143, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105164, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105185, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105198, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105210, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105219, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105230, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105250, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105264, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105275, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105286, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105294, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105299, "type" : "ParameterValue" } } ] }, { "count" : 25, "groupEntity" : { "primaryKey" : 67914, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105135, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105144, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105150, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105154, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105165, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105176, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105186, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105199, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105211, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105220, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105251, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105261, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105276, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105282, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105287, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105295, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105300, "type" : "ParameterValue" } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 67915, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 104078, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104442, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104457, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104471, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104485, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104561, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104673, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104686, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104722, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 104820, "type" : "ParameterValue" } }, { "requested" : false, "count" : 9, "facetEntity" : { "primaryKey" : 104865, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105151, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105155, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105160, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105171, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105177, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105187, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105192, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105196, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105216, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105277, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105283, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105296, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105301, "type" : "ParameterValue" } } ] }, { "count" : 35, "groupEntity" : { "primaryKey" : 67916, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104562, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105136, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105145, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105147, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105152, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105156, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105161, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105172, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105178, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105182, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105188, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105193, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105200, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105212, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105221, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105231, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105235, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105241, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105247, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105252, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105258, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105262, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105269, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105278, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105284, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105288, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105292, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105297, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105302, "type" : "ParameterValue" } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 67917, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105137, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105166, "type" : "ParameterValue" } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105173, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105179, "type" : "ParameterValue" } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 105183, "type" : "ParameterValue" } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 105194, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105201, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105222, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105232, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105236, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105242, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105248, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105259, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105270, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105273, "type" : "ParameterValue" } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105279, "type" : "ParameterValue" } } ] }, { "count" : 23, "groupEntity" : { "primaryKey" : 114007, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104739, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105158, "type" : "ParameterValue" } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 105169, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105190, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105205, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105214, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105227, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105234, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105245, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105257, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105267, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105290, "type" : "ParameterValue" } } ] }, { "count" : 16, "groupEntity" : { "primaryKey" : 114008, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105159, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105170, "type" : "ParameterValue" } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105191, "type" : "ParameterValue" } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 105206, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105215, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105225, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105228, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105246, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105268, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105291, "type" : "ParameterValue" } } ] }, { "count" : 6, "groupEntity" : { "primaryKey" : 114009, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104736, "type" : "ParameterValue" } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105207, "type" : "ParameterValue" } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105217, "type" : "ParameterValue" } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 114010, "type" : "Parameter" }, "facetStatistics" : [ { "requested" : false, "count" : 10, "facetEntity" : { "primaryKey" : 104525, "type" : "ParameterValue" } }, { "requested" : false, "count" : 31, "facetEntity" : { "primaryKey" : 114011, "type" : "ParameterValue" } } ] } ] } ```>
md`.Example `facet-summary-of-reference-simple.graphql`: md`#L1
expected: <```json { "brand": { "count": 41, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105140 } }, { "requested": false, "count": 18, "facetEntity": { "primaryKey": 105168 } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 105239 } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105281 } } ] } } ```> but was: <```json { "brand" : { "count" : 41, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105140 } }, { "requested" : false, "count" : 18, "facetEntity" : { "primaryKey" : 105168 } }, { "requested" : false, "count" : 11, "facetEntity" : { "primaryKey" : 105239 } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105281 } } ] } } ```>
md`.Example `facet-summary-bodies.rest`: md`#L1
expected: <```json { "groups": { "count": 22, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 66505, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "sale" } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 112769, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "special-offer-group" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112770, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "sell-off-group" } } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 112771, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "recommended-group" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112772, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "valentine-group" } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 112774, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "for-women-group" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112775, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "for-men-group" } } } } ] }, "stocks": [ { "count": 41, "groupEntity": null, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 119334, "type": "Stock", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "evita" } } } } ] } ], "tags": [ { "count": 18, "groupEntity": { "primaryKey": 0, "type": "tagCategory" }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 9, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "sale" } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 11, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "special-offer" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 12, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "sell-off" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 14, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "valentine" } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 16, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "for-women" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 17, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "for-men" } } } } ] }, { "count": 29, "groupEntity": { "primaryKey": 9, "type": "tagCategory" }, "facetStatistics": [ { "requested": false, "count": 17, "facetEntity": { "primaryKey": 10, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "new" } } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 13, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "recommended" } } } }, { "requested": false, "count": 12, "facetEntity": { "primaryKey": 15, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "gift" } } } } ] } ], "categories": { "count": 41, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 66473, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "e-readers" } } } } ] }, "brand": { "count": 41, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105140, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "amazon" } } } }, { "requested": false, "count": 18, "facetEntity": { "primaryKey": 105168, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "onyx-boox" } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 105239, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "pocketbook" } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105281, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "kobo" } } } } ] }, "parameterValues": [ { "count": 41, "groupEntity": { "primaryKey": 66514, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "operating-system" } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 103880, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "operating-system-google-androi" } } } }, { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104459, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "operating-system-google-andr-1" } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105138, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "operating-system-proprietal" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105180, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "operating-system-google-andr-4" } } } }, { "requested": false, "count": 17, "facetEntity": { "primaryKey": 105237, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "operating-system-linux" } } } } ] }, { "count": 1, "groupEntity": { "primaryKey": 66515, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "rear-camera-resoluti" } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105163, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rear-camera-resoluti-16" } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66518, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "display-type" } } }, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 105133, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "display-type-e-ink" } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66520, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "number-of-cpu-cores" } } }, "facetStatistics": [ { "requested": false, "count": 8, "facetEntity": { "primaryKey": 103870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "number-of-cpu-cores-4" } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 103998, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "number-of-cpu-cores-8" } } } }, { "requested": false, "count": 22, "facetEntity": { "primaryKey": 105134, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "number-of-cpu-cores-2" } } } } ] }, { "count": 31, "groupEntity": { "primaryKey": 66533, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "connector" } } }, "facetStatistics": [ { "requested": false, "count": 31, "facetEntity": { "primaryKey": 103884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "connector-type-c" } } } } ] }, { "count": 18, "groupEntity": { "primaryKey": 67913, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "height" } } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104493, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-159" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105143, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-173" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105164, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-225" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105185, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-170" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105198, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-229-4" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105210, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-249" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105219, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-310" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105230, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-197-3" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105250, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-249-2" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105264, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-161" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105275, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-159-6" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105286, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-177-7" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105294, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-159-3" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105299, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-181-4" } } } } ] }, { "count": 25, "groupEntity": { "primaryKey": 67914, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "width" } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105135, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-108" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105144, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-125" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105150, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-141" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105154, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-114-4" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105165, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-184-5" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105176, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-112-5" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105186, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-117" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105199, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-195-4" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105211, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-176-5" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105220, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-228" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105251, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-173-4" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105261, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-135-5" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105276, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-110" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105282, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-112" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105287, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-160" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105295, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-112-4" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105300, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-160-5" } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67915, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "thickness" } } }, "facetStatistics": [ { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104078, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-6-3" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104442, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-9" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104457, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-8-5" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104471, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-8-1" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104485, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-7-7" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104561, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-7-8" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104673, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-7-2" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104686, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-6-7" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104722, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-7-9" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104820, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-5-8" } } } }, { "requested": false, "count": 9, "facetEntity": { "primaryKey": 104865, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-8" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105151, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-8-4" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105155, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-13-6" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105160, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-13-5" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105171, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-6" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105177, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-8-8" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105187, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-8-7" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105192, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-7-1" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105196, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-6-8" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105216, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-5-95" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105277, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-8-35" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105283, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-8-66" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105296, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-9-2" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105301, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-7-6" } } } } ] }, { "count": 35, "groupEntity": { "primaryKey": 67916, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "weight" } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104562, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-480" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105136, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-158" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105145, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-205" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105147, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-208" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105152, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-188" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105156, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-256" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105161, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-321" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105172, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-185" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105178, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-160" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105182, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-165" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105188, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-182" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105193, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-150" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105200, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-445" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105212, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-385" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105221, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-570" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105231, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-265" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105235, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-155" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105241, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-145" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105247, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-228" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105252, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-300" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105258, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-210" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105262, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-225" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105269, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-369" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105278, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-166" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105284, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-171" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105288, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-197" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105292, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-215" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105297, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-172" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105302, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-240-8" } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67917, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "battery-capacity" } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105137, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-2100" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105166, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-6300" } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105173, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-2000" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105179, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-300" } } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105183, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-3000" } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105194, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-1500" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105201, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-3700" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105222, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-4300" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105232, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-3150" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105236, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-1300" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105242, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-800" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105248, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-1700" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105259, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-1900" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105270, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-2200" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105273, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-2900" } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105279, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-1000" } } } } ] }, { "count": 23, "groupEntity": { "primaryKey": 114007, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-merge" } } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104739, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-158" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105158, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-175-5" } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105169, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-156" } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105190, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-153" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105205, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-194" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105214, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-165-6" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105227, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-239" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105234, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-161-3" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105245, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-134-3" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105257, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-195" } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105267, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "att
md`.Example `facet-summary-of-reference-bodies.graphql`: md`#L1
expected: <```json { "parameterValues": [ { "count": 41, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 103880, "attributes": { "code": "operating-system-google-androi" } } }, { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104459, "attributes": { "code": "operating-system-google-andr-1" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105138, "attributes": { "code": "operating-system-proprietal" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105180, "attributes": { "code": "operating-system-google-andr-4" } } }, { "requested": false, "count": 17, "facetEntity": { "primaryKey": 105237, "attributes": { "code": "operating-system-linux" } } } ] }, { "count": 1, "groupEntity": { "primaryKey": 66515, "attributes": { "code": "rear-camera-resoluti" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105163, "attributes": { "code": "rear-camera-resoluti-16" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66518, "attributes": { "code": "display-type" } }, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 105133, "attributes": { "code": "display-type-e-ink" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66520, "attributes": { "code": "number-of-cpu-cores" } }, "facetStatistics": [ { "requested": false, "count": 8, "facetEntity": { "primaryKey": 103870, "attributes": { "code": "number-of-cpu-cores-4" } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 103998, "attributes": { "code": "number-of-cpu-cores-8" } } }, { "requested": false, "count": 22, "facetEntity": { "primaryKey": 105134, "attributes": { "code": "number-of-cpu-cores-2" } } } ] }, { "count": 31, "groupEntity": { "primaryKey": 66533, "attributes": { "code": "connector" } }, "facetStatistics": [ { "requested": false, "count": 31, "facetEntity": { "primaryKey": 103884, "attributes": { "code": "connector-type-c" } } } ] }, { "count": 18, "groupEntity": { "primaryKey": 67913, "attributes": { "code": "height" } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104493, "attributes": { "code": "height-159" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105143, "attributes": { "code": "height-173" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105164, "attributes": { "code": "height-225" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105185, "attributes": { "code": "height-170" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105198, "attributes": { "code": "height-229-4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105210, "attributes": { "code": "height-249" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105219, "attributes": { "code": "height-310" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105230, "attributes": { "code": "height-197-3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105250, "attributes": { "code": "height-249-2" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105264, "attributes": { "code": "height-161" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105275, "attributes": { "code": "height-159-6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105286, "attributes": { "code": "height-177-7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105294, "attributes": { "code": "height-159-3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105299, "attributes": { "code": "height-181-4" } } } ] }, { "count": 25, "groupEntity": { "primaryKey": 67914, "attributes": { "code": "width" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105135, "attributes": { "code": "width-108" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105144, "attributes": { "code": "width-125" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105150, "attributes": { "code": "width-141" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105154, "attributes": { "code": "width-114-4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105165, "attributes": { "code": "width-184-5" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105176, "attributes": { "code": "width-112-5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105186, "attributes": { "code": "width-117" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105199, "attributes": { "code": "width-195-4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105211, "attributes": { "code": "width-176-5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105220, "attributes": { "code": "width-228" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105251, "attributes": { "code": "width-173-4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105261, "attributes": { "code": "width-135-5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105276, "attributes": { "code": "width-110" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105282, "attributes": { "code": "width-112" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105287, "attributes": { "code": "width-160" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105295, "attributes": { "code": "width-112-4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105300, "attributes": { "code": "width-160-5" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67915, "attributes": { "code": "thickness" } }, "facetStatistics": [ { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104078, "attributes": { "code": "thickness-6-3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104442, "attributes": { "code": "thickness-9" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104457, "attributes": { "code": "thickness-8-5" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104471, "attributes": { "code": "thickness-8-1" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104485, "attributes": { "code": "thickness-7-7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104561, "attributes": { "code": "thickness-7-8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104673, "attributes": { "code": "thickness-7-2" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104686, "attributes": { "code": "thickness-6-7" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104722, "attributes": { "code": "thickness-7-9" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104820, "attributes": { "code": "thickness-5-8" } } }, { "requested": false, "count": 9, "facetEntity": { "primaryKey": 104865, "attributes": { "code": "thickness-8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105151, "attributes": { "code": "thickness-8-4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105155, "attributes": { "code": "thickness-13-6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105160, "attributes": { "code": "thickness-13-5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105171, "attributes": { "code": "thickness-6" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105177, "attributes": { "code": "thickness-8-8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105187, "attributes": { "code": "thickness-8-7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105192, "attributes": { "code": "thickness-7-1" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105196, "attributes": { "code": "thickness-6-8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105216, "attributes": { "code": "thickness-5-95" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105277, "attributes": { "code": "thickness-8-35" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105283, "attributes": { "code": "thickness-8-66" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105296, "attributes": { "code": "thickness-9-2" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105301, "attributes": { "code": "thickness-7-6" } } } ] }, { "count": 35, "groupEntity": { "primaryKey": 67916, "attributes": { "code": "weight" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104562, "attributes": { "code": "weight-480" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105136, "attributes": { "code": "weight-158" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105145, "attributes": { "code": "weight-205" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105147, "attributes": { "code": "weight-208" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105152, "attributes": { "code": "weight-188" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105156, "attributes": { "code": "weight-256" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105161, "attributes": { "code": "weight-321" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105172, "attributes": { "code": "weight-185" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105178, "attributes": { "code": "weight-160" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105182, "attributes": { "code": "weight-165" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105188, "attributes": { "code": "weight-182" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105193, "attributes": { "code": "weight-150" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105200, "attributes": { "code": "weight-445" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105212, "attributes": { "code": "weight-385" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105221, "attributes": { "code": "weight-570" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105231, "attributes": { "code": "weight-265" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105235, "attributes": { "code": "weight-155" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105241, "attributes": { "code": "weight-145" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105247, "attributes": { "code": "weight-228" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105252, "attributes": { "code": "weight-300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105258, "attributes": { "code": "weight-210" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105262, "attributes": { "code": "weight-225" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105269, "attributes": { "code": "weight-369" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105278, "attributes": { "code": "weight-166" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105284, "attributes": { "code": "weight-171" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105288, "attributes": { "code": "weight-197" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105292, "attributes": { "code": "weight-215" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105297, "attributes": { "code": "weight-172" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105302, "attributes": { "code": "weight-240-8" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67917, "attributes": { "code": "battery-capacity" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105137, "attributes": { "code": "battery-capacity-2100" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105166, "attributes": { "code": "battery-capacity-6300" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105173, "attributes": { "code": "battery-capacity-2000" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105179, "attributes": { "code": "battery-capacity-300" } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105183, "attributes": { "code": "battery-capacity-3000" } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105194, "attributes": { "code": "battery-capacity-1500" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105201, "attributes": { "code": "battery-capacity-3700" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105222, "attributes": { "code": "battery-capacity-4300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105232, "attributes": { "code": "battery-capacity-3150" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105236, "attributes": { "code": "battery-capacity-1300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105242, "attributes": { "code": "battery-capacity-800" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105248, "attributes": { "code": "battery-capacity-1700" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105259, "attributes": { "code": "battery-capacity-1900" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105270, "attributes": { "code": "battery-capacity-2200" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105273, "attributes": { "code": "battery-capacity-2900" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105279, "attributes": { "code": "battery-capacity-1000" } } } ] }, { "count": 23, "groupEntity": { "primaryKey": 114007, "attributes": { "code": "height-merge" } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104739, "attributes": { "code": "height-158" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105158, "attributes": { "code": "height-175-5" } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105169, "attributes": { "code": "height-156" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105190, "attributes": { "code": "height-153" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105205, "attributes": { "code": "height-194" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105214, "attributes": { "code": "height-165-6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105227, "attributes": { "code": "height-239" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105234, "attributes": { "code": "height-161-3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105245, "attributes": { "code": "height-134-3" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105257, "attributes": { "code": "height-195" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105267, "attributes": { "code": "height-236" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105290, "attributes": { "code": "height-161-6" } } } ] }, { "count": 16, "groupEntity": { "primaryKey": 114008, "attributes": { "code": "width-merge" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105159, "attributes": { "code": "width-129-2" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105170, "attributes": { "code": "width-137" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105191, "attributes": { "code": "width-107" } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105206, "attributes": { "code": "width-136-5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105215, "attributes": { "code": "width-130-8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105225, "attributes": { "code": "width-121-5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105228, "attributes": { "code": "width-168" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105246, "attributes": { "code": "width-155" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105268, "attributes": { "code": "width-173" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105291, "attributes": { "code": "width-144-6" } } } ] }, { "count": 6, "groupEntity": { "primaryKey": 114009, "attributes": { "code": "weight-merge" } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104736, "attributes": { "code": "weight-420" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105207, "attributes": { "code": "weight-235" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105217, "attributes": { "code": "weight-170" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 114010, "attributes": { "code": "connector-merge" } }, "facetStatistics": [ { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104525, "attributes": { "code": "connector-micro-usb" } } }, { "requested": false, "count": 31, "facetEntity": { "primaryKey": 114011, "attributes": { "code": "usb" } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 41, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 103880, "attributes" : { "code" : "operating-system-google-androi" } } }, { "requested" : false, "count" : 10, "facetEntity" : { "primaryKey" : 104459, "attributes" : { "code" : "operating-system-google-andr-1" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105138, "attributes" : { "code" : "operating-system-proprietal" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105180, "attributes" : { "code" : "operating-system-google-andr-4" } } }, { "requested" : false, "count" : 17, "facetEntity" : { "primaryKey" : 105237, "attributes" : { "code" : "operating-system-linux" } } } ] }, { "count" : 1, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "code" : "rear-camera-resoluti" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105163, "attributes" : { "code" : "rear-camera-resoluti-16" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "code" : "display-type" } }, "facetStatistics" : [ { "requested" : false, "count" : 41, "facetEntity" : { "primaryKey" : 105133, "attributes" : { "code" : "display-type-e-ink" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "code" : "number-of-cpu-cores" } }, "facetStatistics" : [ { "requested" : false, "count" : 8, "facetEntity" : { "primaryKey" : 103870, "attributes" : { "code" : "number-of-cpu-cores-4" } } }, { "requested" : false, "count" : 11, "facetEntity" : { "primaryKey" : 103998, "attributes" : { "code" : "number-of-cpu-cores-8" } } }, { "requested" : false, "count" : 22, "facetEntity" : { "primaryKey" : 105134, "attributes" : { "code" : "number-of-cpu-cores-2" } } } ] }, { "count" : 31, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "code" : "connector" } }, "facetStatistics" : [ { "requested" : false, "count" : 31, "facetEntity" : { "primaryKey" : 103884, "attributes" : { "code" : "connector-type-c" } } } ] }, { "count" : 18, "groupEntity" : { "primaryKey" : 67913, "attributes" : { "code" : "height" } }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104493, "attributes" : { "code" : "height-159" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105143, "attributes" : { "code" : "height-173" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105164, "attributes" : { "code" : "height-225" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105185, "attributes" : { "code" : "height-170" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105198, "attributes" : { "code" : "height-229-4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105210, "attributes" : { "code" : "height-249" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105219, "attributes" : { "code" : "height-310" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105230, "attributes" : { "code" : "height-197-3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105250, "attributes" : { "code" : "height-249-2" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105264, "attributes" : { "code" : "height-161" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105275, "attributes" : { "code" : "height-159-6" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105286, "attributes" : { "code" : "height-177-7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105294, "attributes" : { "code" : "height-159-3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105299, "attributes" : { "code" : "height-181-4" } } } ] }, { "count" : 25, "groupEntity" : { "primaryKey" : 67914, "attributes" : { "code" : "width" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105135, "attributes" : { "code" : "width-108" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105144, "attributes" : { "code" : "width-125" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105150, "attributes" : { "code" : "width-141" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105154, "attributes" : { "code" : "width-114-4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105165, "attributes" : { "code" : "width-184-5" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105176, "attributes" : { "code" : "width-112-5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105186, "attributes" : { "code" : "width-117" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105199, "attributes" : { "code" : "width-195-4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105211, "attributes" : { "code" : "width-176-5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105220, "attributes" : { "code" : "width-228" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105251, "attributes" : { "code" : "width-173-4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105261, "attributes" : { "code" : "width-135-5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105276, "attributes" : { "code" : "width-110" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105282, "attributes" : { "code" : "width-112" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105287, "attributes" : { "code" : "width-160" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105295, "attributes" : { "code" : "width-112-4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105300, "attributes" : { "code" : "width-160-5" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "code" : "thickness" } }, "facetStatistics" : [ { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 104078, "attributes" : { "code" : "thickness-6-3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104442, "attributes" : { "code" : "thickness-9" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104457, "attributes" : { "code" : "thickness-8-5" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104471, "attributes" : { "code" : "thickness-8-1" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104485, "attributes" : { "code" : "thickness-7-7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104561, "attributes" : { "code" : "thickness-7-8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104673, "attributes" : { "code" : "thickness-7-2" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104686, "attributes" : { "code" : "thickness-6-7" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104722, "attributes" : { "code" : "thickness-7-9" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 104820, "attributes" : { "code" : "thickness-5-8" } } }, { "requested" : false, "count" : 9, "facetEntity" : { "primaryKey" : 104865, "attributes" : { "code" : "thickness-8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105151, "attributes" : { "code" : "thickness-8-4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105155, "attributes" : { "code" : "thickness-13-6" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105160, "attributes" : { "code" : "thickness-13-5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105171, "attributes" : { "code" : "thickness-6" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105177, "attributes" : { "code" : "thickness-8-8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105187, "attributes" : { "code" : "thickness-8-7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105192, "attributes" : { "code" : "thickness-7-1" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105196, "attributes" : { "code" : "thickness-6-8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105216, "attributes" : { "code" : "thickness-5-95" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105277, "attributes" : { "code" : "thickness-8-35" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105283, "attributes" : { "code" : "thickness-8-66" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105296, "attributes" : { "code" : "thickness-9-2" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105301, "attributes" : { "code" : "thickness-7-6" } } } ] }, { "count" : 35, "groupEntity" : { "primaryKey" : 67916, "attributes" : { "code" : "weight" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104562, "attributes" : { "code" : "weight-480" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105136, "attributes" : { "code" : "weight-158" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105145, "attributes" : { "code" : "weight-205" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105147, "attributes" : { "code" : "weight-208" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105152, "attributes" : { "code" : "weight-188" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105156, "attributes" : { "code" : "weight-256" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105161, "attributes" : { "code" : "weight-321" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105172, "attributes" : { "code" : "weight-185" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105178, "attributes" : { "code" : "weight-160" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105182, "attributes" : { "code" : "weight-165" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105188, "attributes" : { "code" : "weight-182" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105193, "attributes" : { "code" : "weight-150" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105200, "attributes" : { "code" : "weight-445" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105212, "attributes" : { "code" : "weight-385" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105221, "attributes" : { "code" : "weight-570" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105231, "attributes" : { "code" : "weight-265" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105235, "attributes" : { "code" : "weight-155" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105241, "attributes" : { "code" : "weight-145" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105247, "attributes" : { "code" : "weight-228" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105252, "attributes" : { "code" : "weight-300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105258, "attributes" : { "code" : "weight-210" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105262, "attributes" : { "code" : "weight-225" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105269, "attributes" : { "code" : "weight-369" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105278, "attributes" : { "code" : "weight-166" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105284, "attributes" : { "code" : "weight-171" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105288, "attributes" : { "code" : "weight-197" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105292, "attributes" : { "code" : "weight-215" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105297, "attributes" : { "code" : "weight-172" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105302, "attributes" : { "code" : "weight-240-8" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "code" : "battery-capacity" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105137, "attributes" : { "code" : "battery-capacity-2100" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105166, "attributes" : { "code" : "battery-capacity-6300" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105173, "attributes" : { "code" : "battery-capacity-2000" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105179, "attributes" : { "code" : "battery-capacity-300" } } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 105183, "attributes" : { "code" : "battery-capacity-3000" } } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 105194, "attributes" : { "code" : "battery-capacity-1500" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105201, "attributes" : { "code" : "battery-capacity-3700" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105222, "attributes" : { "code" : "battery-capacity-4300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105232, "attributes" : { "code" : "battery-capacity-3150" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105236, "attributes" : { "code" : "battery-capacity-1300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105242, "attributes" : { "code" : "battery-capacity-800" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105248, "attributes" : { "code" : "battery-capacity-1700" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105259, "attributes" : { "code" : "battery-capacity-1900" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105270, "attributes" : { "code" : "battery-capacity-2200" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105273, "attributes" : { "code" : "battery-capacity-2900" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105279, "attributes" : { "code" : "battery-capacity-1000" } } } ] }, { "count" : 23, "groupEntity" : { "primaryKey" : 114007, "attributes" : { "code" : "height-merge" } }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104739, "attributes" : { "code" : "height-158" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105158, "attributes" : { "code" : "height-175-5" } } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 105169, "attributes" : { "code" : "height-156" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105190, "attributes" : { "code" : "height-153" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105205, "attributes" : { "code" : "height-194" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105214, "attributes" : { "code" : "height-165-6" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105227, "attributes" : { "code" : "height-239" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105234, "attributes" : { "code" : "height-161-3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105245, "attributes" : { "code" : "height-134-3" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105257, "attributes" : { "code" : "height-195" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105267, "attributes" : { "code" : "height-236" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105290, "attributes" : { "code" : "height-161-6" } } } ] }, { "count" : 16, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "code" : "width-merge" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105159, "attributes" : { "code" : "width-129-2" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105170, "attributes" : { "code" : "width-137" } } }, { "requested" : false, "count" : 2, "fac
md`.Example `facet-summary-localized-bodies.rest`: md`#L1
expected: <```json { "groups": { "count": 22, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 66505, "type": "Group", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Sale" } } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 112769, "type": "Group", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Special offer" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112770, "type": "Group", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Sell-off" } } } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 112771, "type": "Group", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Recommended" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112772, "type": "Group", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Valentine" } } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 112774, "type": "Group", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "For women" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 112775, "type": "Group", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "For men" } } } } } ] }, "stocks": [ { "count": 41, "groupEntity": null, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 119334, "type": "Stock", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Evita" } } } } } ] } ], "tags": [ { "count": 18, "groupEntity": { "primaryKey": 0, "type": "tagCategory" }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 9, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "Sale" } } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 11, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "Special offer" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 12, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "Sell-off" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 14, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "Valentine" } } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 16, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "For women" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 17, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "For men" } } } } } ] }, { "count": 29, "groupEntity": { "primaryKey": 9, "type": "tagCategory" }, "facetStatistics": [ { "requested": false, "count": 17, "facetEntity": { "primaryKey": 10, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "New" } } } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 13, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "Recommended" } } } } }, { "requested": false, "count": 12, "facetEntity": { "primaryKey": 15, "type": "Tag", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "name": "Gift" } } } } } ] } ], "categories": { "count": 41, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 66473, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "E-readers" } } } } } ] }, "brand": { "count": 41, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105140, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Amazon" } } } } }, { "requested": false, "count": 18, "facetEntity": { "primaryKey": 105168, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Onyx Boox" } } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 105239, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "PocketBook" } } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105281, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Kobo" } } } } } ] }, "parameterValues": [ { "count": 41, "groupEntity": { "primaryKey": 66514, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Operating system" } } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 103880, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Google Android 10 (Q)" } } } } }, { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104459, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Google Android 11 (R)" } } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105138, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Proprietal" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105180, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Google Android 4.4" } } } } }, { "requested": false, "count": 17, "facetEntity": { "primaryKey": 105237, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Linux" } } } } } ] }, { "count": 1, "groupEntity": { "primaryKey": 66515, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Rear camera resolution" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105163, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "16" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66518, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Display type" } } } }, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 105133, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "e-Ink" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66520, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Number of CPU cores" } } } }, "facetStatistics": [ { "requested": false, "count": 8, "facetEntity": { "primaryKey": 103870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "4" } } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 103998, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8" } } } } }, { "requested": false, "count": 22, "facetEntity": { "primaryKey": 105134, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2" } } } } } ] }, { "count": 31, "groupEntity": { "primaryKey": 66533, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Connector" } } } }, "facetStatistics": [ { "requested": false, "count": 31, "facetEntity": { "primaryKey": 103884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Type C" } } } } } ] }, { "count": 18, "groupEntity": { "primaryKey": 67913, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Height" } } } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104493, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105143, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "173" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105164, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "225" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105185, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "170" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105198, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "229.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105210, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "249" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105219, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "310" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105230, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "197.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105250, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "249.2" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105264, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "161" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105275, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159.6" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105286, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "177.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105294, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105299, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "181.4" } } } } } ] }, { "count": 25, "groupEntity": { "primaryKey": 67914, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Width" } } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105135, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "108" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105144, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "125" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105150, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "141" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105154, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "114.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105165, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "184.5" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105176, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "112.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105186, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "117" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105199, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "195.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105211, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "176.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105220, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "228" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105251, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "173.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105261, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "135.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105276, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "110" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105282, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "112" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105287, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "160" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105295, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "112.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105300, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "160.5" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67915, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Thickness" } } } }, "facetStatistics": [ { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104078, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104442, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "9" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104457, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.5" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104471, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.1" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104485, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104561, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104673, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.2" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104686, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.7" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104722, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.9" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104820, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5.8" } } } } }, { "requested": false, "count": 9, "facetEntity": { "primaryKey": 104865, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105151, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105155, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "13.6" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105160, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "13.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105171, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105177, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105187, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105192, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.1" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105196, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105216, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5.95" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105277, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.35" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105283, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.66" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105296, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "9.2" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105301, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.6" } } } } } ] }, { "count": 35, "groupEntity": { "primaryKey": 67916, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Weight" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104562, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "480" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105136, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "158" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105145, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "205" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105147, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "208" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105152, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "188" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105156, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "256" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105161, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "321" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105172, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "185" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105178, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "160" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105182, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "165" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105188, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "182" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105193, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "150" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105200, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "445" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105212, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "385" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105221, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "570" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105231, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "265" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105235, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "155" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105241, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "145" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105247, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "228" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105252, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "300" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105258, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "210" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105262, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "225" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105269, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "369" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105278, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "166" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105284, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "171" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105288, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "197" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105292, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "215" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105297, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "172" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105302, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "240.8" } }
md`.Example `facet-summary-of-reference-localized-bodies.graphql`: md`#L1
expected: <```json { "parameterValues": [ { "count": 41, "groupEntity": { "primaryKey": 66514, "attributes": { "name": "Operating system" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 103880, "attributes": { "name": "Google Android 10 (Q)" } } }, { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104459, "attributes": { "name": "Google Android 11 (R)" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105138, "attributes": { "name": "Proprietal" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105180, "attributes": { "name": "Google Android 4.4" } } }, { "requested": false, "count": 17, "facetEntity": { "primaryKey": 105237, "attributes": { "name": "Linux" } } } ] }, { "count": 1, "groupEntity": { "primaryKey": 66515, "attributes": { "name": "Rear camera resolution" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105163, "attributes": { "name": "16" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66518, "attributes": { "name": "Display type" } }, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 105133, "attributes": { "name": "e-Ink" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66520, "attributes": { "name": "Number of CPU cores" } }, "facetStatistics": [ { "requested": false, "count": 8, "facetEntity": { "primaryKey": 103870, "attributes": { "name": "4" } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 103998, "attributes": { "name": "8" } } }, { "requested": false, "count": 22, "facetEntity": { "primaryKey": 105134, "attributes": { "name": "2" } } } ] }, { "count": 31, "groupEntity": { "primaryKey": 66533, "attributes": { "name": "Connector" } }, "facetStatistics": [ { "requested": false, "count": 31, "facetEntity": { "primaryKey": 103884, "attributes": { "name": "Type C" } } } ] }, { "count": 18, "groupEntity": { "primaryKey": 67913, "attributes": { "name": "Height" } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104493, "attributes": { "name": "159" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105143, "attributes": { "name": "173" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105164, "attributes": { "name": "225" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105185, "attributes": { "name": "170" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105198, "attributes": { "name": "229.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105210, "attributes": { "name": "249" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105219, "attributes": { "name": "310" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105230, "attributes": { "name": "197.3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105250, "attributes": { "name": "249.2" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105264, "attributes": { "name": "161" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105275, "attributes": { "name": "159.6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105286, "attributes": { "name": "177.7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105294, "attributes": { "name": "159.3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105299, "attributes": { "name": "181.4" } } } ] }, { "count": 25, "groupEntity": { "primaryKey": 67914, "attributes": { "name": "Width" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105135, "attributes": { "name": "108" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105144, "attributes": { "name": "125" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105150, "attributes": { "name": "141" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105154, "attributes": { "name": "114.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105165, "attributes": { "name": "184.5" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105176, "attributes": { "name": "112.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105186, "attributes": { "name": "117" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105199, "attributes": { "name": "195.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105211, "attributes": { "name": "176.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105220, "attributes": { "name": "228" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105251, "attributes": { "name": "173.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105261, "attributes": { "name": "135.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105276, "attributes": { "name": "110" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105282, "attributes": { "name": "112" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105287, "attributes": { "name": "160" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105295, "attributes": { "name": "112.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105300, "attributes": { "name": "160.5" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67915, "attributes": { "name": "Thickness" } }, "facetStatistics": [ { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104078, "attributes": { "name": "6.3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104442, "attributes": { "name": "9" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104457, "attributes": { "name": "8.5" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104471, "attributes": { "name": "8.1" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104485, "attributes": { "name": "7.7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104561, "attributes": { "name": "7.8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104673, "attributes": { "name": "7.2" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104686, "attributes": { "name": "6.7" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104722, "attributes": { "name": "7.9" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104820, "attributes": { "name": "5.8" } } }, { "requested": false, "count": 9, "facetEntity": { "primaryKey": 104865, "attributes": { "name": "8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105151, "attributes": { "name": "8.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105155, "attributes": { "name": "13.6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105160, "attributes": { "name": "13.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105171, "attributes": { "name": "6" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105177, "attributes": { "name": "8.8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105187, "attributes": { "name": "8.7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105192, "attributes": { "name": "7.1" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105196, "attributes": { "name": "6.8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105216, "attributes": { "name": "5.95" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105277, "attributes": { "name": "8.35" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105283, "attributes": { "name": "8.66" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105296, "attributes": { "name": "9.2" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105301, "attributes": { "name": "7.6" } } } ] }, { "count": 35, "groupEntity": { "primaryKey": 67916, "attributes": { "name": "Weight" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104562, "attributes": { "name": "480" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105136, "attributes": { "name": "158" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105145, "attributes": { "name": "205" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105147, "attributes": { "name": "208" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105152, "attributes": { "name": "188" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105156, "attributes": { "name": "256" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105161, "attributes": { "name": "321" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105172, "attributes": { "name": "185" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105178, "attributes": { "name": "160" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105182, "attributes": { "name": "165" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105188, "attributes": { "name": "182" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105193, "attributes": { "name": "150" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105200, "attributes": { "name": "445" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105212, "attributes": { "name": "385" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105221, "attributes": { "name": "570" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105231, "attributes": { "name": "265" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105235, "attributes": { "name": "155" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105241, "attributes": { "name": "145" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105247, "attributes": { "name": "228" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105252, "attributes": { "name": "300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105258, "attributes": { "name": "210" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105262, "attributes": { "name": "225" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105269, "attributes": { "name": "369" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105278, "attributes": { "name": "166" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105284, "attributes": { "name": "171" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105288, "attributes": { "name": "197" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105292, "attributes": { "name": "215" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105297, "attributes": { "name": "172" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105302, "attributes": { "name": "240.8" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67917, "attributes": { "name": "Battery capacity" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105137, "attributes": { "name": "2100" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105166, "attributes": { "name": "6300" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105173, "attributes": { "name": "2000" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105179, "attributes": { "name": "300" } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105183, "attributes": { "name": "3000" } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105194, "attributes": { "name": "1500" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105201, "attributes": { "name": "3700" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105222, "attributes": { "name": "4300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105232, "attributes": { "name": "3150" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105236, "attributes": { "name": "1300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105242, "attributes": { "name": "800" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105248, "attributes": { "name": "1700" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105259, "attributes": { "name": "1900" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105270, "attributes": { "name": "2200" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105273, "attributes": { "name": "2900" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105279, "attributes": { "name": "1000" } } } ] }, { "count": 23, "groupEntity": { "primaryKey": 114007, "attributes": { "name": "Height" } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104739, "attributes": { "name": "158" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105158, "attributes": { "name": "175.5" } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105169, "attributes": { "name": "156" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105190, "attributes": { "name": "153" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105205, "attributes": { "name": "194" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105214, "attributes": { "name": "165.6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105227, "attributes": { "name": "239" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105234, "attributes": { "name": "161.3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105245, "attributes": { "name": "134.3" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105257, "attributes": { "name": "195" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105267, "attributes": { "name": "236" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105290, "attributes": { "name": "161.6" } } } ] }, { "count": 16, "groupEntity": { "primaryKey": 114008, "attributes": { "name": "Width" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105159, "attributes": { "name": "129.2" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105170, "attributes": { "name": "137" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105191, "attributes": { "name": "107" } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105206, "attributes": { "name": "136.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105215, "attributes": { "name": "130.8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105225, "attributes": { "name": "121.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105228, "attributes": { "name": "168" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105246, "attributes": { "name": "155" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105268, "attributes": { "name": "173" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105291, "attributes": { "name": "144.6" } } } ] }, { "count": 6, "groupEntity": { "primaryKey": 114009, "attributes": { "name": "Weigth" } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104736, "attributes": { "name": "420" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105207, "attributes": { "name": "235" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105217, "attributes": { "name": "170" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 114010, "attributes": { "name": "Connector" } }, "facetStatistics": [ { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104525, "attributes": { "name": "Micro USB" } } }, { "requested": false, "count": 31, "facetEntity": { "primaryKey": 114011, "attributes": { "name": "USB" } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 41, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "name" : "Operating system" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 103880, "attributes" : { "name" : "Google Android 10 (Q)" } } }, { "requested" : false, "count" : 10, "facetEntity" : { "primaryKey" : 104459, "attributes" : { "name" : "Google Android 11 (R)" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105138, "attributes" : { "name" : "Proprietal" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105180, "attributes" : { "name" : "Google Android 4.4" } } }, { "requested" : false, "count" : 17, "facetEntity" : { "primaryKey" : 105237, "attributes" : { "name" : "Linux" } } } ] }, { "count" : 1, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "name" : "Rear camera resolution" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105163, "attributes" : { "name" : "16" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "name" : "Display type" } }, "facetStatistics" : [ { "requested" : false, "count" : 41, "facetEntity" : { "primaryKey" : 105133, "attributes" : { "name" : "e-Ink" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "name" : "Number of CPU cores" } }, "facetStatistics" : [ { "requested" : false, "count" : 8, "facetEntity" : { "primaryKey" : 103870, "attributes" : { "name" : "4" } } }, { "requested" : false, "count" : 11, "facetEntity" : { "primaryKey" : 103998, "attributes" : { "name" : "8" } } }, { "requested" : false, "count" : 22, "facetEntity" : { "primaryKey" : 105134, "attributes" : { "name" : "2" } } } ] }, { "count" : 31, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "name" : "Connector" } }, "facetStatistics" : [ { "requested" : false, "count" : 31, "facetEntity" : { "primaryKey" : 103884, "attributes" : { "name" : "Type C" } } } ] }, { "count" : 18, "groupEntity" : { "primaryKey" : 67913, "attributes" : { "name" : "Height" } }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104493, "attributes" : { "name" : "159" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105143, "attributes" : { "name" : "173" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105164, "attributes" : { "name" : "225" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105185, "attributes" : { "name" : "170" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105198, "attributes" : { "name" : "229.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105210, "attributes" : { "name" : "249" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105219, "attributes" : { "name" : "310" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105230, "attributes" : { "name" : "197.3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105250, "attributes" : { "name" : "249.2" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105264, "attributes" : { "name" : "161" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105275, "attributes" : { "name" : "159.6" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105286, "attributes" : { "name" : "177.7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105294, "attributes" : { "name" : "159.3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105299, "attributes" : { "name" : "181.4" } } } ] }, { "count" : 25, "groupEntity" : { "primaryKey" : 67914, "attributes" : { "name" : "Width" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105135, "attributes" : { "name" : "108" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105144, "attributes" : { "name" : "125" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105150, "attributes" : { "name" : "141" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105154, "attributes" : { "name" : "114.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105165, "attributes" : { "name" : "184.5" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105176, "attributes" : { "name" : "112.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105186, "attributes" : { "name" : "117" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105199, "attributes" : { "name" : "195.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105211, "attributes" : { "name" : "176.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105220, "attributes" : { "name" : "228" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105251, "attributes" : { "name" : "173.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105261, "attributes" : { "name" : "135.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105276, "attributes" : { "name" : "110" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105282, "attributes" : { "name" : "112" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105287, "attributes" : { "name" : "160" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105295, "attributes" : { "name" : "112.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105300, "attributes" : { "name" : "160.5" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "name" : "Thickness" } }, "facetStatistics" : [ { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 104078, "attributes" : { "name" : "6.3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104442, "attributes" : { "name" : "9" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104457, "attributes" : { "name" : "8.5" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104471, "attributes" : { "name" : "8.1" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104485, "attributes" : { "name" : "7.7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104561, "attributes" : { "name" : "7.8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104673, "attributes" : { "name" : "7.2" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104686, "attributes" : { "name" : "6.7" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104722, "attributes" : { "name" : "7.9" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 104820, "attributes" : { "name" : "5.8" } } }, { "requested" : false, "count" : 9, "facetEntity" : { "primaryKey" : 104865, "attributes" : { "name" : "8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105151, "attributes" : { "name" : "8.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105155, "attributes" : { "name" : "13.6" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105160, "attributes" : { "name" : "13.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105171, "attributes" : { "name" : "6" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105177, "attributes" : { "name" : "8.8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105187, "attributes" : { "name" : "8.7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105192, "attributes" : { "name" : "7.1" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105196, "attributes" : { "name" : "6.8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105216, "attributes" : { "name" : "5.95" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105277, "attributes" : { "name" : "8.35" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105283, "attributes" : { "name" : "8.66" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105296, "attributes" : { "name" : "9.2" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105301, "attributes" : { "name" : "7.6" } } } ] }, { "count" : 35, "groupEntity" : { "primaryKey" : 67916, "attributes" : { "name" : "Weight" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104562, "attributes" : { "name" : "480" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105136, "attributes" : { "name" : "158" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105145, "attributes" : { "name" : "205" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105147, "attributes" : { "name" : "208" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105152, "attributes" : { "name" : "188" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105156, "attributes" : { "name" : "256" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105161, "attributes" : { "name" : "321" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105172, "attributes" : { "name" : "185" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105178, "attributes" : { "name" : "160" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105182, "attributes" : { "name" : "165" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105188, "attributes" : { "name" : "182" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105193, "attributes" : { "name" : "150" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105200, "attributes" : { "name" : "445" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105212, "attributes" : { "name" : "385" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105221, "attributes" : { "name" : "570" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105231, "attributes" : { "name" : "265" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105235, "attributes" : { "name" : "155" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105241, "attributes" : { "name" : "145" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105247, "attributes" : { "name" : "228" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105252, "attributes" : { "name" : "300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105258, "attributes" : { "name" : "210" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105262, "attributes" : { "name" : "225" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105269, "attributes" : { "name" : "369" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105278, "attributes" : { "name" : "166" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105284, "attributes" : { "name" : "171" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105288, "attributes" : { "name" : "197" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105292, "attributes" : { "name" : "215" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105297, "attributes" : { "name" : "172" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105302, "attributes" : { "name" : "240.8" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "name" : "Battery capacity" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105137, "attributes" : { "name" : "2100" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105166, "attributes" : { "name" : "6300" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105173, "attributes" : { "name" : "2000" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105179, "attributes" : { "name" : "300" } } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 105183, "attributes" : { "name" : "3000" } } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 105194, "attributes" : { "name" : "1500" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105201, "attributes" : { "name" : "3700" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105222, "attributes" : { "name" : "4300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105232, "attributes" : { "name" : "3150" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105236, "attributes" : { "name" : "1300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105242, "attributes" : { "name" : "800" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105248, "attributes" : { "name" : "1700" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105259, "attributes" : { "name" : "1900" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105270, "attributes" : { "name" : "2200" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105273, "attributes" : { "name" : "2900" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105279, "attributes" : { "name" : "1000" } } } ] }, { "count" : 23, "groupEntity" : { "primaryKey" : 114007, "attributes" : { "name" : "Height" } }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104739, "attributes" : { "name" : "158" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105158, "attributes" : { "name" : "175.5" } } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 105169, "attributes" : { "name" : "156" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105190, "attributes" : { "name" : "153" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105205, "attributes" : { "name" : "194" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105214, "attributes" : { "name" : "165.6" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105227, "attributes" : { "name" : "239" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105234, "attributes" : { "name" : "161.3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105245, "attributes" : { "name" : "134.3" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105257, "attributes" : { "name" : "195" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105267, "attributes" : { "name" : "236" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105290, "attributes" : { "name" : "161.6" } } } ] }, { "count" : 16, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "name" : "Width" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105159, "attributes" : { "name" : "129.2" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105170, "attributes" : { "name" : "137" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105191, "attributes" : { "name" : "107" } } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 105206, "attributes" : { "name" : "136.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105215, "attributes" : { "name" : "130.8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105225, "attributes" : { "name" : "121.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105228, "attributes" : { "name" : "168" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105246, "attributes" : { "name" : "155" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105268, "attributes" : { "name" : "173" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105291, "attributes" : { "name" : "144.6" } } } ] }, { "count" : 6, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "name" : "Weigth" } }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104736, "attributes" : { "name" : "420" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105207, "attributes" : { "name" : "235" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105217
md`.Example `facet-summary-of-reference-filtering.graphql`: md`#L1
expected: <```json { "parameterValues": [ { "count": 39, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system" } }, "facetStatistics": [ { "requested": false, "count": 29, "facetEntity": { "primaryKey": 104630, "attributes": { "code": "operating-system-huawei-harmon" } } }, { "requested": false, "count": 7, "facetEntity": { "primaryKey": 108443, "attributes": { "code": "operating-system-wearos" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 108475, "attributes": { "code": "operating-system-harmonyos" } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 39, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system" } }, "facetStatistics" : [ { "requested" : false, "count" : 29, "facetEntity" : { "primaryKey" : 104630, "attributes" : { "code" : "operating-system-huawei-harmon" } } }, { "requested" : false, "count" : 7, "facetEntity" : { "primaryKey" : 108443, "attributes" : { "code" : "operating-system-wearos" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 108475, "attributes" : { "code" : "operating-system-harmonyos" } } } ] } ] } ```>
md`.Example `facet-summary-of-reference-filtering.rest`: md`#L1
expected: <```json { "parameterValues": [ { "count": 39, "groupEntity": { "primaryKey": 66514, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "operating-system" } } }, "facetStatistics": [ { "requested": false, "count": 29, "facetEntity": { "primaryKey": 104630, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "operating-system-huawei-harmon" } } } }, { "requested": false, "count": 7, "facetEntity": { "primaryKey": 108443, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "operating-system-wearos" } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 108475, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "operating-system-harmonyos" } } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 39, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "operating-system" } } }, "facetStatistics" : [ { "requested" : false, "count" : 29, "facetEntity" : { "primaryKey" : 104630, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "operating-system-huawei-harmon" } } } }, { "requested" : false, "count" : 7, "facetEntity" : { "primaryKey" : 108443, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "operating-system-wearos" } } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 108475, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "operating-system-harmonyos" } } } } ] } ] } ```>
md`.Example `facet-summary-of-reference-ordering.rest`: md`#L1
expected: <```json { "parameterValues": [ { "count": 41, "groupEntity": { "primaryKey": 67917, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Battery capacity" } } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105279, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1000" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105236, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1300" } } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105194, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1500" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105248, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1700" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105259, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1900" } } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105173, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2000" } } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105137, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2100" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105270, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2200" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105273, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2900" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105179, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "300" } } } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105183, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "3000" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105232, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "3150" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105201, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "3700" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105222, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "4300" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105166, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6300" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105242, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "800" } } } } } ] }, { "count": 31, "groupEntity": { "primaryKey": 66533, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Connector" } } } }, "facetStatistics": [ { "requested": false, "count": 31, "facetEntity": { "primaryKey": 103884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Type C" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 114010, "type": "Parameter", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Connector" } } } }, "facetStatistics": [ { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104525, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Micro USB" } } } } }, { "requested": false, "count": 31, "facetEntity": { "primaryKey": 114011, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "USB" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66518, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Display type" } } } }, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 105133, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "e-Ink" } } } } } ] }, { "count": 18, "groupEntity": { "primaryKey": 67913, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Height" } } } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104493, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105294, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105275, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159.6" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105264, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "161" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105185, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "170" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105143, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "173" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105286, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "177.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105299, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "181.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105230, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "197.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105164, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "225" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105198, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "229.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105210, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "249" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105250, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "249.2" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105219, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "310" } } } } } ] }, { "count": 23, "groupEntity": { "primaryKey": 114007, "type": "Parameter", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Height" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105245, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "134.3" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105190, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "153" } } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105169, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "156" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104739, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "158" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105234, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "161.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105290, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "161.6" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105214, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "165.6" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105158, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "175.5" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105205, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "194" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105257, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "195" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105267, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "236" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105227, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "239" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66520, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Number of CPU cores" } } } }, "facetStatistics": [ { "requested": false, "count": 22, "facetEntity": { "primaryKey": 105134, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2" } } } } }, { "requested": false, "count": 8, "facetEntity": { "primaryKey": 103870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "4" } } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 103998, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66514, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Operating system" } } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 103880, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Google Android 10 (Q)" } } } } }, { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104459, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Google Android 11 (R)" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105180, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Google Android 4.4" } } } } }, { "requested": false, "count": 17, "facetEntity": { "primaryKey": 105237, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Linux" } } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105138, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Proprietal" } } } } } ] }, { "count": 1, "groupEntity": { "primaryKey": 66515, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Rear camera resolution" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105163, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "16" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67915, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Thickness" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105160, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "13.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105155, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "13.6" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104820, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105216, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5.95" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105171, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104078, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104686, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105196, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105192, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.1" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104673, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.2" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105301, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.6" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104485, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104561, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.8" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104722, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.9" } } } } }, { "requested": false, "count": 9, "facetEntity": { "primaryKey": 104865, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104471, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.1" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105277, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.35" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105151, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104457, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105283, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.66" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105187, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.7" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105177, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104442, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "9" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105296, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "9.2" } } } } } ] }, { "count": 35, "groupEntity": { "primaryKey": 67916, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Weight" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105241, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "145" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105193, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "150" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105235, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "155" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105136, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "158" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105178, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "160" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105182, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "165" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105278, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "166" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105284, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "171" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105297, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "172" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105188, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "182" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105172, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "185" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105152, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "188" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105288, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "197" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105145, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "205" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105147, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "208" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105258, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "210" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105292, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "215" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105262, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "225" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105247, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "228" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105302, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "240.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105156, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "256" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105231, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "265" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105252, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "300" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105161, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "321" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105269, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "369" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105212, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "385" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105200, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "445" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104562, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "480" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105221, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "570" } } } } } ] }, { "count": 6, "groupEntity": { "primaryKey": 114009, "type": "Parameter", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Weigth" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105217, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "170" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105207, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "235" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104736, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "420" } } } } } ] }, { "count": 25, "groupEntity": { "primaryKey": 67914, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Width" } } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105135, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "108" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105276, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "110" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105282, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "112" } } } } }, { "requested": false,
md`.Example `facet-summary-of-reference-ordering.graphql`: md`#L1
expected: <```json { "parameterValues": [ { "count": 41, "groupEntity": { "primaryKey": 67917, "attributes": { "name": "Battery capacity" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105279, "attributes": { "name": "1000" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105236, "attributes": { "name": "1300" } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105194, "attributes": { "name": "1500" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105248, "attributes": { "name": "1700" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105259, "attributes": { "name": "1900" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105173, "attributes": { "name": "2000" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105137, "attributes": { "name": "2100" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105270, "attributes": { "name": "2200" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105273, "attributes": { "name": "2900" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105179, "attributes": { "name": "300" } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105183, "attributes": { "name": "3000" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105232, "attributes": { "name": "3150" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105201, "attributes": { "name": "3700" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105222, "attributes": { "name": "4300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105166, "attributes": { "name": "6300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105242, "attributes": { "name": "800" } } } ] }, { "count": 31, "groupEntity": { "primaryKey": 66533, "attributes": { "name": "Connector" } }, "facetStatistics": [ { "requested": false, "count": 31, "facetEntity": { "primaryKey": 103884, "attributes": { "name": "Type C" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 114010, "attributes": { "name": "Connector" } }, "facetStatistics": [ { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104525, "attributes": { "name": "Micro USB" } } }, { "requested": false, "count": 31, "facetEntity": { "primaryKey": 114011, "attributes": { "name": "USB" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66518, "attributes": { "name": "Display type" } }, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 105133, "attributes": { "name": "e-Ink" } } } ] }, { "count": 18, "groupEntity": { "primaryKey": 67913, "attributes": { "name": "Height" } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104493, "attributes": { "name": "159" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105294, "attributes": { "name": "159.3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105275, "attributes": { "name": "159.6" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105264, "attributes": { "name": "161" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105185, "attributes": { "name": "170" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105143, "attributes": { "name": "173" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105286, "attributes": { "name": "177.7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105299, "attributes": { "name": "181.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105230, "attributes": { "name": "197.3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105164, "attributes": { "name": "225" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105198, "attributes": { "name": "229.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105210, "attributes": { "name": "249" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105250, "attributes": { "name": "249.2" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105219, "attributes": { "name": "310" } } } ] }, { "count": 23, "groupEntity": { "primaryKey": 114007, "attributes": { "name": "Height" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105245, "attributes": { "name": "134.3" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105190, "attributes": { "name": "153" } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105169, "attributes": { "name": "156" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104739, "attributes": { "name": "158" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105234, "attributes": { "name": "161.3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105290, "attributes": { "name": "161.6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105214, "attributes": { "name": "165.6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105158, "attributes": { "name": "175.5" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105205, "attributes": { "name": "194" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105257, "attributes": { "name": "195" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105267, "attributes": { "name": "236" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105227, "attributes": { "name": "239" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66520, "attributes": { "name": "Number of CPU cores" } }, "facetStatistics": [ { "requested": false, "count": 22, "facetEntity": { "primaryKey": 105134, "attributes": { "name": "2" } } }, { "requested": false, "count": 8, "facetEntity": { "primaryKey": 103870, "attributes": { "name": "4" } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 103998, "attributes": { "name": "8" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66514, "attributes": { "name": "Operating system" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 103880, "attributes": { "name": "Google Android 10 (Q)" } } }, { "requested": false, "count": 10, "facetEntity": { "primaryKey": 104459, "attributes": { "name": "Google Android 11 (R)" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105180, "attributes": { "name": "Google Android 4.4" } } }, { "requested": false, "count": 17, "facetEntity": { "primaryKey": 105237, "attributes": { "name": "Linux" } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105138, "attributes": { "name": "Proprietal" } } } ] }, { "count": 1, "groupEntity": { "primaryKey": 66515, "attributes": { "name": "Rear camera resolution" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105163, "attributes": { "name": "16" } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67915, "attributes": { "name": "Thickness" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105160, "attributes": { "name": "13.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105155, "attributes": { "name": "13.6" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104820, "attributes": { "name": "5.8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105216, "attributes": { "name": "5.95" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105171, "attributes": { "name": "6" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104078, "attributes": { "name": "6.3" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104686, "attributes": { "name": "6.7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105196, "attributes": { "name": "6.8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105192, "attributes": { "name": "7.1" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104673, "attributes": { "name": "7.2" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105301, "attributes": { "name": "7.6" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104485, "attributes": { "name": "7.7" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104561, "attributes": { "name": "7.8" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104722, "attributes": { "name": "7.9" } } }, { "requested": false, "count": 9, "facetEntity": { "primaryKey": 104865, "attributes": { "name": "8" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104471, "attributes": { "name": "8.1" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105277, "attributes": { "name": "8.35" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105151, "attributes": { "name": "8.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104457, "attributes": { "name": "8.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105283, "attributes": { "name": "8.66" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105187, "attributes": { "name": "8.7" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105177, "attributes": { "name": "8.8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104442, "attributes": { "name": "9" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105296, "attributes": { "name": "9.2" } } } ] }, { "count": 35, "groupEntity": { "primaryKey": 67916, "attributes": { "name": "Weight" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105241, "attributes": { "name": "145" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105193, "attributes": { "name": "150" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105235, "attributes": { "name": "155" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105136, "attributes": { "name": "158" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105178, "attributes": { "name": "160" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105182, "attributes": { "name": "165" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105278, "attributes": { "name": "166" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105284, "attributes": { "name": "171" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105297, "attributes": { "name": "172" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105188, "attributes": { "name": "182" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105172, "attributes": { "name": "185" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105152, "attributes": { "name": "188" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105288, "attributes": { "name": "197" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105145, "attributes": { "name": "205" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105147, "attributes": { "name": "208" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105258, "attributes": { "name": "210" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105292, "attributes": { "name": "215" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105262, "attributes": { "name": "225" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105247, "attributes": { "name": "228" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105302, "attributes": { "name": "240.8" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105156, "attributes": { "name": "256" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105231, "attributes": { "name": "265" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105252, "attributes": { "name": "300" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105161, "attributes": { "name": "321" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105269, "attributes": { "name": "369" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105212, "attributes": { "name": "385" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105200, "attributes": { "name": "445" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104562, "attributes": { "name": "480" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105221, "attributes": { "name": "570" } } } ] }, { "count": 6, "groupEntity": { "primaryKey": 114009, "attributes": { "name": "Weigth" } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105217, "attributes": { "name": "170" } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105207, "attributes": { "name": "235" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104736, "attributes": { "name": "420" } } } ] }, { "count": 25, "groupEntity": { "primaryKey": 67914, "attributes": { "name": "Width" } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105135, "attributes": { "name": "108" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105276, "attributes": { "name": "110" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105282, "attributes": { "name": "112" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105295, "attributes": { "name": "112.4" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105176, "attributes": { "name": "112.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105154, "attributes": { "name": "114.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105186, "attributes": { "name": "117" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105144, "attributes": { "name": "125" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105261, "attributes": { "name": "135.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105150, "attributes": { "name": "141" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105287, "attributes": { "name": "160" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105300, "attributes": { "name": "160.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105251, "attributes": { "name": "173.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105211, "attributes": { "name": "176.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105165, "attributes": { "name": "184.5" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105199, "attributes": { "name": "195.4" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105220, "attributes": { "name": "228" } } } ] }, { "count": 16, "groupEntity": { "primaryKey": 114008, "attributes": { "name": "Width" } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105191, "attributes": { "name": "107" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105225, "attributes": { "name": "121.5" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105159, "attributes": { "name": "129.2" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105215, "attributes": { "name": "130.8" } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105206, "attributes": { "name": "136.5" } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105170, "attributes": { "name": "137" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105291, "attributes": { "name": "144.6" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105246, "attributes": { "name": "155" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105228, "attributes": { "name": "168" } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105268, "attributes": { "name": "173" } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 41, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "name" : "Battery capacity" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105279, "attributes" : { "name" : "1000" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105236, "attributes" : { "name" : "1300" } } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 105194, "attributes" : { "name" : "1500" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105248, "attributes" : { "name" : "1700" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105259, "attributes" : { "name" : "1900" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105173, "attributes" : { "name" : "2000" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105137, "attributes" : { "name" : "2100" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105270, "attributes" : { "name" : "2200" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105273, "attributes" : { "name" : "2900" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105179, "attributes" : { "name" : "300" } } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 105183, "attributes" : { "name" : "3000" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105232, "attributes" : { "name" : "3150" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105201, "attributes" : { "name" : "3700" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105222, "attributes" : { "name" : "4300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105166, "attributes" : { "name" : "6300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105242, "attributes" : { "name" : "800" } } } ] }, { "count" : 31, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "name" : "Connector" } }, "facetStatistics" : [ { "requested" : false, "count" : 31, "facetEntity" : { "primaryKey" : 103884, "attributes" : { "name" : "Type C" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 114010, "attributes" : { "name" : "Connector" } }, "facetStatistics" : [ { "requested" : false, "count" : 10, "facetEntity" : { "primaryKey" : 104525, "attributes" : { "name" : "Micro USB" } } }, { "requested" : false, "count" : 31, "facetEntity" : { "primaryKey" : 114011, "attributes" : { "name" : "USB" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "name" : "Display type" } }, "facetStatistics" : [ { "requested" : false, "count" : 41, "facetEntity" : { "primaryKey" : 105133, "attributes" : { "name" : "e-Ink" } } } ] }, { "count" : 18, "groupEntity" : { "primaryKey" : 67913, "attributes" : { "name" : "Height" } }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104493, "attributes" : { "name" : "159" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105294, "attributes" : { "name" : "159.3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105275, "attributes" : { "name" : "159.6" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105264, "attributes" : { "name" : "161" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105185, "attributes" : { "name" : "170" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105143, "attributes" : { "name" : "173" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105286, "attributes" : { "name" : "177.7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105299, "attributes" : { "name" : "181.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105230, "attributes" : { "name" : "197.3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105164, "attributes" : { "name" : "225" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105198, "attributes" : { "name" : "229.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105210, "attributes" : { "name" : "249" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105250, "attributes" : { "name" : "249.2" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105219, "attributes" : { "name" : "310" } } } ] }, { "count" : 23, "groupEntity" : { "primaryKey" : 114007, "attributes" : { "name" : "Height" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105245, "attributes" : { "name" : "134.3" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105190, "attributes" : { "name" : "153" } } }, { "requested" : false, "count" : 4, "facetEntity" : { "primaryKey" : 105169, "attributes" : { "name" : "156" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104739, "attributes" : { "name" : "158" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105234, "attributes" : { "name" : "161.3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105290, "attributes" : { "name" : "161.6" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105214, "attributes" : { "name" : "165.6" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105158, "attributes" : { "name" : "175.5" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105205, "attributes" : { "name" : "194" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105257, "attributes" : { "name" : "195" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105267, "attributes" : { "name" : "236" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105227, "attributes" : { "name" : "239" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "name" : "Number of CPU cores" } }, "facetStatistics" : [ { "requested" : false, "count" : 22, "facetEntity" : { "primaryKey" : 105134, "attributes" : { "name" : "2" } } }, { "requested" : false, "count" : 8, "facetEntity" : { "primaryKey" : 103870, "attributes" : { "name" : "4" } } }, { "requested" : false, "count" : 11, "facetEntity" : { "primaryKey" : 103998, "attributes" : { "name" : "8" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "name" : "Operating system" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 103880, "attributes" : { "name" : "Google Android 10 (Q)" } } }, { "requested" : false, "count" : 10, "facetEntity" : { "primaryKey" : 104459, "attributes" : { "name" : "Google Android 11 (R)" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105180, "attributes" : { "name" : "Google Android 4.4" } } }, { "requested" : false, "count" : 17, "facetEntity" : { "primaryKey" : 105237, "attributes" : { "name" : "Linux" } } }, { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105138, "attributes" : { "name" : "Proprietal" } } } ] }, { "count" : 1, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "name" : "Rear camera resolution" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105163, "attributes" : { "name" : "16" } } } ] }, { "count" : 41, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "name" : "Thickness" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105160, "attributes" : { "name" : "13.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105155, "attributes" : { "name" : "13.6" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 104820, "attributes" : { "name" : "5.8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105216, "attributes" : { "name" : "5.95" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105171, "attributes" : { "name" : "6" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 104078, "attributes" : { "name" : "6.3" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104686, "attributes" : { "name" : "6.7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105196, "attributes" : { "name" : "6.8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105192, "attributes" : { "name" : "7.1" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104673, "attributes" : { "name" : "7.2" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105301, "attributes" : { "name" : "7.6" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104485, "attributes" : { "name" : "7.7" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104561, "attributes" : { "name" : "7.8" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104722, "attributes" : { "name" : "7.9" } } }, { "requested" : false, "count" : 9, "facetEntity" : { "primaryKey" : 104865, "attributes" : { "name" : "8" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104471, "attributes" : { "name" : "8.1" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105277, "attributes" : { "name" : "8.35" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105151, "attributes" : { "name" : "8.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104457, "attributes" : { "name" : "8.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105283, "attributes" : { "name" : "8.66" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105187, "attributes" : { "name" : "8.7" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105177, "attributes" : { "name" : "8.8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104442, "attributes" : { "name" : "9" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105296, "attributes" : { "name" : "9.2" } } } ] }, { "count" : 35, "groupEntity" : { "primaryKey" : 67916, "attributes" : { "name" : "Weight" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105241, "attributes" : { "name" : "145" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105193, "attributes" : { "name" : "150" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105235, "attributes" : { "name" : "155" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105136, "attributes" : { "name" : "158" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105178, "attributes" : { "name" : "160" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105182, "attributes" : { "name" : "165" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105278, "attributes" : { "name" : "166" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105284, "attributes" : { "name" : "171" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105297, "attributes" : { "name" : "172" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105188, "attributes" : { "name" : "182" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105172, "attributes" : { "name" : "185" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105152, "attributes" : { "name" : "188" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105288, "attributes" : { "name" : "197" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105145, "attributes" : { "name" : "205" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105147, "attributes" : { "name" : "208" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105258, "attributes" : { "name" : "210" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105292, "attributes" : { "name" : "215" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105262, "attributes" : { "name" : "225" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105247, "attributes" : { "name" : "228" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105302, "attributes" : { "name" : "240.8" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105156, "attributes" : { "name" : "256" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105231, "attributes" : { "name" : "265" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105252, "attributes" : { "name" : "300" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105161, "attributes" : { "name" : "321" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105269, "attributes" : { "name" : "369" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105212, "attributes" : { "name" : "385" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105200, "attributes" : { "name" : "445" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 104562, "attributes" : { "name" : "480" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105221, "attributes" : { "name" : "570" } } } ] }, { "count" : 6, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "name" : "Weigth" } }, "facetStatistics" : [ { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105217, "attributes" : { "name" : "170" } } }, { "requested" : false, "count" : 3, "facetEntity" : { "primaryKey" : 105207, "attributes" : { "name" : "235" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 104736, "attributes" : { "name" : "420" } } } ] }, { "count" : 25, "groupEntity" : { "primaryKey" : 67914, "attributes" : { "name" : "Width" } }, "facetStatistics" : [ { "requested" : false, "count" : 6, "facetEntity" : { "primaryKey" : 105135, "attributes" : { "name" : "108" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105276, "attributes" : { "name" : "110" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105282, "attributes" : { "name" : "112" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105295, "attributes" : { "name" : "112.4" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105176, "attributes" : { "name" : "112.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105154, "attributes" : { "name" : "114.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105186, "attributes" : { "name" : "117" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105144, "attributes" : { "name" : "125" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105261, "attributes" : { "name" : "135.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105150, "attributes" : { "name" : "141" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105287, "attributes" : { "name" : "160" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105300, "attributes" : { "name" : "160.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105251, "attributes" : { "name" : "173.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105211, "attributes" : { "name" : "176.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105165, "attributes" : { "name" : "184.5" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105199, "attributes" : { "name" : "195.4" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105220, "attributes" : { "name" : "228" } } } ] }, { "count" : 16, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "name" : "Width" } }, "facetStatistics" : [ { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105191, "attributes" : { "name" : "107" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105225, "attributes" : { "name" : "121.5" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105159, "attributes" : { "name" : "129.2" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105215, "attributes" : { "name" : "130.8" } } }, { "requested" : false, "count" : 5, "facetEntity" : { "primaryKey" : 105206, "attributes" : { "name" : "136.5" } } }, { "requested" : false, "count" : 2, "facetEntity" : { "primaryKey" : 105170, "attributes" : { "name" : "137" } } }, { "requested" : false, "count" : 1, "facetEntity" : { "primaryKey" : 105291, "att
md`.Example `facet-summary-of-reference.rest`: md`#L1
expected: <```json { "brand": { "count": 41, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105140, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Amazon" } } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105281, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Kobo" } } } } }, { "requested": false, "count": 18, "facetEntity": { "primaryKey": 105168, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Onyx Boox" } } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 105239, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "PocketBook" } } } } } ] }, "parameterValues": [ { "count": 41, "groupEntity": { "primaryKey": 66520, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Number of CPU cores" } } } }, "facetStatistics": [ { "requested": false, "count": 8, "facetEntity": { "primaryKey": 103870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "4" } } } } }, { "requested": false, "count": 11, "facetEntity": { "primaryKey": 103998, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8" } } } } }, { "requested": false, "count": 22, "facetEntity": { "primaryKey": 105134, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2" } } } } } ] }, { "count": 1, "groupEntity": { "primaryKey": 66515, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Rear camera resolution" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105163, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "16" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 66518, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Display type" } } } }, "facetStatistics": [ { "requested": false, "count": 41, "facetEntity": { "primaryKey": 105133, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "e-Ink" } } } } } ] }, { "count": 31, "groupEntity": { "primaryKey": 66533, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Connector" } } } }, "facetStatistics": [ { "requested": false, "count": 31, "facetEntity": { "primaryKey": 103884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Type C" } } } } } ] }, { "count": 18, "groupEntity": { "primaryKey": 67913, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Height" } } } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104493, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105143, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "173" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105164, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "225" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105185, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "170" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105198, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "229.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105210, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "249" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105219, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "310" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105230, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "197.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105250, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "249.2" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105264, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "161" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105275, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159.6" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105286, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "177.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105294, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "159.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105299, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "181.4" } } } } } ] }, { "count": 25, "groupEntity": { "primaryKey": 67914, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Width" } } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105135, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "108" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105144, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "125" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105150, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "141" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105154, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "114.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105165, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "184.5" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105176, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "112.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105186, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "117" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105199, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "195.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105211, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "176.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105220, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "228" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105251, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "173.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105261, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "135.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105276, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "110" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105282, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "112" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105287, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "160" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105295, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "112.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105300, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "160.5" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67915, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Thickness" } } } }, "facetStatistics": [ { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104078, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.3" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104442, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "9" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104457, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.5" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104471, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.1" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104485, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104561, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104673, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.2" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104686, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.7" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104722, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.9" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 104820, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5.8" } } } } }, { "requested": false, "count": 9, "facetEntity": { "primaryKey": 104865, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105151, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.4" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105155, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "13.6" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105160, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "13.5" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105171, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105177, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105187, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.7" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105192, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.1" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105196, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6.8" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105216, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5.95" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105277, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.35" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105283, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "8.66" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105296, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "9.2" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105301, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "7.6" } } } } } ] }, { "count": 35, "groupEntity": { "primaryKey": 67916, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Weight" } } } }, "facetStatistics": [ { "requested": false, "count": 1, "facetEntity": { "primaryKey": 104562, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "480" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105136, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "158" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105145, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "205" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105147, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "208" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105152, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "188" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105156, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "256" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105161, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "321" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105172, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "185" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105178, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "160" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105182, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "165" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105188, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "182" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105193, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "150" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105200, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "445" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105212, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "385" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105221, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "570" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105231, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "265" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105235, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "155" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105241, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "145" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105247, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "228" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105252, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "300" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105258, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "210" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105262, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "225" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105269, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "369" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105278, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "166" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105284, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "171" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105288, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "197" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105292, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "215" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105297, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "172" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105302, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "240.8" } } } } } ] }, { "count": 41, "groupEntity": { "primaryKey": 67917, "type": "Parameter", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Battery capacity" } } } }, "facetStatistics": [ { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105137, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2100" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105166, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "6300" } } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105173, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2000" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105179, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "300" } } } } }, { "requested": false, "count": 5, "facetEntity": { "primaryKey": 105183, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "3000" } } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105194, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1500" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105201, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "3700" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105222, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "4300" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105232, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "3150" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105236, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1300" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105242, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "800" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105248, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1700" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105259, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1900" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105270, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2200" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105273, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "2900" } } } } }, { "requested": false, "count": 6, "facetEntity": { "primaryKey": 105279, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1000" } } } } } ] }, { "count": 23, "groupEntity": { "primaryKey": 114007, "type": "Parameter", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Height" } } } }, "facetStatistics": [ { "requested": false, "count": 2, "facetEntity": { "primaryKey": 104739, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "158" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105158, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "175.5" } } } } }, { "requested": false, "count": 4, "facetEntity": { "primaryKey": 105169, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "156" } } } } }, { "requested": false, "count": 2, "facetEntity": { "primaryKey": 105190, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "153" } } } } }, { "requested": false, "count": 3, "facetEntity": { "primaryKey": 105205, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "194" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105214, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "165.6" } } } } }, { "requested": false, "count": 1, "facetEntity": { "primaryKey": 105227, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "239" } } } } }, { "requested": fals
md`.Example `facet-groups-conjunction.graphql`: md`#L1
expected: <```json { "groups": { "count": 2200, "facetStatistics": [ { "requested": false, "count": 60, "impact": { "difference": -39, "matchCount": 0, "hasSense": false }, "facetEntity": { "primaryKey": 66503, "attributes": { "code": "new" } } }, { "requested": true, "count": 39, "impact": { "difference": 0, "matchCount": 39, "hasSense": true }, "facetEntity": { "primaryKey": 66505, "attributes": { "code": "sale" } } }, { "requested": false, "count": 806, "impact": { "difference": -33, "matchCount": 6, "hasSense": true }, "facetEntity": { "primaryKey": 112769, "attributes": { "code": "special-offer-group" } } }, { "requested": false, "count": 277, "impact": { "difference": -38, "matchCount": 1, "hasSense": true }, "facetEntity": { "primaryKey": 112770, "attributes": { "code": "sell-off-group" } } }, { "requested": false, "count": 786, "impact": { "difference": -35, "matchCount": 4, "hasSense": true }, "facetEntity": { "primaryKey": 112771, "attributes": { "code": "recommended-group" } } }, { "requested": false, "count": 209, "impact": { "difference": -38, "matchCount": 1, "hasSense": true }, "facetEntity": { "primaryKey": 112772, "attributes": { "code": "valentine-group" } } }, { "requested": false, "count": 11, "impact": { "difference": -38, "matchCount": 1, "hasSense": true }, "facetEntity": { "primaryKey": 112773, "attributes": { "code": "gift-group" } } }, { "requested": false, "count": 251, "impact": { "difference": -39, "matchCount": 0, "hasSense": false }, "facetEntity": { "primaryKey": 112774, "attributes": { "code": "for-women-group" } } }, { "requested": false, "count": 239, "impact": { "difference": -39, "matchCount": 0, "hasSense": false }, "facetEntity": { "primaryKey": 112775, "attributes": { "code": "for-men-group" } } }, { "requested": false, "count": 34, "impact": { "difference": -39, "matchCount": 0, "hasSense": false }, "facetEntity": { "primaryKey": 112776, "attributes": { "code": "for-kids-group" } } } ] } } ```> but was: <```json { "groups" : { "count" : 2200, "facetStatistics" : [ { "requested" : false, "count" : 60, "impact" : { "difference" : -39, "matchCount" : 0, "hasSense" : false }, "facetEntity" : { "primaryKey" : 66503, "attributes" : { "code" : "new" } } }, { "requested" : true, "count" : 39, "impact" : { "difference" : 0, "matchCount" : 39, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66505, "attributes" : { "code" : "sale" } } }, { "requested" : false, "count" : 806, "impact" : { "difference" : -33, "matchCount" : 6, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112769, "attributes" : { "code" : "special-offer-group" } } }, { "requested" : false, "count" : 277, "impact" : { "difference" : -38, "matchCount" : 1, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112770, "attributes" : { "code" : "sell-off-group" } } }, { "requested" : false, "count" : 786, "impact" : { "difference" : -35, "matchCount" : 4, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112771, "attributes" : { "code" : "recommended-group" } } }, { "requested" : false, "count" : 209, "impact" : { "difference" : -38, "matchCount" : 1, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112772, "attributes" : { "code" : "valentine-group" } } }, { "requested" : false, "count" : 11, "impact" : { "difference" : -38, "matchCount" : 1, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112773, "attributes" : { "code" : "gift-group" } } }, { "requested" : false, "count" : 251, "impact" : { "difference" : -39, "matchCount" : 0, "hasSense" : false }, "facetEntity" : { "primaryKey" : 112774, "attributes" : { "code" : "for-women-group" } } }, { "requested" : false, "count" : 239, "impact" : { "difference" : -39, "matchCount" : 0, "hasSense" : false }, "facetEntity" : { "primaryKey" : 112775, "attributes" : { "code" : "for-men-group" } } }, { "requested" : false, "count" : 34, "impact" : { "difference" : -39, "matchCount" : 0, "hasSense" : false }, "facetEntity" : { "primaryKey" : 112776, "attributes" : { "code" : "for-kids-group" } } } ] } } ```>
md`.Example `facet-groups-conjunction.rest`: md`#L1
expected: <```json { "groups": { "count": 2200, "facetStatistics": [ { "requested": false, "count": 60, "impact": { "difference": -39, "matchCount": 0, "hasSense": false }, "facetEntity": { "primaryKey": 66503, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "new" } } } }, { "requested": true, "count": 39, "impact": { "difference": 0, "matchCount": 39, "hasSense": true }, "facetEntity": { "primaryKey": 66505, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "sale" } } } }, { "requested": false, "count": 806, "impact": { "difference": -33, "matchCount": 6, "hasSense": true }, "facetEntity": { "primaryKey": 112769, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "special-offer-group" } } } }, { "requested": false, "count": 277, "impact": { "difference": -38, "matchCount": 1, "hasSense": true }, "facetEntity": { "primaryKey": 112770, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "sell-off-group" } } } }, { "requested": false, "count": 786, "impact": { "difference": -35, "matchCount": 4, "hasSense": true }, "facetEntity": { "primaryKey": 112771, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "recommended-group" } } } }, { "requested": false, "count": 209, "impact": { "difference": -38, "matchCount": 1, "hasSense": true }, "facetEntity": { "primaryKey": 112772, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "valentine-group" } } } }, { "requested": false, "count": 11, "impact": { "difference": -38, "matchCount": 1, "hasSense": true }, "facetEntity": { "primaryKey": 112773, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "gift-group" } } } }, { "requested": false, "count": 251, "impact": { "difference": -39, "matchCount": 0, "hasSense": false }, "facetEntity": { "primaryKey": 112774, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "for-women-group" } } } }, { "requested": false, "count": 239, "impact": { "difference": -39, "matchCount": 0, "hasSense": false }, "facetEntity": { "primaryKey": 112775, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "for-men-group" } } } }, { "requested": false, "count": 34, "impact": { "difference": -39, "matchCount": 0, "hasSense": false }, "facetEntity": { "primaryKey": 112776, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "for-kids-group" } } } } ] } } ```> but was: <```json { "groups" : { "count" : 2200, "facetStatistics" : [ { "requested" : false, "count" : 60, "impact" : { "difference" : -39, "matchCount" : 0, "hasSense" : false }, "facetEntity" : { "primaryKey" : 66503, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "new" } } } }, { "requested" : true, "count" : 39, "impact" : { "difference" : 0, "matchCount" : 39, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66505, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "sale" } } } }, { "requested" : false, "count" : 806, "impact" : { "difference" : -33, "matchCount" : 6, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112769, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "special-offer-group" } } } }, { "requested" : false, "count" : 277, "impact" : { "difference" : -38, "matchCount" : 1, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112770, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "sell-off-group" } } } }, { "requested" : false, "count" : 786, "impact" : { "difference" : -35, "matchCount" : 4, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112771, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "recommended-group" } } } }, { "requested" : false, "count" : 209, "impact" : { "difference" : -38, "matchCount" : 1, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112772, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "valentine-group" } } } }, { "requested" : false, "count" : 11, "impact" : { "difference" : -38, "matchCount" : 1, "hasSense" : true }, "facetEntity" : { "primaryKey" : 112773, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "gift-group" } } } }, { "requested" : false, "count" : 251, "impact" : { "difference" : -39, "matchCount" : 0, "hasSense" : false }, "facetEntity" : { "primaryKey" : 112774, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "for-women-group" } } } }, { "requested" : false, "count" : 239, "impact" : { "difference" : -39, "matchCount" : 0, "hasSense" : false }, "facetEntity" : { "primaryKey" : 112775, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "for-men-group" } } } }, { "requested" : false, "count" : 34, "impact" : { "difference" : -39, "matchCount" : 0, "hasSense" : false }, "facetEntity" : { "primaryKey" : 112776, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "for-kids-group" } } } } ] } } ```>
md`.Example `facet-groups-disjunction.graphql`: md`#L1
expected: <```json { "parameterValues": [ { "count": 494, "groupEntity": { "primaryKey": 66463, "attributes": { "code": "ram-memory" } }, "facetStatistics": [ { "requested": false, "count": 11, "impact": { "difference": 11, "matchCount": 118, "hasSense": true }, "facetEntity": { "primaryKey": 66558, "attributes": { "code": "ram-memory-24" } } }, { "requested": true, "count": 107, "impact": { "difference": 0, "matchCount": 107, "hasSense": true }, "facetEntity": { "primaryKey": 66600, "attributes": { "code": "ram-memory-64" } } }, { "requested": false, "count": 374, "impact": { "difference": 374, "matchCount": 481, "hasSense": true }, "facetEntity": { "primaryKey": 104449, "attributes": { "code": "ram-memory-4" } } }, { "requested": false, "count": 2, "impact": { "difference": 2, "matchCount": 109, "hasSense": true }, "facetEntity": { "primaryKey": 110006, "attributes": { "code": "ram-memory-48" } } } ] }, { "count": 1506, "groupEntity": { "primaryKey": 66464, "attributes": { "code": "rom-memory" } }, "facetStatistics": [ { "requested": false, "count": 246, "impact": { "difference": 246, "matchCount": 353, "hasSense": true }, "facetEntity": { "primaryKey": 104450, "attributes": { "code": "rom-memory-64" } } }, { "requested": false, "count": 83, "impact": { "difference": 83, "matchCount": 190, "hasSense": true }, "facetEntity": { "primaryKey": 107862, "attributes": { "code": "rom-memory-4" } } }, { "requested": false, "count": 6, "impact": { "difference": 6, "matchCount": 113, "hasSense": true }, "facetEntity": { "primaryKey": 108300, "attributes": { "code": "rom-memory-0-064" } } }, { "requested": false, "count": 912, "impact": { "difference": 858, "matchCount": 965, "hasSense": true }, "facetEntity": { "primaryKey": 114000, "attributes": { "code": "1024" } } }, { "requested": false, "count": 20, "impact": { "difference": 12, "matchCount": 119, "hasSense": true }, "facetEntity": { "primaryKey": 114002, "attributes": { "code": "4094" } } }, { "requested": false, "count": 365, "impact": { "difference": 308, "matchCount": 415, "hasSense": true }, "facetEntity": { "primaryKey": 114003, "attributes": { "code": "2048" } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 494, "groupEntity" : { "primaryKey" : 66463, "attributes" : { "code" : "ram-memory" } }, "facetStatistics" : [ { "requested" : false, "count" : 11, "impact" : { "difference" : 11, "matchCount" : 118, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66558, "attributes" : { "code" : "ram-memory-24" } } }, { "requested" : true, "count" : 107, "impact" : { "difference" : 0, "matchCount" : 107, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66600, "attributes" : { "code" : "ram-memory-64" } } }, { "requested" : false, "count" : 374, "impact" : { "difference" : 374, "matchCount" : 481, "hasSense" : true }, "facetEntity" : { "primaryKey" : 104449, "attributes" : { "code" : "ram-memory-4" } } }, { "requested" : false, "count" : 2, "impact" : { "difference" : 2, "matchCount" : 109, "hasSense" : true }, "facetEntity" : { "primaryKey" : 110006, "attributes" : { "code" : "ram-memory-48" } } } ] }, { "count" : 1506, "groupEntity" : { "primaryKey" : 66464, "attributes" : { "code" : "rom-memory" } }, "facetStatistics" : [ { "requested" : false, "count" : 246, "impact" : { "difference" : 246, "matchCount" : 353, "hasSense" : true }, "facetEntity" : { "primaryKey" : 104450, "attributes" : { "code" : "rom-memory-64" } } }, { "requested" : false, "count" : 83, "impact" : { "difference" : 83, "matchCount" : 190, "hasSense" : true }, "facetEntity" : { "primaryKey" : 107862, "attributes" : { "code" : "rom-memory-4" } } }, { "requested" : false, "count" : 6, "impact" : { "difference" : 6, "matchCount" : 113, "hasSense" : true }, "facetEntity" : { "primaryKey" : 108300, "attributes" : { "code" : "rom-memory-0-064" } } }, { "requested" : false, "count" : 912, "impact" : { "difference" : 858, "matchCount" : 965, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114000, "attributes" : { "code" : "1024" } } }, { "requested" : false, "count" : 20, "impact" : { "difference" : 12, "matchCount" : 119, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114002, "attributes" : { "code" : "4094" } } }, { "requested" : false, "count" : 365, "impact" : { "difference" : 308, "matchCount" : 415, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114003, "attributes" : { "code" : "2048" } } } ] } ] } ```>
md`.Example `facet-groups-disjunction.rest`: md`#L1
expected: <```json { "parameterValues": [ { "count": 494, "groupEntity": { "primaryKey": 66463, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory" } } }, "facetStatistics": [ { "requested": false, "count": 11, "impact": { "difference": 11, "matchCount": 118, "hasSense": true }, "facetEntity": { "primaryKey": 66558, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-24" } } } }, { "requested": true, "count": 107, "impact": { "difference": 0, "matchCount": 107, "hasSense": true }, "facetEntity": { "primaryKey": 66600, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-64" } } } }, { "requested": false, "count": 374, "impact": { "difference": 374, "matchCount": 481, "hasSense": true }, "facetEntity": { "primaryKey": 104449, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-4" } } } }, { "requested": false, "count": 2, "impact": { "difference": 2, "matchCount": 109, "hasSense": true }, "facetEntity": { "primaryKey": 110006, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-48" } } } } ] }, { "count": 1506, "groupEntity": { "primaryKey": 66464, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory" } } }, "facetStatistics": [ { "requested": false, "count": 246, "impact": { "difference": 246, "matchCount": 353, "hasSense": true }, "facetEntity": { "primaryKey": 104450, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory-64" } } } }, { "requested": false, "count": 83, "impact": { "difference": 83, "matchCount": 190, "hasSense": true }, "facetEntity": { "primaryKey": 107862, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory-4" } } } }, { "requested": false, "count": 6, "impact": { "difference": 6, "matchCount": 113, "hasSense": true }, "facetEntity": { "primaryKey": 108300, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory-0-064" } } } }, { "requested": false, "count": 912, "impact": { "difference": 858, "matchCount": 965, "hasSense": true }, "facetEntity": { "primaryKey": 114000, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "1024" } } } }, { "requested": false, "count": 20, "impact": { "difference": 12, "matchCount": 119, "hasSense": true }, "facetEntity": { "primaryKey": 114002, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "4094" } } } }, { "requested": false, "count": 365, "impact": { "difference": 308, "matchCount": 415, "hasSense": true }, "facetEntity": { "primaryKey": 114003, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "2048" } } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 494, "groupEntity" : { "primaryKey" : 66463, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory" } } }, "facetStatistics" : [ { "requested" : false, "count" : 11, "impact" : { "difference" : 11, "matchCount" : 118, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66558, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-24" } } } }, { "requested" : true, "count" : 107, "impact" : { "difference" : 0, "matchCount" : 107, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66600, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-64" } } } }, { "requested" : false, "count" : 374, "impact" : { "difference" : 374, "matchCount" : 481, "hasSense" : true }, "facetEntity" : { "primaryKey" : 104449, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-4" } } } }, { "requested" : false, "count" : 2, "impact" : { "difference" : 2, "matchCount" : 109, "hasSense" : true }, "facetEntity" : { "primaryKey" : 110006, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-48" } } } } ] }, { "count" : 1506, "groupEntity" : { "primaryKey" : 66464, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory" } } }, "facetStatistics" : [ { "requested" : false, "count" : 246, "impact" : { "difference" : 246, "matchCount" : 353, "hasSense" : true }, "facetEntity" : { "primaryKey" : 104450, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory-64" } } } }, { "requested" : false, "count" : 83, "impact" : { "difference" : 83, "matchCount" : 190, "hasSense" : true }, "facetEntity" : { "primaryKey" : 107862, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory-4" } } } }, { "requested" : false, "count" : 6, "impact" : { "difference" : 6, "matchCount" : 113, "hasSense" : true }, "facetEntity" : { "primaryKey" : 108300, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory-0-064" } } } }, { "requested" : false, "count" : 912, "impact" : { "difference" : 858, "matchCount" : 965, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114000, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "1024" } } } }, { "requested" : false, "count" : 20, "impact" : { "difference" : 12, "matchCount" : 119, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114002, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "4094" } } } }, { "requested" : false, "count" : 365, "impact" : { "difference" : 308, "matchCount" : 415, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114003, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "2048" } } } } ] } ] } ```>
md`.Example `facet-groups-negation.rest`: md`#L1
expected: <```json { "parameterValues": [ { "count": 494, "groupEntity": { "primaryKey": 66463, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory" } } }, "facetStatistics": [ { "requested": false, "count": 4150, "impact": { "difference": -11, "matchCount": 4150, "hasSense": true }, "facetEntity": { "primaryKey": 66558, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-24" } } } }, { "requested": false, "count": 4054, "impact": { "difference": -107, "matchCount": 4054, "hasSense": true }, "facetEntity": { "primaryKey": 66600, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-64" } } } }, { "requested": false, "count": 3787, "impact": { "difference": -374, "matchCount": 3787, "hasSense": true }, "facetEntity": { "primaryKey": 104449, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-4" } } } }, { "requested": false, "count": 4159, "impact": { "difference": -2, "matchCount": 4159, "hasSense": true }, "facetEntity": { "primaryKey": 110006, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-48" } } } } ] }, { "count": 1506, "groupEntity": { "primaryKey": 66464, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory" } } }, "facetStatistics": [ { "requested": false, "count": 246, "impact": { "difference": -3915, "matchCount": 246, "hasSense": true }, "facetEntity": { "primaryKey": 104450, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory-64" } } } }, { "requested": false, "count": 83, "impact": { "difference": -4078, "matchCount": 83, "hasSense": true }, "facetEntity": { "primaryKey": 107862, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory-4" } } } }, { "requested": false, "count": 6, "impact": { "difference": -4155, "matchCount": 6, "hasSense": true }, "facetEntity": { "primaryKey": 108300, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory-0-064" } } } }, { "requested": false, "count": 912, "impact": { "difference": -3249, "matchCount": 912, "hasSense": true }, "facetEntity": { "primaryKey": 114000, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "1024" } } } }, { "requested": false, "count": 20, "impact": { "difference": -4141, "matchCount": 20, "hasSense": true }, "facetEntity": { "primaryKey": 114002, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "4094" } } } }, { "requested": false, "count": 365, "impact": { "difference": -3796, "matchCount": 365, "hasSense": true }, "facetEntity": { "primaryKey": 114003, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "2048" } } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 494, "groupEntity" : { "primaryKey" : 66463, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory" } } }, "facetStatistics" : [ { "requested" : false, "count" : 4150, "impact" : { "difference" : -11, "matchCount" : 4150, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66558, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-24" } } } }, { "requested" : false, "count" : 4054, "impact" : { "difference" : -107, "matchCount" : 4054, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66600, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-64" } } } }, { "requested" : false, "count" : 3787, "impact" : { "difference" : -374, "matchCount" : 3787, "hasSense" : true }, "facetEntity" : { "primaryKey" : 104449, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-4" } } } }, { "requested" : false, "count" : 4159, "impact" : { "difference" : -2, "matchCount" : 4159, "hasSense" : true }, "facetEntity" : { "primaryKey" : 110006, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-48" } } } } ] }, { "count" : 1506, "groupEntity" : { "primaryKey" : 66464, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory" } } }, "facetStatistics" : [ { "requested" : false, "count" : 246, "impact" : { "difference" : -3915, "matchCount" : 246, "hasSense" : true }, "facetEntity" : { "primaryKey" : 104450, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory-64" } } } }, { "requested" : false, "count" : 83, "impact" : { "difference" : -4078, "matchCount" : 83, "hasSense" : true }, "facetEntity" : { "primaryKey" : 107862, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory-4" } } } }, { "requested" : false, "count" : 6, "impact" : { "difference" : -4155, "matchCount" : 6, "hasSense" : true }, "facetEntity" : { "primaryKey" : 108300, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory-0-064" } } } }, { "requested" : false, "count" : 912, "impact" : { "difference" : -3249, "matchCount" : 912, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114000, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "1024" } } } }, { "requested" : false, "count" : 20, "impact" : { "difference" : -4141, "matchCount" : 20, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114002, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "4094" } } } }, { "requested" : false, "count" : 365, "impact" : { "difference" : -3796, "matchCount" : 365, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114003, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "2048" } } } } ] } ] } ```>
md`.Example `facet-groups-negation.graphql`: md`#L1
expected: <```json { "parameterValues": [ { "count": 494, "groupEntity": { "primaryKey": 66463, "attributes": { "code": "ram-memory" } }, "facetStatistics": [ { "requested": false, "count": 4150, "impact": { "difference": -11, "matchCount": 4150, "hasSense": true }, "facetEntity": { "primaryKey": 66558, "attributes": { "code": "ram-memory-24" } } }, { "requested": false, "count": 4054, "impact": { "difference": -107, "matchCount": 4054, "hasSense": true }, "facetEntity": { "primaryKey": 66600, "attributes": { "code": "ram-memory-64" } } }, { "requested": false, "count": 3787, "impact": { "difference": -374, "matchCount": 3787, "hasSense": true }, "facetEntity": { "primaryKey": 104449, "attributes": { "code": "ram-memory-4" } } }, { "requested": false, "count": 4159, "impact": { "difference": -2, "matchCount": 4159, "hasSense": true }, "facetEntity": { "primaryKey": 110006, "attributes": { "code": "ram-memory-48" } } } ] }, { "count": 1506, "groupEntity": { "primaryKey": 66464, "attributes": { "code": "rom-memory" } }, "facetStatistics": [ { "requested": false, "count": 246, "impact": { "difference": -3915, "matchCount": 246, "hasSense": true }, "facetEntity": { "primaryKey": 104450, "attributes": { "code": "rom-memory-64" } } }, { "requested": false, "count": 83, "impact": { "difference": -4078, "matchCount": 83, "hasSense": true }, "facetEntity": { "primaryKey": 107862, "attributes": { "code": "rom-memory-4" } } }, { "requested": false, "count": 6, "impact": { "difference": -4155, "matchCount": 6, "hasSense": true }, "facetEntity": { "primaryKey": 108300, "attributes": { "code": "rom-memory-0-064" } } }, { "requested": false, "count": 912, "impact": { "difference": -3249, "matchCount": 912, "hasSense": true }, "facetEntity": { "primaryKey": 114000, "attributes": { "code": "1024" } } }, { "requested": false, "count": 20, "impact": { "difference": -4141, "matchCount": 20, "hasSense": true }, "facetEntity": { "primaryKey": 114002, "attributes": { "code": "4094" } } }, { "requested": false, "count": 365, "impact": { "difference": -3796, "matchCount": 365, "hasSense": true }, "facetEntity": { "primaryKey": 114003, "attributes": { "code": "2048" } } } ] } ] } ```> but was: <```json { "parameterValues" : [ { "count" : 494, "groupEntity" : { "primaryKey" : 66463, "attributes" : { "code" : "ram-memory" } }, "facetStatistics" : [ { "requested" : false, "count" : 4150, "impact" : { "difference" : -11, "matchCount" : 4150, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66558, "attributes" : { "code" : "ram-memory-24" } } }, { "requested" : false, "count" : 4054, "impact" : { "difference" : -107, "matchCount" : 4054, "hasSense" : true }, "facetEntity" : { "primaryKey" : 66600, "attributes" : { "code" : "ram-memory-64" } } }, { "requested" : false, "count" : 3787, "impact" : { "difference" : -374, "matchCount" : 3787, "hasSense" : true }, "facetEntity" : { "primaryKey" : 104449, "attributes" : { "code" : "ram-memory-4" } } }, { "requested" : false, "count" : 4159, "impact" : { "difference" : -2, "matchCount" : 4159, "hasSense" : true }, "facetEntity" : { "primaryKey" : 110006, "attributes" : { "code" : "ram-memory-48" } } } ] }, { "count" : 1506, "groupEntity" : { "primaryKey" : 66464, "attributes" : { "code" : "rom-memory" } }, "facetStatistics" : [ { "requested" : false, "count" : 246, "impact" : { "difference" : -3915, "matchCount" : 246, "hasSense" : true }, "facetEntity" : { "primaryKey" : 104450, "attributes" : { "code" : "rom-memory-64" } } }, { "requested" : false, "count" : 83, "impact" : { "difference" : -4078, "matchCount" : 83, "hasSense" : true }, "facetEntity" : { "primaryKey" : 107862, "attributes" : { "code" : "rom-memory-4" } } }, { "requested" : false, "count" : 6, "impact" : { "difference" : -4155, "matchCount" : 6, "hasSense" : true }, "facetEntity" : { "primaryKey" : 108300, "attributes" : { "code" : "rom-memory-0-064" } } }, { "requested" : false, "count" : 912, "impact" : { "difference" : -3249, "matchCount" : 912, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114000, "attributes" : { "code" : "1024" } } }, { "requested" : false, "count" : 20, "impact" : { "difference" : -4141, "matchCount" : 20, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114002, "attributes" : { "code" : "4094" } } }, { "requested" : false, "count" : 365, "impact" : { "difference" : -3796, "matchCount" : 365, "hasSense" : true }, "facetEntity" : { "primaryKey" : 114003, "attributes" : { "code" : "2048" } } } ] } ] } ```>
md`.Example `listEntities.graphql`: md`#L1
expected: <```json [ { "primaryKey": 66569 }, { "primaryKey": 66570 }, { "primaryKey": 66571 }, { "primaryKey": 66572 }, { "primaryKey": 66573 } ] ```> but was: <```json [ { "primaryKey" : 66569 }, { "primaryKey" : 66570 }, { "primaryKey" : 66571 }, { "primaryKey" : 66572 }, { "primaryKey" : 66573 } ] ```>
md`.Example `page.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66562 }, { "primaryKey": 66563 }, { "primaryKey": 66565 }, { "primaryKey": 66566 }, { "primaryKey": 66567 } ], "firstPageItemNumber": 5, "lastPageItemNumber": 9, "lastPageNumber": 833, "pageNumber": 2, "pageSize": 5, "totalRecordCount": 4161 } ```> but was: <```json { "data" : [ { "primaryKey" : 66562 }, { "primaryKey" : 66563 }, { "primaryKey" : 66565 }, { "primaryKey" : 66566 }, { "primaryKey" : 66567 } ], "firstPageItemNumber" : 5, "lastPageItemNumber" : 9, "lastPageNumber" : 833, "pageNumber" : 2, "pageSize" : 5, "totalRecordCount" : 4161 } ```>
md`.Example `page.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66562 }, { "primaryKey": 66563 }, { "primaryKey": 66565 }, { "primaryKey": 66566 }, { "primaryKey": 66567 } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 66562 }, { "primaryKey" : 66563 }, { "primaryKey" : 66565 }, { "primaryKey" : 66566 }, { "primaryKey" : 66567 } ] } ```>
md`.Example `page.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66562, "type": "Product" }, { "primaryKey": 66563, "type": "Product" }, { "primaryKey": 66565, "type": "Product" }, { "primaryKey": 66566, "type": "Product" }, { "primaryKey": 66567, "type": "Product" } ], "empty": false, "first": false, "firstPageItemNumber": 5, "hasNext": true, "hasPrevious": true, "last": false, "lastPageItemNumber": 9, "lastPageNumber": 833, "pageNumber": 2, "pageSize": 5, "singlePage": false, "totalRecordCount": 4161, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 66562, "type" : "Product" }, { "primaryKey" : 66563, "type" : "Product" }, { "primaryKey" : 66565, "type" : "Product" }, { "primaryKey" : 66566, "type" : "Product" }, { "primaryKey" : 66567, "type" : "Product" } ], "empty" : false, "first" : false, "firstPageItemNumber" : 5, "hasNext" : true, "hasPrevious" : true, "last" : false, "lastPageItemNumber" : 9, "lastPageNumber" : 833, "pageNumber" : 2, "pageSize" : 5, "singlePage" : false, "totalRecordCount" : 4161, "type" : "PAGE" } ```>
md`.Example `strip.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66643 }, { "primaryKey": 66644 }, { "primaryKey": 66645 }, { "primaryKey": 66646 }, { "primaryKey": 66647 }, { "primaryKey": 66648 }, { "primaryKey": 66649 }, { "primaryKey": 66650 }, { "primaryKey": 66651 }, { "primaryKey": 66652 }, { "primaryKey": 66653 }, { "primaryKey": 66654 }, { "primaryKey": 66655 }, { "primaryKey": 66656 }, { "primaryKey": 66657 }, { "primaryKey": 66658 }, { "primaryKey": 103885 }, { "primaryKey": 103911 }, { "primaryKey": 103988 } ], "limit": 19, "offset": 76, "totalRecordCount": 4161 } ```> but was: <```json { "data" : [ { "primaryKey" : 66643 }, { "primaryKey" : 66644 }, { "primaryKey" : 66645 }, { "primaryKey" : 66646 }, { "primaryKey" : 66647 }, { "primaryKey" : 66648 }, { "primaryKey" : 66649 }, { "primaryKey" : 66650 }, { "primaryKey" : 66651 }, { "primaryKey" : 66652 }, { "primaryKey" : 66653 }, { "primaryKey" : 66654 }, { "primaryKey" : 66655 }, { "primaryKey" : 66656 }, { "primaryKey" : 66657 }, { "primaryKey" : 66658 }, { "primaryKey" : 103885 }, { "primaryKey" : 103911 }, { "primaryKey" : 103988 } ], "limit" : 19, "offset" : 76, "totalRecordCount" : 4161 } ```>
md`.Example `strip.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66643, "type": "Product" }, { "primaryKey": 66644, "type": "Product" }, { "primaryKey": 66645, "type": "Product" }, { "primaryKey": 66646, "type": "Product" }, { "primaryKey": 66647, "type": "Product" }, { "primaryKey": 66648, "type": "Product" }, { "primaryKey": 66649, "type": "Product" }, { "primaryKey": 66650, "type": "Product" }, { "primaryKey": 66651, "type": "Product" }, { "primaryKey": 66652, "type": "Product" }, { "primaryKey": 66653, "type": "Product" }, { "primaryKey": 66654, "type": "Product" }, { "primaryKey": 66655, "type": "Product" }, { "primaryKey": 66656, "type": "Product" }, { "primaryKey": 66657, "type": "Product" }, { "primaryKey": 66658, "type": "Product" }, { "primaryKey": 103885, "type": "Product" }, { "primaryKey": 103911, "type": "Product" }, { "primaryKey": 103988, "type": "Product" } ], "empty": false, "first": false, "hasNext": true, "hasPrevious": true, "last": false, "limit": 19, "offset": 76, "singlePage": false, "totalRecordCount": 4161, "type": "STRIP" } ```> but was: <```json { "data" : [ { "primaryKey" : 66643, "type" : "Product" }, { "primaryKey" : 66644, "type" : "Product" }, { "primaryKey" : 66645, "type" : "Product" }, { "primaryKey" : 66646, "type" : "Product" }, { "primaryKey" : 66647, "type" : "Product" }, { "primaryKey" : 66648, "type" : "Product" }, { "primaryKey" : 66649, "type" : "Product" }, { "primaryKey" : 66650, "type" : "Product" }, { "primaryKey" : 66651, "type" : "Product" }, { "primaryKey" : 66652, "type" : "Product" }, { "primaryKey" : 66653, "type" : "Product" }, { "primaryKey" : 66654, "type" : "Product" }, { "primaryKey" : 66655, "type" : "Product" }, { "primaryKey" : 66656, "type" : "Product" }, { "primaryKey" : 66657, "type" : "Product" }, { "primaryKey" : 66658, "type" : "Product" }, { "primaryKey" : 103885, "type" : "Product" }, { "primaryKey" : 103911, "type" : "Product" }, { "primaryKey" : 103988, "type" : "Product" } ], "empty" : false, "first" : false, "hasNext" : true, "hasPrevious" : true, "last" : false, "limit" : 19, "offset" : 76, "singlePage" : false, "totalRecordCount" : 4161, "type" : "STRIP" } ```>
md`.Example `strip.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66643 }, { "primaryKey": 66644 }, { "primaryKey": 66645 }, { "primaryKey": 66646 }, { "primaryKey": 66647 }, { "primaryKey": 66648 }, { "primaryKey": 66649 }, { "primaryKey": 66650 }, { "primaryKey": 66651 }, { "primaryKey": 66652 }, { "primaryKey": 66653 }, { "primaryKey": 66654 }, { "primaryKey": 66655 }, { "primaryKey": 66656 }, { "primaryKey": 66657 }, { "primaryKey": 66658 }, { "primaryKey": 103885 }, { "primaryKey": 103911 }, { "primaryKey": 103988 } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 66643 }, { "primaryKey" : 66644 }, { "primaryKey" : 66645 }, { "primaryKey" : 66646 }, { "primaryKey" : 66647 }, { "primaryKey" : 66648 }, { "primaryKey" : 66649 }, { "primaryKey" : 66650 }, { "primaryKey" : 66651 }, { "primaryKey" : 66652 }, { "primaryKey" : 66653 }, { "primaryKey" : 66654 }, { "primaryKey" : 66655 }, { "primaryKey" : 66656 }, { "primaryKey" : 66657 }, { "primaryKey" : 66658 }, { "primaryKey" : 103885 }, { "primaryKey" : 103911 }, { "primaryKey" : 103988 } ] } ```>
md`.Example `spacing_page1.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 63049 }, { "primaryKey": 66554 }, { "primaryKey": 66556 }, { "primaryKey": 66559 }, { "primaryKey": 66561 } ], "first": true, "lastPageItemNumber": 4, "lastPageNumber": 833, "pageNumber": 1, "pageSize": 5, "totalRecordCount": 4161 } ```> but was: <```json { "data" : [ { "primaryKey" : 63049 }, { "primaryKey" : 66554 }, { "primaryKey" : 66556 }, { "primaryKey" : 66559 }, { "primaryKey" : 66561 } ], "first" : true, "lastPageItemNumber" : 4, "lastPageNumber" : 833, "pageNumber" : 1, "pageSize" : 5, "totalRecordCount" : 4161 } ```>
md`.Example `spacing_page1.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 63049, "type": "Product" }, { "primaryKey": 66554, "type": "Product" }, { "primaryKey": 66556, "type": "Product" }, { "primaryKey": 66559, "type": "Product" }, { "primaryKey": 66561, "type": "Product" } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 4, "lastPageNumber": 833, "pageNumber": 1, "pageSize": 5, "singlePage": false, "totalRecordCount": 4161, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 63049, "type" : "Product" }, { "primaryKey" : 66554, "type" : "Product" }, { "primaryKey" : 66556, "type" : "Product" }, { "primaryKey" : 66559, "type" : "Product" }, { "primaryKey" : 66561, "type" : "Product" } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 4, "lastPageNumber" : 833, "pageNumber" : 1, "pageSize" : 5, "singlePage" : false, "totalRecordCount" : 4161, "type" : "PAGE" } ```>
md`.Example `spacing_page1.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 63049 }, { "primaryKey": 66554 }, { "primaryKey": 66556 }, { "primaryKey": 66559 }, { "primaryKey": 66561 } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 63049 }, { "primaryKey" : 66554 }, { "primaryKey" : 66556 }, { "primaryKey" : 66559 }, { "primaryKey" : 66561 } ] } ```>
md`.Example `spacing_page2.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66562 }, { "primaryKey": 66563 }, { "primaryKey": 66565 }, { "primaryKey": 66566 }, { "primaryKey": 66567 } ], "firstPageItemNumber": 5, "lastPageItemNumber": 9, "lastPageNumber": 833, "pageNumber": 2, "pageSize": 5, "totalRecordCount": 4161 } ```> but was: <```json { "data" : [ { "primaryKey" : 66562 }, { "primaryKey" : 66563 }, { "primaryKey" : 66565 }, { "primaryKey" : 66566 }, { "primaryKey" : 66567 } ], "firstPageItemNumber" : 5, "lastPageItemNumber" : 9, "lastPageNumber" : 833, "pageNumber" : 2, "pageSize" : 5, "totalRecordCount" : 4161 } ```>
md`.Example `spacing_page2.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66562, "type": "Product" }, { "primaryKey": 66563, "type": "Product" }, { "primaryKey": 66565, "type": "Product" }, { "primaryKey": 66566, "type": "Product" }, { "primaryKey": 66567, "type": "Product" } ], "empty": false, "first": false, "firstPageItemNumber": 5, "hasNext": true, "hasPrevious": true, "last": false, "lastPageItemNumber": 9, "lastPageNumber": 833, "pageNumber": 2, "pageSize": 5, "singlePage": false, "totalRecordCount": 4161, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 66562, "type" : "Product" }, { "primaryKey" : 66563, "type" : "Product" }, { "primaryKey" : 66565, "type" : "Product" }, { "primaryKey" : 66566, "type" : "Product" }, { "primaryKey" : 66567, "type" : "Product" } ], "empty" : false, "first" : false, "firstPageItemNumber" : 5, "hasNext" : true, "hasPrevious" : true, "last" : false, "lastPageItemNumber" : 9, "lastPageNumber" : 833, "pageNumber" : 2, "pageSize" : 5, "singlePage" : false, "totalRecordCount" : 4161, "type" : "PAGE" } ```>
md`.Example `spacing_page2.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66562 }, { "primaryKey": 66563 }, { "primaryKey": 66565 }, { "primaryKey": 66566 }, { "primaryKey": 66567 } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 66562 }, { "primaryKey" : 66563 }, { "primaryKey" : 66565 }, { "primaryKey" : 66566 }, { "primaryKey" : 66567 } ] } ```>
md`.Example `spacing_page4.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66574 }, { "primaryKey": 66575 }, { "primaryKey": 66576 }, { "primaryKey": 66577 }, { "primaryKey": 66578 } ], "firstPageItemNumber": 15, "lastPageItemNumber": 19, "lastPageNumber": 833, "pageNumber": 4, "pageSize": 5, "totalRecordCount": 4161 } ```> but was: <```json { "data" : [ { "primaryKey" : 66574 }, { "primaryKey" : 66575 }, { "primaryKey" : 66576 }, { "primaryKey" : 66577 }, { "primaryKey" : 66578 } ], "firstPageItemNumber" : 15, "lastPageItemNumber" : 19, "lastPageNumber" : 833, "pageNumber" : 4, "pageSize" : 5, "totalRecordCount" : 4161 } ```>
md`.Example `spacing_page4.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66574 }, { "primaryKey": 66575 }, { "primaryKey": 66576 }, { "primaryKey": 66577 }, { "primaryKey": 66578 } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 66574 }, { "primaryKey" : 66575 }, { "primaryKey" : 66576 }, { "primaryKey" : 66577 }, { "primaryKey" : 66578 } ] } ```>
md`.Example `spacing_page4.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66574, "type": "Product" }, { "primaryKey": 66575, "type": "Product" }, { "primaryKey": 66576, "type": "Product" }, { "primaryKey": 66577, "type": "Product" }, { "primaryKey": 66578, "type": "Product" } ], "empty": false, "first": false, "firstPageItemNumber": 15, "hasNext": true, "hasPrevious": true, "last": false, "lastPageItemNumber": 19, "lastPageNumber": 833, "pageNumber": 4, "pageSize": 5, "singlePage": false, "totalRecordCount": 4161, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 66574, "type" : "Product" }, { "primaryKey" : 66575, "type" : "Product" }, { "primaryKey" : 66576, "type" : "Product" }, { "primaryKey" : 66577, "type" : "Product" }, { "primaryKey" : 66578, "type" : "Product" } ], "empty" : false, "first" : false, "firstPageItemNumber" : 15, "hasNext" : true, "hasPrevious" : true, "last" : false, "lastPageItemNumber" : 19, "lastPageNumber" : 833, "pageNumber" : 4, "pageSize" : 5, "singlePage" : false, "totalRecordCount" : 4161, "type" : "PAGE" } ```>
md`.Example `basicEntityContent.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand" } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand" } ] } ```>
md`.Example `entityContent.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand", "version": 1, "locales": [ ], "allLocales": [ "cs", "en" ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand", "version" : 1, "locales" : [ ], "allLocales" : [ "cs", "en" ] } ] } ```>
md`.Example `attributeContent.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "attributes": { "code": "samsung", "name": "Samsung" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "attributes" : { "code" : "samsung", "name" : "Samsung" } } ] } ```>
md`.Example `attributeContent.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "attributes": { "code": "samsung", "name": "Samsung" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "attributes" : { "code" : "samsung", "name" : "Samsung" } } ] } ```>
md`.Example `attributeContent.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "samsung" }, "localized": { "en": { "name": "Samsung" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "samsung" }, "localized" : { "en" : { "name" : "Samsung" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `localizedAttributes.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "attributes": { "code": "samsung", "name": "Samsung" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "attributes" : { "code" : "samsung", "name" : "Samsung" } } ] } ```>
md`.Example `localizedAttributesWithFilter.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "attributesGlobal": { "code": "samsung" }, "attributesCs": { "name": "Samsung" }, "attributesEn": { "name": "Samsung" }, "attributesDe": null } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "attributesGlobal" : { "code" : "samsung" }, "attributesCs" : { "name" : "Samsung" }, "attributesEn" : { "name" : "Samsung" }, "attributesDe" : null } ] } ```>
md`.Example `attributeContentAll.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "changed": "2024-02-25T14:35:38+01:00", "code": "samsung", "order": -1, "published": "2024-11-30T15:28:44.165+01:00", "status": "ACTIVE", "visibility": "VISIBLE" } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "changed" : "2024-02-25T14:35:38+01:00", "code" : "samsung", "order" : -1, "published" : "2024-11-30T15:28:44.165+01:00", "status" : "ACTIVE", "visibility" : "VISIBLE" } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `associatedDataContent.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "associatedData": { "localization:en": { "labels": { "name": "Samsung" } }, "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "associatedData" : { "localization:en" : { "labels" : { "name" : "Samsung" } }, "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `associatedDataContent.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "associatedData": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ], "localization": { "labels": { "name": "Samsung" } } } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "associatedData" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ], "localization" : { "labels" : { "name" : "Samsung" } } } } ] } ```>
md`.Example `associatedDataContent.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "associatedData": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ], "localization": { "labels": { "name": "Samsung" } } } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "associatedData" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ], "localization" : { "labels" : { "name" : "Samsung" } } } } ] } ```>
md`.Example `associatedDataContent.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "associatedData": { "global": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ] }, "localized": { "en": { "localization": { "labels": { "name": "Samsung" } } } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "associatedData" : { "global" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ] }, "localized" : { "en" : { "localization" : { "labels" : { "name" : "Samsung" } } } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `localizedAssociatedData.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "associatedData": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ], "localization": { "labels": { "name": "Samsung", "description": "<h2><span>SAMSUNG</span></h2>\r\n<p><span>Společnost Samsung ctí dodržování lokálních zákonů a předpisů a prosazuje také praktické uplatňování striktního globálního etického kodexu všemi zaměstnanci. Věříme, že etické řízení podniku není pouhým nástrojem k reagování na rapidní proměny globálního obchodního prostředí, ale že je také prostředkem budování důvěry mezi nejrůznějšími zúčastněnými stranami včetně zákazníků, akcionářů, zaměstnanců, obchodních partnerů a lokálních komunit. Jelikož záměrem této společnosti je stát se jednou z nejetičtějších firem na světě, Samsung pokračuje ve vzdělávání svých zaměstnanců a provozuje příslušné monitorovací systémy, přičemž ve svém vedení prakticky uplatňuje férový a transparentní přístup.</span></p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Naše poslání a přístup</h2>\r\n<p class=\"pop-up-card__description\">Samsung se řídí jednoduchou obchodní filozofií: svůj talent a technologie chce zasvětit tvorbě špičkových produktů a služeb, které přispívají ke zlepšování celosvětové lidské společnosti. Toto je umožněno vysokou hodnotou, kterou společnost Samsung přiznává svým lidem i technologiím.</p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Hodnoty definující firemního ducha společnosti Samsung</h2>\r\n<p class=\"pop-up-card__description\">Společnost Samsung věří, že život podle pevných hodnot je klíčem k úspěšnému podnikání. Proto jsou tyto klíčové hodnoty spolu s rigorózním etickým kodexem základem každého rozhodnutí, které tato společnost přijme.</p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Pět firemních principů společnosti Samsung</h2>\r\n<p class=\"pop-up-card__description\">K vyjádření svého odhodlání prosazovat jako přední globální společnost svou společenskou odpovědnost oznámila společnost Samsung Electronics roku 2005 ustavení „Pěti firemních principů společnosti Samsung“. Tyto principy slouží jako základ jejího globálního etického kodexu ve shodě s právními a etickými standardy a k naplňování její firemní společenské odpovědnosti.</p>" } } } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "associatedData" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ], "localization" : { "labels" : { "name" : "Samsung", "description" : "<h2><span>SAMSUNG</span></h2>\r\n<p><span>Společnost Samsung ctí dodržování lokálních zákonů a předpisů a prosazuje také praktické uplatňování striktního globálního etického kodexu všemi zaměstnanci. Věříme, že etické řízení podniku není pouhým nástrojem k reagování na rapidní proměny globálního obchodního prostředí, ale že je také prostředkem budování důvěry mezi nejrůznějšími zúčastněnými stranami včetně zákazníků, akcionářů, zaměstnanců, obchodních partnerů a lokálních komunit. Jelikož záměrem této společnosti je stát se jednou z nejetičtějších firem na světě, Samsung pokračuje ve vzdělávání svých zaměstnanců a provozuje příslušné monitorovací systémy, přičemž ve svém vedení prakticky uplatňuje férový a transparentní přístup.</span></p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Naše poslání a přístup</h2>\r\n<p class=\"pop-up-card__description\">Samsung se řídí jednoduchou obchodní filozofií: svůj talent a technologie chce zasvětit tvorbě špičkových produktů a služeb, které přispívají ke zlepšování celosvětové lidské společnosti. Toto je umožněno vysokou hodnotou, kterou společnost Samsung přiznává svým lidem i technologiím.</p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Hodnoty definující firemního ducha společnosti Samsung</h2>\r\n<p class=\"pop-up-card__description\">Společnost Samsung věří, že život podle pevných hodnot je klíčem k úspěšnému podnikání. Proto jsou tyto klíčové hodnoty spolu s rigorózním etickým kodexem základem každého rozhodnutí, které tato společnost přijme.</p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Pět firemních principů společnosti Samsung</h2>\r\n<p class=\"pop-up-card__description\">K vyjádření svého odhodlání prosazovat jako přední globální společnost svou společenskou odpovědnost oznámila společnost Samsung Electronics roku 2005 ustavení „Pěti firemních principů společnosti Samsung“. Tyto principy slouží jako základ jejího globálního etického kodexu ve shodě s právními a etickými standardy a k naplňování její firemní společenské odpovědnosti.</p>" } } } } ] } ```>
md`.Example `localizedAssociatedDataWithFilter.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "associatedDataGlobal": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ] }, "associatedDataCs": { "localization": { "labels": { "name": "Samsung", "description": "<h2><span>SAMSUNG</span></h2>\r\n<p><span>Společnost Samsung ctí dodržování lokálních zákonů a předpisů a prosazuje také praktické uplatňování striktního globálního etického kodexu všemi zaměstnanci. Věříme, že etické řízení podniku není pouhým nástrojem k reagování na rapidní proměny globálního obchodního prostředí, ale že je také prostředkem budování důvěry mezi nejrůznějšími zúčastněnými stranami včetně zákazníků, akcionářů, zaměstnanců, obchodních partnerů a lokálních komunit. Jelikož záměrem této společnosti je stát se jednou z nejetičtějších firem na světě, Samsung pokračuje ve vzdělávání svých zaměstnanců a provozuje příslušné monitorovací systémy, přičemž ve svém vedení prakticky uplatňuje férový a transparentní přístup.</span></p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Naše poslání a přístup</h2>\r\n<p class=\"pop-up-card__description\">Samsung se řídí jednoduchou obchodní filozofií: svůj talent a technologie chce zasvětit tvorbě špičkových produktů a služeb, které přispívají ke zlepšování celosvětové lidské společnosti. Toto je umožněno vysokou hodnotou, kterou společnost Samsung přiznává svým lidem i technologiím.</p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Hodnoty definující firemního ducha společnosti Samsung</h2>\r\n<p class=\"pop-up-card__description\">Společnost Samsung věří, že život podle pevných hodnot je klíčem k úspěšnému podnikání. Proto jsou tyto klíčové hodnoty spolu s rigorózním etickým kodexem základem každého rozhodnutí, které tato společnost přijme.</p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Pět firemních principů společnosti Samsung</h2>\r\n<p class=\"pop-up-card__description\">K vyjádření svého odhodlání prosazovat jako přední globální společnost svou společenskou odpovědnost oznámila společnost Samsung Electronics roku 2005 ustavení „Pěti firemních principů společnosti Samsung“. Tyto principy slouží jako základ jejího globálního etického kodexu ve shodě s právními a etickými standardy a k naplňování její firemní společenské odpovědnosti.</p>" } } }, "associatedDataEn": { "localization": { "labels": { "name": "Samsung" } } }, "associatedDataDe": null } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "associatedDataGlobal" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ] }, "associatedDataCs" : { "localization" : { "labels" : { "name" : "Samsung", "description" : "<h2><span>SAMSUNG</span></h2>\r\n<p><span>Společnost Samsung ctí dodržování lokálních zákonů a předpisů a prosazuje také praktické uplatňování striktního globálního etického kodexu všemi zaměstnanci. Věříme, že etické řízení podniku není pouhým nástrojem k reagování na rapidní proměny globálního obchodního prostředí, ale že je také prostředkem budování důvěry mezi nejrůznějšími zúčastněnými stranami včetně zákazníků, akcionářů, zaměstnanců, obchodních partnerů a lokálních komunit. Jelikož záměrem této společnosti je stát se jednou z nejetičtějších firem na světě, Samsung pokračuje ve vzdělávání svých zaměstnanců a provozuje příslušné monitorovací systémy, přičemž ve svém vedení prakticky uplatňuje férový a transparentní přístup.</span></p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Naše poslání a přístup</h2>\r\n<p class=\"pop-up-card__description\">Samsung se řídí jednoduchou obchodní filozofií: svůj talent a technologie chce zasvětit tvorbě špičkových produktů a služeb, které přispívají ke zlepšování celosvětové lidské společnosti. Toto je umožněno vysokou hodnotou, kterou společnost Samsung přiznává svým lidem i technologiím.</p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Hodnoty definující firemního ducha společnosti Samsung</h2>\r\n<p class=\"pop-up-card__description\">Společnost Samsung věří, že život podle pevných hodnot je klíčem k úspěšnému podnikání. Proto jsou tyto klíčové hodnoty spolu s rigorózním etickým kodexem základem každého rozhodnutí, které tato společnost přijme.</p>\r\n<h2 class=\"pop-up-card__title text-size-medium\">Pět firemních principů společnosti Samsung</h2>\r\n<p class=\"pop-up-card__description\">K vyjádření svého odhodlání prosazovat jako přední globální společnost svou společenskou odpovědnost oznámila společnost Samsung Electronics roku 2005 ustavení „Pěti firemních principů společnosti Samsung“. Tyto principy slouží jako základ jejího globálního etického kodexu ve shodě s právními a etickými standardy a k naplňování její firemní společenské odpovědnosti.</p>" } } }, "associatedDataEn" : { "localization" : { "labels" : { "name" : "Samsung" } } }, "associatedDataDe" : null } ] } ```>
md`.Example `associatedDataContentAll.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "associatedData": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "associatedData" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `associatedDataContentAll.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "associatedData": { "global": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ] } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "associatedData" : { "global" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ] } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `associatedDataContentAll.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "associatedData": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/samsung" }, { "locale": "en", "url": "/en/samsung" } ], "allRelatedFiles": null } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "associatedData" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/samsung" }, { "locale" : "en", "url" : "/en/samsung" } ], "allRelatedFiles" : null } } ] } ```>
md`.Example `dataInLocales.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "samsung" }, "localized": { "cs": { "name": "Samsung" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand", "version" : 1, "scope" : "LIVE", "locales" : [ "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "samsung" }, "localized" : { "cs" : { "name" : "Samsung" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `dataInLocalesWithFilter.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en", "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "samsung" }, "localized": { "cs": { "name": "Samsung" }, "en": { "name": "Samsung" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand", "version" : 1, "scope" : "LIVE", "locales" : [ "en", "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "samsung" }, "localized" : { "cs" : { "name" : "Samsung" }, "en" : { "name" : "Samsung" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `dataInLocalesAll.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "attributesGlobal": { "code": "samsung" }, "attributesCs": { "name": "Samsung" }, "attributesDe": null, "attributesEn": { "name": "Samsung" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "attributesGlobal" : { "code" : "samsung" }, "attributesCs" : { "name" : "Samsung" }, "attributesDe" : null, "attributesEn" : { "name" : "Samsung" } } ] } ```>
md`.Example `dataInLocalesAll.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 64703, "type": "Brand", "version": 1, "scope": "LIVE", "locales": [ "en", "cs" ], "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "samsung" }, "localized": { "cs": { "name": "Samsung" }, "en": { "name": "Samsung" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 64703, "type" : "Brand", "version" : 1, "scope" : "LIVE", "locales" : [ "en", "cs" ], "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "samsung" }, "localized" : { "cs" : { "name" : "Samsung" }, "en" : { "name" : "Samsung" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `hierarchyContent.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66486, "parent": 66481, "parentEntity": { "parentEntity": { "primaryKey": 66468, "type": "Category", "primaryKeyOrThrowException": 66468 }, "primaryKey": 66481, "type": "Category", "primaryKeyOrThrowException": 66481 } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 66486, "parent" : 66481, "parentEntity" : { "parentEntity" : { "primaryKey" : 66468, "type" : "Category", "primaryKeyOrThrowException" : 66468 }, "primaryKey" : 66481, "type" : "Category", "primaryKeyOrThrowException" : 66481 } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `hierarchyContent.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66486, "parent": 66481, "parentEntity": { "parentEntity": { "primaryKey": 66468, "type": "Category", "primaryKeyOrThrowException": 66468 }, "primaryKey": 66481, "type": "Category", "primaryKeyOrThrowException": 66481 } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 66486, "parent" : 66481, "parentEntity" : { "parentEntity" : { "primaryKey" : 66468, "type" : "Category", "primaryKeyOrThrowException" : 66468 }, "primaryKey" : 66481, "type" : "Category", "primaryKeyOrThrowException" : 66481 } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `hierarchyContent.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66486, "parentPrimaryKey": 66481, "parents": [ { "primaryKey": 66468 }, { "primaryKey": 66481 } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 66486, "parentPrimaryKey" : 66481, "parents" : [ { "primaryKey" : 66468 }, { "primaryKey" : 66481 } ] } ] } ```>
md`.Example `hierarchyContent.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "parentEntity": { "primaryKey": 66481, "type": "Category", "parentEntity": { "primaryKey": 66468, "type": "Category" } }, "allLocales": [ "cs", "de", "en" ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "parentEntity" : { "primaryKey" : 66481, "type" : "Category", "parentEntity" : { "primaryKey" : 66468, "type" : "Category" } }, "allLocales" : [ "cs", "de", "en" ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `hierarchyContentViaReference.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107998, "references": { "categories": [ { "referencedKey": 66486, "referencedEntity": { "primaryKey": 66486, "parent": 66481, "parentEntity": { "primaryKey": 66481, "parent": 66468, "parentEntity": { "primaryKey": 66468, "attributes": { "name:en": "Accessories", "code": "accessories" } }, "attributes": { "name:en": "Smart wearable", "code": "smart-wearable" } }, "attributes": { "name:en": "Smartwatches", "code": "smartwatches" } } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 107998, "references" : { "categories" : [ { "referencedKey" : 66486, "referencedEntity" : { "primaryKey" : 66486, "parent" : 66481, "parentEntity" : { "primaryKey" : 66481, "parent" : 66468, "parentEntity" : { "primaryKey" : 66468, "attributes" : { "name:en" : "Accessories", "code" : "accessories" } }, "attributes" : { "name:en" : "Smart wearable", "code" : "smart-wearable" } }, "attributes" : { "name:en" : "Smartwatches", "code" : "smartwatches" } } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `hierarchyContentViaReference.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107998, "references": { "categories": [ { "referencedKey": 66486, "referencedEntity": { "primaryKey": 66486, "parent": 66481, "parentEntity": { "primaryKey": 66481, "parent": 66468, "parentEntity": { "primaryKey": 66468, "attributes": { "name:en": "Accessories", "code": "accessories" } }, "attributes": { "name:en": "Smart wearable", "code": "smart-wearable" } }, "attributes": { "name:en": "Smartwatches", "code": "smartwatches" } } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 107998, "references" : { "categories" : [ { "referencedKey" : 66486, "referencedEntity" : { "primaryKey" : 66486, "parent" : 66481, "parentEntity" : { "primaryKey" : 66481, "parent" : 66468, "parentEntity" : { "primaryKey" : 66468, "attributes" : { "name:en" : "Accessories", "code" : "accessories" } }, "attributes" : { "name:en" : "Smart wearable", "code" : "smart-wearable" } }, "attributes" : { "name:en" : "Smartwatches", "code" : "smartwatches" } } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `hierarchyContentViaReference.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107998, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "categories": [ { "referencedPrimaryKey": 66486, "referencedEntity": { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "parentEntity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "parentEntity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" }, "localized": { "en": { "name": "Accessories" } } } }, "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" }, "localized": { "en": { "name": "Smart wearable" } } } }, "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "smartwatches" }, "localized": { "en": { "name": "Smartwatches" } } } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 107998, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "categories" : [ { "referencedPrimaryKey" : 66486, "referencedEntity" : { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "parentEntity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "parentEntity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" }, "localized" : { "en" : { "name" : "Accessories" } } } }, "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" }, "localized" : { "en" : { "name" : "Smart wearable" } } } }, "locales" : [ "en" ], "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "smartwatches" }, "localized" : { "en" : { "name" : "Smartwatches" } } } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `hierarchyContentViaReference.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107998, "categories": [ { "referencedPrimaryKey": 66486, "referencedEntity": { "primaryKey": 66486, "parentPrimaryKey": 66481, "parents": [ { "primaryKey": 66468, "attributes": { "code": "accessories", "name": "Accessories" } }, { "primaryKey": 66481, "attributes": { "code": "smart-wearable", "name": "Smart wearable" } } ], "attributes": { "code": "smartwatches", "name": "Smartwatches" } } } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 107998, "categories" : [ { "referencedPrimaryKey" : 66486, "referencedEntity" : { "primaryKey" : 66486, "parentPrimaryKey" : 66481, "parents" : [ { "primaryKey" : 66468, "attributes" : { "code" : "accessories", "name" : "Accessories" } }, { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable", "name" : "Smart wearable" } } ], "attributes" : { "code" : "smartwatches", "name" : "Smartwatches" } } } ] } ] } ```>
md`.Example `priceContent.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "priceInnerRecordHandling": "NONE", "attributes": { "code": "alcatel-3t-10-2020" }, "priceForSale": { "currency": "EUR", "priceList": "employee-basic-price", "priceWithoutTax": 88.43, "priceWithTax": 107.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 92.56, "priceWithTax": 112.0 }, { "currency": "EUR", "priceList": "employee-basic-price", "priceWithoutTax": 88.43, "priceWithTax": 107.0 } ] } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "priceInnerRecordHandling" : "NONE", "attributes" : { "code" : "alcatel-3t-10-2020" }, "priceForSale" : { "currency" : "EUR", "priceList" : "employee-basic-price", "priceWithoutTax" : 88.43, "priceWithTax" : 107.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 92.56, "priceWithTax" : 112.0 }, { "currency" : "EUR", "priceList" : "employee-basic-price", "priceWithoutTax" : 88.43, "priceWithTax" : 107.0 } ] } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `priceContent.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "alcatel-3t-10-2020" } }, "prices": [ { "priceId": 581, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0", "validity": null }, { "priceId": 12990, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 12990, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "alcatel-3t-10-2020" } }, "prices" : [ { "priceId" : 581, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 12990, "priceList" : "employee-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 12990, "priceList" : "employee-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `priceContentRespectingFilter.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "priceInnerRecordHandling": "NONE", "attributes": { "code": "alcatel-3t-10-2020" }, "priceForSale": { "currency": "EUR", "priceList": "employee-basic-price", "priceWithoutTax": 88.43, "priceWithTax": 107.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 92.56, "priceWithTax": 112.0 }, { "currency": "EUR", "priceList": "employee-basic-price", "priceWithoutTax": 88.43, "priceWithTax": 107.0 } ] } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "priceInnerRecordHandling" : "NONE", "attributes" : { "code" : "alcatel-3t-10-2020" }, "priceForSale" : { "currency" : "EUR", "priceList" : "employee-basic-price", "priceWithoutTax" : 88.43, "priceWithTax" : 107.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 92.56, "priceWithTax" : 112.0 }, { "currency" : "EUR", "priceList" : "employee-basic-price", "priceWithoutTax" : 88.43, "priceWithTax" : 107.0 } ] } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `priceContentRespectingFilter.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "alcatel-3t-10-2020" } }, "prices": [ { "priceId": 581, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0", "validity": null }, { "priceId": 12990, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 12990, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "alcatel-3t-10-2020" } }, "prices" : [ { "priceId" : 581, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 12990, "priceList" : "employee-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 12990, "priceList" : "employee-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `priceContentAll.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "priceInnerRecordHandling": "NONE", "attributes": { "code": "alcatel-3t-10-2020" }, "priceForSale": { "currency": "EUR", "priceList": "employee-basic-price", "priceWithoutTax": 88.43, "priceWithTax": 107.0 }, "prices": [ { "currency": "CZK", "priceList": "basic", "priceWithoutTax": 2198.35, "priceWithTax": 2660.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 92.56, "priceWithTax": 112.0 }, { "currency": "CZK", "priceList": "b2b-basic-price", "priceWithoutTax": 2132.0, "priceWithTax": 2579.72 }, { "currency": "EUR", "priceList": "b2b-basic-price", "priceWithoutTax": 89.0, "priceWithTax": 107.69 }, { "currency": "CZK", "priceList": "employee-basic-price", "priceWithoutTax": 2109.92, "priceWithTax": 2553.0 }, { "currency": "EUR", "priceList": "employee-basic-price", "priceWithoutTax": 88.43, "priceWithTax": 107.0 }, { "currency": "CZK", "priceList": "shareholders-basic-price", "priceWithoutTax": 2043.8, "priceWithTax": 2473.0 }, { "currency": "EUR", "priceList": "shareholders-basic-price", "priceWithoutTax": 85.95, "priceWithTax": 104.0 }, { "currency": "CZK", "priceList": "christmas-prices", "priceWithoutTax": 2154.55, "priceWithTax": 2607.0, "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "currency": "EUR", "priceList": "christmas-prices", "priceWithoutTax": 90.49, "priceWithTax": 109.49, "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "currency": "CZK", "priceList": "b2b-vip-group-1-level", "priceWithoutTax": 2528.0, "priceWithTax": 2528.0 }, { "currency": "EUR", "priceList": "b2b-vip-group-1-level", "priceWithoutTax": 106.18, "priceWithTax": 106.18 }, { "currency": "CZK", "priceList": "b2b-vip-group-2-level", "priceWithoutTax": 2503.0, "priceWithTax": 2503.0 }, { "currency": "EUR", "priceList": "b2b-vip-group-2-level", "priceWithoutTax": 105.12, "priceWithTax": 105.12 }, { "currency": "CZK", "priceList": "b2b-vip-group-3-level", "priceWithoutTax": 2453.0, "priceWithTax": 2453.0 }, { "currency": "EUR", "priceList": "b2b-vip-group-3-level", "priceWithoutTax": 103.02, "priceWithTax": 103.02 }, { "currency": "CZK", "priceList": "management-price", "priceWithoutTax": 2046.28, "priceWithTax": 2476.0 }, { "currency": "EUR", "priceList": "management-price", "priceWithoutTax": 85.96, "priceWithTax": 104.01 }, { "currency": "CZK", "priceList": "shareholders-group-1-level", "priceWithoutTax": 2003.31, "priceWithTax": 2424.0 }, { "currency": "EUR", "priceList": "shareholders-group-1-level", "priceWithoutTax": 84.12, "priceWithTax": 101.79 }, { "currency": "CZK", "priceList": "shareholders-group-2-level", "priceWithoutTax": 1961.98, "priceWithTax": 2374.0 }, { "currency": "EUR", "priceList": "shareholders-group-2-level", "priceWithoutTax": 82.4, "priceWithTax": 99.71 } ] } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "priceInnerRecordHandling" : "NONE", "attributes" : { "code" : "alcatel-3t-10-2020" }, "priceForSale" : { "currency" : "EUR", "priceList" : "employee-basic-price", "priceWithoutTax" : 88.43, "priceWithTax" : 107.0 }, "prices" : [ { "currency" : "CZK", "priceList" : "basic", "priceWithoutTax" : 2198.35, "priceWithTax" : 2660.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 92.56, "priceWithTax" : 112.0 }, { "currency" : "CZK", "priceList" : "b2b-basic-price", "priceWithoutTax" : 2132.0, "priceWithTax" : 2579.72 }, { "currency" : "EUR", "priceList" : "b2b-basic-price", "priceWithoutTax" : 89.0, "priceWithTax" : 107.69 }, { "currency" : "CZK", "priceList" : "employee-basic-price", "priceWithoutTax" : 2109.92, "priceWithTax" : 2553.0 }, { "currency" : "EUR", "priceList" : "employee-basic-price", "priceWithoutTax" : 88.43, "priceWithTax" : 107.0 }, { "currency" : "CZK", "priceList" : "shareholders-basic-price", "priceWithoutTax" : 2043.8, "priceWithTax" : 2473.0 }, { "currency" : "EUR", "priceList" : "shareholders-basic-price", "priceWithoutTax" : 85.95, "priceWithTax" : 104.0 }, { "currency" : "CZK", "priceList" : "christmas-prices", "priceWithoutTax" : 2154.55, "priceWithTax" : 2607.0, "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "currency" : "EUR", "priceList" : "christmas-prices", "priceWithoutTax" : 90.49, "priceWithTax" : 109.49, "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "currency" : "CZK", "priceList" : "b2b-vip-group-1-level", "priceWithoutTax" : 2528.0, "priceWithTax" : 2528.0 }, { "currency" : "EUR", "priceList" : "b2b-vip-group-1-level", "priceWithoutTax" : 106.18, "priceWithTax" : 106.18 }, { "currency" : "CZK", "priceList" : "b2b-vip-group-2-level", "priceWithoutTax" : 2503.0, "priceWithTax" : 2503.0 }, { "currency" : "EUR", "priceList" : "b2b-vip-group-2-level", "priceWithoutTax" : 105.12, "priceWithTax" : 105.12 }, { "currency" : "CZK", "priceList" : "b2b-vip-group-3-level", "priceWithoutTax" : 2453.0, "priceWithTax" : 2453.0 }, { "currency" : "EUR", "priceList" : "b2b-vip-group-3-level", "priceWithoutTax" : 103.02, "priceWithTax" : 103.02 }, { "currency" : "CZK", "priceList" : "management-price", "priceWithoutTax" : 2046.28, "priceWithTax" : 2476.0 }, { "currency" : "EUR", "priceList" : "management-price", "priceWithoutTax" : 85.96, "priceWithTax" : 104.01 }, { "currency" : "CZK", "priceList" : "shareholders-group-1-level", "priceWithoutTax" : 2003.31, "priceWithTax" : 2424.0 }, { "currency" : "EUR", "priceList" : "shareholders-group-1-level", "priceWithoutTax" : 84.12, "priceWithTax" : 101.79 }, { "currency" : "CZK", "priceList" : "shareholders-group-2-level", "priceWithoutTax" : 1961.98, "priceWithTax" : 2374.0 }, { "currency" : "EUR", "priceList" : "shareholders-group-2-level", "priceWithoutTax" : 82.4, "priceWithTax" : 99.71 } ] } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `priceContentAll.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "global": { "code": "alcatel-3t-10-2020" } }, "prices": [ { "priceId": 580, "priceList": "basic", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2198.35", "priceWithTax": "2660.0", "taxRate": "21.0", "validity": null }, { "priceId": 581, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0", "validity": null }, { "priceId": 8854, "priceList": "b2b-basic-price", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2132.0", "priceWithTax": "2579.72", "taxRate": "21.0", "validity": null }, { "priceId": 8855, "priceList": "b2b-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "89.0", "priceWithTax": "107.69", "taxRate": "21.0", "validity": null }, { "priceId": 12989, "priceList": "employee-basic-price", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2109.92", "priceWithTax": "2553.0", "taxRate": "21.0", "validity": null }, { "priceId": 12990, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0", "validity": null }, { "priceId": 13289, "priceList": "shareholders-basic-price", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2043.8", "priceWithTax": "2473.0", "taxRate": "21.0", "validity": null }, { "priceId": 13290, "priceList": "shareholders-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.95", "priceWithTax": "104.0", "taxRate": "21.0", "validity": null }, { "priceId": 37173, "priceList": "christmas-prices", "currency": "CZK", "innerRecordId": null, "indexed": false, "priceWithoutTax": "2154.55", "priceWithTax": "2607.0", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 37174, "priceList": "christmas-prices", "currency": "EUR", "innerRecordId": null, "indexed": false, "priceWithoutTax": "90.49", "priceWithTax": "109.49", "taxRate": "21.0", "validity": [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId": 37175, "priceList": "b2b-vip-group-1-level", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2528.0", "priceWithTax": "2528.0", "taxRate": "0.0", "validity": null }, { "priceId": 37176, "priceList": "b2b-vip-group-1-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "106.18", "priceWithTax": "106.18", "taxRate": "0.0", "validity": null }, { "priceId": 37177, "priceList": "b2b-vip-group-2-level", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2503.0", "priceWithTax": "2503.0", "taxRate": "0.0", "validity": null }, { "priceId": 37178, "priceList": "b2b-vip-group-2-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "105.12", "priceWithTax": "105.12", "taxRate": "0.0", "validity": null }, { "priceId": 37179, "priceList": "b2b-vip-group-3-level", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2453.0", "priceWithTax": "2453.0", "taxRate": "0.0", "validity": null }, { "priceId": 37180, "priceList": "b2b-vip-group-3-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "103.02", "priceWithTax": "103.02", "taxRate": "0.0", "validity": null }, { "priceId": 37181, "priceList": "management-price", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2046.28", "priceWithTax": "2476.0", "taxRate": "21.0", "validity": null }, { "priceId": 37182, "priceList": "management-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "85.96", "priceWithTax": "104.01", "taxRate": "21.0", "validity": null }, { "priceId": 37183, "priceList": "shareholders-group-1-level", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "2003.31", "priceWithTax": "2424.0", "taxRate": "21.0", "validity": null }, { "priceId": 37184, "priceList": "shareholders-group-1-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "84.12", "priceWithTax": "101.79", "taxRate": "21.0", "validity": null }, { "priceId": 37185, "priceList": "shareholders-group-2-level", "currency": "CZK", "innerRecordId": null, "indexed": true, "priceWithoutTax": "1961.98", "priceWithTax": "2374.0", "taxRate": "21.0", "validity": null }, { "priceId": 37186, "priceList": "shareholders-group-2-level", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "82.4", "priceWithTax": "99.71", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 12990, "priceList": "employee-basic-price", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0", "validity": null } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "global" : { "code" : "alcatel-3t-10-2020" } }, "prices" : [ { "priceId" : 580, "priceList" : "basic", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2198.35", "priceWithTax" : "2660.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 581, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 8854, "priceList" : "b2b-basic-price", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2132.0", "priceWithTax" : "2579.72", "taxRate" : "21.0", "validity" : null }, { "priceId" : 8855, "priceList" : "b2b-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "89.0", "priceWithTax" : "107.69", "taxRate" : "21.0", "validity" : null }, { "priceId" : 12989, "priceList" : "employee-basic-price", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2109.92", "priceWithTax" : "2553.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 12990, "priceList" : "employee-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 13289, "priceList" : "shareholders-basic-price", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2043.8", "priceWithTax" : "2473.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 13290, "priceList" : "shareholders-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.95", "priceWithTax" : "104.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 37173, "priceList" : "christmas-prices", "currency" : "CZK", "innerRecordId" : null, "indexed" : false, "priceWithoutTax" : "2154.55", "priceWithTax" : "2607.0", "taxRate" : "21.0", "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId" : 37174, "priceList" : "christmas-prices", "currency" : "EUR", "innerRecordId" : null, "indexed" : false, "priceWithoutTax" : "90.49", "priceWithTax" : "109.49", "taxRate" : "21.0", "validity" : [ "2023-12-01T12:00:00+01:00", "2024-01-01T12:00:59+01:00" ] }, { "priceId" : 37175, "priceList" : "b2b-vip-group-1-level", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2528.0", "priceWithTax" : "2528.0", "taxRate" : "0.0", "validity" : null }, { "priceId" : 37176, "priceList" : "b2b-vip-group-1-level", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "106.18", "priceWithTax" : "106.18", "taxRate" : "0.0", "validity" : null }, { "priceId" : 37177, "priceList" : "b2b-vip-group-2-level", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2503.0", "priceWithTax" : "2503.0", "taxRate" : "0.0", "validity" : null }, { "priceId" : 37178, "priceList" : "b2b-vip-group-2-level", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "105.12", "priceWithTax" : "105.12", "taxRate" : "0.0", "validity" : null }, { "priceId" : 37179, "priceList" : "b2b-vip-group-3-level", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2453.0", "priceWithTax" : "2453.0", "taxRate" : "0.0", "validity" : null }, { "priceId" : 37180, "priceList" : "b2b-vip-group-3-level", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "103.02", "priceWithTax" : "103.02", "taxRate" : "0.0", "validity" : null }, { "priceId" : 37181, "priceList" : "management-price", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2046.28", "priceWithTax" : "2476.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 37182, "priceList" : "management-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "85.96", "priceWithTax" : "104.01", "taxRate" : "21.0", "validity" : null }, { "priceId" : 37183, "priceList" : "shareholders-group-1-level", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "2003.31", "priceWithTax" : "2424.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 37184, "priceList" : "shareholders-group-1-level", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "84.12", "priceWithTax" : "101.79", "taxRate" : "21.0", "validity" : null }, { "priceId" : 37185, "priceList" : "shareholders-group-2-level", "currency" : "CZK", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "1961.98", "priceWithTax" : "2374.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 37186, "priceList" : "shareholders-group-2-level", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "82.4", "priceWithTax" : "99.71", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 12990, "priceList" : "employee-basic-price", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0", "validity" : null } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `priceForSaleField.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "priceForSale": { "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "priceForSale" : { "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0" } } ] } ```>
md`.Example `priceForSaleFieldWithArguments.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "priceForSale": { "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0" } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "priceForSale" : { "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0" } } ] } ```>
md`.Example `allPricesForSaleField.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103911, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022" }, "priceForSale": { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, "allPricesForSale": [ { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0" }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0" } ], "multiplePricesForSaleAvailable": true } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103911, "attributes" : { "code" : "apple-ipad-10-2-10th-generation-2022" }, "priceForSale" : { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0" }, "allPricesForSale" : [ { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "436.36", "priceWithTax" : "528.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "436.36", "priceWithTax" : "528.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "436.36", "priceWithTax" : "528.0", "taxRate" : "21.0" }, { "priceWithoutTax" : "436.36", "priceWithTax" : "528.0", "taxRate" : "21.0" } ], "multiplePricesForSaleAvailable" : true } ] } ```>
md`.Example `priceForSaleFieldWithReferencePrice.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "priceForSale": { "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0" } } } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "priceForSale" : { "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0" } } } ] } ```>
md`.Example `allPricesForSaleFieldWithReferencePrices.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103911, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022" }, "allPricesForSale": [ { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" } }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" } }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" } }, { "priceWithoutTax": "395.87", "priceWithTax": "479.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0" } }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" } }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" } }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" } }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" } }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" } }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" } }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" } }, { "priceWithoutTax": "412.4", "priceWithTax": "499.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "429.75", "priceWithTax": "520.0", "taxRate": "21.0" } }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0" } }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0" } }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0" } }, { "priceWithoutTax": "436.36", "priceWithTax": "528.0", "taxRate": "21.0", "referencePrice": { "priceWithoutTax": "454.55", "priceWithTax": "550.0", "taxRate": "21.0" } } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103911, "attributes" : { "code" : "apple-ipad-10-2-10th-generation-2022" }, "allPricesForSale" : [ { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "395.87", "priceWithTax" : "479.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "412.4", "priceWithTax" : "499.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "429.75", "priceWithTax" : "520.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "436.36", "priceWithTax" : "528.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "454.55", "priceWithTax" : "550.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "436.36", "priceWithTax" : "528.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "454.55", "priceWithTax" : "550.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "436.36", "priceWithTax" : "528.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "454.55", "priceWithTax" : "550.0", "taxRate" : "21.0" } }, { "priceWithoutTax" : "436.36", "priceWithTax" : "528.0", "taxRate" : "21.0", "referencePrice" : { "priceWithoutTax" : "454.55", "priceWithTax" : "550.0", "taxRate" : "21.0" } } ] } ] } ```>
md`.Example `pricesField.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "prices": [ { "priceList": "basic", "priceWithoutTax": "2198.35", "priceWithTax": "2660.0", "taxRate": "21.0" }, { "priceList": "basic", "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0" }, { "priceList": "b2b-basic-price", "priceWithoutTax": "2132.0", "priceWithTax": "2579.72", "taxRate": "21.0" }, { "priceList": "b2b-basic-price", "priceWithoutTax": "89.0", "priceWithTax": "107.69", "taxRate": "21.0" }, { "priceList": "employee-basic-price", "priceWithoutTax": "2109.92", "priceWithTax": "2553.0", "taxRate": "21.0" }, { "priceList": "employee-basic-price", "priceWithoutTax": "88.43", "priceWithTax": "107.0", "taxRate": "21.0" }, { "priceList": "shareholders-basic-price", "priceWithoutTax": "2043.8", "priceWithTax": "2473.0", "taxRate": "21.0" }, { "priceList": "shareholders-basic-price", "priceWithoutTax": "85.95", "priceWithTax": "104.0", "taxRate": "21.0" }, { "priceList": "christmas-prices", "priceWithoutTax": "2154.55", "priceWithTax": "2607.0", "taxRate": "21.0" }, { "priceList": "christmas-prices", "priceWithoutTax": "90.49", "priceWithTax": "109.49", "taxRate": "21.0" }, { "priceList": "b2b-vip-group-1-level", "priceWithoutTax": "2528.0", "priceWithTax": "2528.0", "taxRate": "0.0" }, { "priceList": "b2b-vip-group-1-level", "priceWithoutTax": "106.18", "priceWithTax": "106.18", "taxRate": "0.0" }, { "priceList": "b2b-vip-group-2-level", "priceWithoutTax": "2503.0", "priceWithTax": "2503.0", "taxRate": "0.0" }, { "priceList": "b2b-vip-group-2-level", "priceWithoutTax": "105.12", "priceWithTax": "105.12", "taxRate": "0.0" }, { "priceList": "b2b-vip-group-3-level", "priceWithoutTax": "2453.0", "priceWithTax": "2453.0", "taxRate": "0.0" }, { "priceList": "b2b-vip-group-3-level", "priceWithoutTax": "103.02", "priceWithTax": "103.02", "taxRate": "0.0" }, { "priceList": "management-price", "priceWithoutTax": "2046.28", "priceWithTax": "2476.0", "taxRate": "21.0" }, { "priceList": "management-price", "priceWithoutTax": "85.96", "priceWithTax": "104.01", "taxRate": "21.0" }, { "priceList": "shareholders-group-1-level", "priceWithoutTax": "2003.31", "priceWithTax": "2424.0", "taxRate": "21.0" }, { "priceList": "shareholders-group-1-level", "priceWithoutTax": "84.12", "priceWithTax": "101.79", "taxRate": "21.0" }, { "priceList": "shareholders-group-2-level", "priceWithoutTax": "1961.98", "priceWithTax": "2374.0", "taxRate": "21.0" }, { "priceList": "shareholders-group-2-level", "priceWithoutTax": "82.4", "priceWithTax": "99.71", "taxRate": "21.0" } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "prices" : [ { "priceList" : "basic", "priceWithoutTax" : "2198.35", "priceWithTax" : "2660.0", "taxRate" : "21.0" }, { "priceList" : "basic", "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0" }, { "priceList" : "b2b-basic-price", "priceWithoutTax" : "2132.0", "priceWithTax" : "2579.72", "taxRate" : "21.0" }, { "priceList" : "b2b-basic-price", "priceWithoutTax" : "89.0", "priceWithTax" : "107.69", "taxRate" : "21.0" }, { "priceList" : "employee-basic-price", "priceWithoutTax" : "2109.92", "priceWithTax" : "2553.0", "taxRate" : "21.0" }, { "priceList" : "employee-basic-price", "priceWithoutTax" : "88.43", "priceWithTax" : "107.0", "taxRate" : "21.0" }, { "priceList" : "shareholders-basic-price", "priceWithoutTax" : "2043.8", "priceWithTax" : "2473.0", "taxRate" : "21.0" }, { "priceList" : "shareholders-basic-price", "priceWithoutTax" : "85.95", "priceWithTax" : "104.0", "taxRate" : "21.0" }, { "priceList" : "christmas-prices", "priceWithoutTax" : "2154.55", "priceWithTax" : "2607.0", "taxRate" : "21.0" }, { "priceList" : "christmas-prices", "priceWithoutTax" : "90.49", "priceWithTax" : "109.49", "taxRate" : "21.0" }, { "priceList" : "b2b-vip-group-1-level", "priceWithoutTax" : "2528.0", "priceWithTax" : "2528.0", "taxRate" : "0.0" }, { "priceList" : "b2b-vip-group-1-level", "priceWithoutTax" : "106.18", "priceWithTax" : "106.18", "taxRate" : "0.0" }, { "priceList" : "b2b-vip-group-2-level", "priceWithoutTax" : "2503.0", "priceWithTax" : "2503.0", "taxRate" : "0.0" }, { "priceList" : "b2b-vip-group-2-level", "priceWithoutTax" : "105.12", "priceWithTax" : "105.12", "taxRate" : "0.0" }, { "priceList" : "b2b-vip-group-3-level", "priceWithoutTax" : "2453.0", "priceWithTax" : "2453.0", "taxRate" : "0.0" }, { "priceList" : "b2b-vip-group-3-level", "priceWithoutTax" : "103.02", "priceWithTax" : "103.02", "taxRate" : "0.0" }, { "priceList" : "management-price", "priceWithoutTax" : "2046.28", "priceWithTax" : "2476.0", "taxRate" : "21.0" }, { "priceList" : "management-price", "priceWithoutTax" : "85.96", "priceWithTax" : "104.01", "taxRate" : "21.0" }, { "priceList" : "shareholders-group-1-level", "priceWithoutTax" : "2003.31", "priceWithTax" : "2424.0", "taxRate" : "21.0" }, { "priceList" : "shareholders-group-1-level", "priceWithoutTax" : "84.12", "priceWithTax" : "101.79", "taxRate" : "21.0" }, { "priceList" : "shareholders-group-2-level", "priceWithoutTax" : "1961.98", "priceWithTax" : "2374.0", "taxRate" : "21.0" }, { "priceList" : "shareholders-group-2-level", "priceWithoutTax" : "82.4", "priceWithTax" : "99.71", "taxRate" : "21.0" } ] } ] } ```>
md`.Example `pricesFieldFiltered.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "prices": [ { "priceList": "basic", "priceWithoutTax": "92.56", "priceWithTax": "112.0", "taxRate": "21.0" } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "prices" : [ { "priceList" : "basic", "priceWithoutTax" : "92.56", "priceWithTax" : "112.0", "taxRate" : "21.0" } ] } ] } ```>
md`.Example `referenceContent.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "references": { "brand": [ { "referencedKey": 103887 } ], "categories": [ { "referencedKey": 66472 } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "references" : { "brand" : [ { "referencedKey" : 103887 } ], "categories" : [ { "referencedKey" : 66472 } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContent.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "alcatel-3t-10-2020" } }, "brand": { "referencedPrimaryKey": 103887 }, "categories": [ { "referencedPrimaryKey": 66472 } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "alcatel-3t-10-2020" } }, "brand" : { "referencedPrimaryKey" : 103887 }, "categories" : [ { "referencedPrimaryKey" : 66472 } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `referenceContent.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "brand": { "referencedPrimaryKey": 103887 }, "categories": [ { "referencedPrimaryKey": 66472 } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "brand" : { "referencedPrimaryKey" : 103887 }, "categories" : [ { "referencedPrimaryKey" : 66472 } ] } ] } ```>
md`.Example `referenceContentBodies.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "references": { "parameterValues": [ { "group": 66518, "groupEntity": { "primaryKey": 66518, "attributes": { "code": "display-type" } }, "referencedKey": 103869, "referencedEntity": { "primaryKey": 103869, "attributes": { "code": "display-type-tft" } } }, { "group": 66520, "groupEntity": { "primaryKey": 66520, "attributes": { "code": "number-of-cpu-cores" } }, "referencedKey": 103870, "referencedEntity": { "primaryKey": 103870, "attributes": { "code": "number-of-cpu-cores-4" } } }, { "group": 66515, "groupEntity": { "primaryKey": 66515, "attributes": { "code": "rear-camera-resoluti" } }, "referencedKey": 103871, "referencedEntity": { "primaryKey": 103871, "attributes": { "code": "rear-camera-resoluti-5" } } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103872, "referencedEntity": { "primaryKey": 103872, "attributes": { "code": "camera-properties-face-detecti" } } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103873, "referencedEntity": { "primaryKey": 103873, "attributes": { "code": "camera-properties-face-tagging" } } }, { "group": 66516, "groupEntity": { "primaryKey": 66516, "attributes": { "code": "front-camera-resolut" } }, "referencedKey": 103874, "referencedEntity": { "primaryKey": 103874, "attributes": { "code": "front-camera-resolut-5" } } }, { "group": 114007, "groupEntity": { "primaryKey": 114007, "attributes": { "code": "height-merge" } }, "referencedKey": 103875, "referencedEntity": { "primaryKey": 103875, "attributes": { "code": "height-161-2" } } }, { "group": 114008, "groupEntity": { "primaryKey": 114008, "attributes": { "code": "width-merge" } }, "referencedKey": 103876, "referencedEntity": { "primaryKey": 103876, "attributes": { "code": "width-243-3" } } }, { "group": 67915, "groupEntity": { "primaryKey": 67915, "attributes": { "code": "thickness" } }, "referencedKey": 103877, "referencedEntity": { "primaryKey": 103877, "attributes": { "code": "thickness-9-35" } } }, { "group": 114009, "groupEntity": { "primaryKey": 114009, "attributes": { "code": "weight-merge" } }, "referencedKey": 103878, "referencedEntity": { "primaryKey": 103878, "attributes": { "code": "weight-475" } } }, { "group": 67917, "groupEntity": { "primaryKey": 67917, "attributes": { "code": "battery-capacity" } }, "referencedKey": 103879, "referencedEntity": { "primaryKey": 103879, "attributes": { "code": "battery-capacity-5500" } } }, { "group": 66514, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system" } }, "referencedKey": 103880, "referencedEntity": { "primaryKey": 103880, "attributes": { "code": "operating-system-google-androi" } } }, { "group": 66462, "groupEntity": { "primaryKey": 66462, "attributes": { "code": "processor" } }, "referencedKey": 103881, "referencedEntity": { "primaryKey": 103881, "attributes": { "code": "processor-mediatek-mt8766b" } } }, { "group": 66521, "groupEntity": { "primaryKey": 66521, "attributes": { "code": "cpu-frequency" } }, "referencedKey": 103882, "referencedEntity": { "primaryKey": 103882, "attributes": { "code": "cpu-frequency-1800" } } }, { "group": 66522, "groupEntity": { "primaryKey": 66522, "attributes": { "code": "graphic-card" } }, "referencedKey": 103883, "referencedEntity": { "primaryKey": 103883, "attributes": { "code": "graphic-card-powervr-ge8300" } } }, { "group": 66533, "groupEntity": { "primaryKey": 66533, "attributes": { "code": "connector" } }, "referencedKey": 103884, "referencedEntity": { "primaryKey": 103884, "attributes": { "code": "connector-type-c" } } }, { "group": 114010, "groupEntity": { "primaryKey": 114010, "attributes": { "code": "connector-merge" } }, "referencedKey": 114011, "referencedEntity": { "primaryKey": 114011, "attributes": { "code": "usb" } } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "references" : { "parameterValues" : [ { "group" : 66518, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "code" : "display-type" } }, "referencedKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "attributes" : { "code" : "display-type-tft" } } }, { "group" : 66520, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "code" : "number-of-cpu-cores" } }, "referencedKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "attributes" : { "code" : "number-of-cpu-cores-4" } } }, { "group" : 66515, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "code" : "rear-camera-resoluti" } }, "referencedKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "attributes" : { "code" : "rear-camera-resoluti-5" } } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "code" : "camera-properties-face-detecti" } } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "attributes" : { "code" : "camera-properties-face-tagging" } } }, { "group" : 66516, "groupEntity" : { "primaryKey" : 66516, "attributes" : { "code" : "front-camera-resolut" } }, "referencedKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "attributes" : { "code" : "front-camera-resolut-5" } } }, { "group" : 114007, "groupEntity" : { "primaryKey" : 114007, "attributes" : { "code" : "height-merge" } }, "referencedKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "attributes" : { "code" : "height-161-2" } } }, { "group" : 114008, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "code" : "width-merge" } }, "referencedKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "attributes" : { "code" : "width-243-3" } } }, { "group" : 67915, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "code" : "thickness" } }, "referencedKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "attributes" : { "code" : "thickness-9-35" } } }, { "group" : 114009, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "code" : "weight-merge" } }, "referencedKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "attributes" : { "code" : "weight-475" } } }, { "group" : 67917, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "code" : "battery-capacity" } }, "referencedKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "attributes" : { "code" : "battery-capacity-5500" } } }, { "group" : 66514, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system" } }, "referencedKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "attributes" : { "code" : "operating-system-google-androi" } } }, { "group" : 66462, "groupEntity" : { "primaryKey" : 66462, "attributes" : { "code" : "processor" } }, "referencedKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "attributes" : { "code" : "processor-mediatek-mt8766b" } } }, { "group" : 66521, "groupEntity" : { "primaryKey" : 66521, "attributes" : { "code" : "cpu-frequency" } }, "referencedKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "attributes" : { "code" : "cpu-frequency-1800" } } }, { "group" : 66522, "groupEntity" : { "primaryKey" : 66522, "attributes" : { "code" : "graphic-card" } }, "referencedKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "attributes" : { "code" : "graphic-card-powervr-ge8300" } } }, { "group" : 66533, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "code" : "connector" } }, "referencedKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "code" : "connector-type-c" } } }, { "group" : 114010, "groupEntity" : { "primaryKey" : 114010, "attributes" : { "code" : "connector-merge" } }, "referencedKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "attributes" : { "code" : "usb" } } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContentBodies.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "parameterValues": [ { "referencedPrimaryKey": 103869, "referencedEntity": { "primaryKey": 103869, "attributes": { "code": "display-type-tft" } }, "groupEntity": { "primaryKey": 66518, "attributes": { "code": "display-type" } } }, { "referencedPrimaryKey": 103870, "referencedEntity": { "primaryKey": 103870, "attributes": { "code": "number-of-cpu-cores-4" } }, "groupEntity": { "primaryKey": 66520, "attributes": { "code": "number-of-cpu-cores" } } }, { "referencedPrimaryKey": 103871, "referencedEntity": { "primaryKey": 103871, "attributes": { "code": "rear-camera-resoluti-5" } }, "groupEntity": { "primaryKey": 66515, "attributes": { "code": "rear-camera-resoluti" } } }, { "referencedPrimaryKey": 103872, "referencedEntity": { "primaryKey": 103872, "attributes": { "code": "camera-properties-face-detecti" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103873, "referencedEntity": { "primaryKey": 103873, "attributes": { "code": "camera-properties-face-tagging" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103874, "referencedEntity": { "primaryKey": 103874, "attributes": { "code": "front-camera-resolut-5" } }, "groupEntity": { "primaryKey": 66516, "attributes": { "code": "front-camera-resolut" } } }, { "referencedPrimaryKey": 103875, "referencedEntity": { "primaryKey": 103875, "attributes": { "code": "height-161-2" } }, "groupEntity": { "primaryKey": 114007, "attributes": { "code": "height-merge" } } }, { "referencedPrimaryKey": 103876, "referencedEntity": { "primaryKey": 103876, "attributes": { "code": "width-243-3" } }, "groupEntity": { "primaryKey": 114008, "attributes": { "code": "width-merge" } } }, { "referencedPrimaryKey": 103877, "referencedEntity": { "primaryKey": 103877, "attributes": { "code": "thickness-9-35" } }, "groupEntity": { "primaryKey": 67915, "attributes": { "code": "thickness" } } }, { "referencedPrimaryKey": 103878, "referencedEntity": { "primaryKey": 103878, "attributes": { "code": "weight-475" } }, "groupEntity": { "primaryKey": 114009, "attributes": { "code": "weight-merge" } } }, { "referencedPrimaryKey": 103879, "referencedEntity": { "primaryKey": 103879, "attributes": { "code": "battery-capacity-5500" } }, "groupEntity": { "primaryKey": 67917, "attributes": { "code": "battery-capacity" } } }, { "referencedPrimaryKey": 103880, "referencedEntity": { "primaryKey": 103880, "attributes": { "code": "operating-system-google-androi" } }, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system" } } }, { "referencedPrimaryKey": 103881, "referencedEntity": { "primaryKey": 103881, "attributes": { "code": "processor-mediatek-mt8766b" } }, "groupEntity": { "primaryKey": 66462, "attributes": { "code": "processor" } } }, { "referencedPrimaryKey": 103882, "referencedEntity": { "primaryKey": 103882, "attributes": { "code": "cpu-frequency-1800" } }, "groupEntity": { "primaryKey": 66521, "attributes": { "code": "cpu-frequency" } } }, { "referencedPrimaryKey": 103883, "referencedEntity": { "primaryKey": 103883, "attributes": { "code": "graphic-card-powervr-ge8300" } }, "groupEntity": { "primaryKey": 66522, "attributes": { "code": "graphic-card" } } }, { "referencedPrimaryKey": 103884, "referencedEntity": { "primaryKey": 103884, "attributes": { "code": "connector-type-c" } }, "groupEntity": { "primaryKey": 66533, "attributes": { "code": "connector" } } }, { "referencedPrimaryKey": 114011, "referencedEntity": { "primaryKey": 114011, "attributes": { "code": "usb" } }, "groupEntity": { "primaryKey": 114010, "attributes": { "code": "connector-merge" } } } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "parameterValues" : [ { "referencedPrimaryKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "attributes" : { "code" : "display-type-tft" } }, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "code" : "display-type" } } }, { "referencedPrimaryKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "attributes" : { "code" : "number-of-cpu-cores-4" } }, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "code" : "number-of-cpu-cores" } } }, { "referencedPrimaryKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "attributes" : { "code" : "rear-camera-resoluti-5" } }, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "code" : "rear-camera-resoluti" } } }, { "referencedPrimaryKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "code" : "camera-properties-face-detecti" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "attributes" : { "code" : "camera-properties-face-tagging" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "attributes" : { "code" : "front-camera-resolut-5" } }, "groupEntity" : { "primaryKey" : 66516, "attributes" : { "code" : "front-camera-resolut" } } }, { "referencedPrimaryKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "attributes" : { "code" : "height-161-2" } }, "groupEntity" : { "primaryKey" : 114007, "attributes" : { "code" : "height-merge" } } }, { "referencedPrimaryKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "attributes" : { "code" : "width-243-3" } }, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "code" : "width-merge" } } }, { "referencedPrimaryKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "attributes" : { "code" : "thickness-9-35" } }, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "code" : "thickness" } } }, { "referencedPrimaryKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "attributes" : { "code" : "weight-475" } }, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "code" : "weight-merge" } } }, { "referencedPrimaryKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "attributes" : { "code" : "battery-capacity-5500" } }, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "code" : "battery-capacity" } } }, { "referencedPrimaryKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "attributes" : { "code" : "operating-system-google-androi" } }, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system" } } }, { "referencedPrimaryKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "attributes" : { "code" : "processor-mediatek-mt8766b" } }, "groupEntity" : { "primaryKey" : 66462, "attributes" : { "code" : "processor" } } }, { "referencedPrimaryKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "attributes" : { "code" : "cpu-frequency-1800" } }, "groupEntity" : { "primaryKey" : 66521, "attributes" : { "code" : "cpu-frequency" } } }, { "referencedPrimaryKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "attributes" : { "code" : "graphic-card-powervr-ge8300" } }, "groupEntity" : { "primaryKey" : 66522, "attributes" : { "code" : "graphic-card" } } }, { "referencedPrimaryKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "code" : "connector-type-c" } }, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "code" : "connector" } } }, { "referencedPrimaryKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "attributes" : { "code" : "usb" } }, "groupEntity" : { "primaryKey" : 114010, "attributes" : { "code" : "connector-merge" } } } ] } ] } ```>
md`.Example `referenceContentBodies.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "alcatel-3t-10-2020" } }, "parameterValues": [ { "referencedPrimaryKey": 103869, "referencedEntity": { "primaryKey": 103869, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "display-type-tft" } } }, "groupEntity": { "primaryKey": 66518, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "display-type" } } } }, { "referencedPrimaryKey": 103870, "referencedEntity": { "primaryKey": 103870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "number-of-cpu-cores-4" } } }, "groupEntity": { "primaryKey": 66520, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "number-of-cpu-cores" } } } }, { "referencedPrimaryKey": 103871, "referencedEntity": { "primaryKey": 103871, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rear-camera-resoluti-5" } } }, "groupEntity": { "primaryKey": 66515, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "rear-camera-resoluti" } } } }, { "referencedPrimaryKey": 103872, "referencedEntity": { "primaryKey": 103872, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-face-detecti" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } } }, { "referencedPrimaryKey": 103873, "referencedEntity": { "primaryKey": 103873, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-face-tagging" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } } }, { "referencedPrimaryKey": 103874, "referencedEntity": { "primaryKey": 103874, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "front-camera-resolut-5" } } }, "groupEntity": { "primaryKey": 66516, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "front-camera-resolut" } } } }, { "referencedPrimaryKey": 103875, "referencedEntity": { "primaryKey": 103875, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-161-2" } } }, "groupEntity": { "primaryKey": 114007, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-merge" } } } }, { "referencedPrimaryKey": 103876, "referencedEntity": { "primaryKey": 103876, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-243-3" } } }, "groupEntity": { "primaryKey": 114008, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-merge" } } } }, { "referencedPrimaryKey": 103877, "referencedEntity": { "primaryKey": 103877, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-9-35" } } }, "groupEntity": { "primaryKey": 67915, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "thickness" } } } }, { "referencedPrimaryKey": 103878, "referencedEntity": { "primaryKey": 103878, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-475" } } }, "groupEntity": { "primaryKey": 114009, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-merge" } } } }, { "referencedPrimaryKey": 103879, "referencedEntity": { "primaryKey": 103879, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-5500" } } }, "groupEntity": { "primaryKey": 67917, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "battery-capacity" } } } }, { "referencedPrimaryKey": 103880, "referencedEntity": { "primaryKey": 103880, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "operating-system-google-androi" } } }, "groupEntity": { "primaryKey": 66514, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "operating-system" } } } }, { "referencedPrimaryKey": 103881, "referencedEntity": { "primaryKey": 103881, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "processor-mediatek-mt8766b" } } }, "groupEntity": { "primaryKey": 66462, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "processor" } } } }, { "referencedPrimaryKey": 103882, "referencedEntity": { "primaryKey": 103882, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cpu-frequency-1800" } } }, "groupEntity": { "primaryKey": 66521, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "cpu-frequency" } } } }, { "referencedPrimaryKey": 103883, "referencedEntity": { "primaryKey": 103883, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "graphic-card-powervr-ge8300" } } }, "groupEntity": { "primaryKey": 66522, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "graphic-card" } } } }, { "referencedPrimaryKey": 103884, "referencedEntity": { "primaryKey": 103884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "connector-type-c" } } }, "groupEntity": { "primaryKey": 66533, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "connector" } } } }, { "referencedPrimaryKey": 114011, "referencedEntity": { "primaryKey": 114011, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "usb" } } }, "groupEntity": { "primaryKey": 114010, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "connector-merge" } } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "alcatel-3t-10-2020" } }, "parameterValues" : [ { "referencedPrimaryKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "display-type-tft" } } }, "groupEntity" : { "primaryKey" : 66518, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "display-type" } } } }, { "referencedPrimaryKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "number-of-cpu-cores-4" } } }, "groupEntity" : { "primaryKey" : 66520, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "number-of-cpu-cores" } } } }, { "referencedPrimaryKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rear-camera-resoluti-5" } } }, "groupEntity" : { "primaryKey" : 66515, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "rear-camera-resoluti" } } } }, { "referencedPrimaryKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-face-detecti" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } } }, { "referencedPrimaryKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-face-tagging" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } } }, { "referencedPrimaryKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "front-camera-resolut-5" } } }, "groupEntity" : { "primaryKey" : 66516, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "front-camera-resolut" } } } }, { "referencedPrimaryKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "height-161-2" } } }, "groupEntity" : { "primaryKey" : 114007, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "height-merge" } } } }, { "referencedPrimaryKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "width-243-3" } } }, "groupEntity" : { "primaryKey" : 114008, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "width-merge" } } } }, { "referencedPrimaryKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "thickness-9-35" } } }, "groupEntity" : { "primaryKey" : 67915, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "thickness" } } } }, { "referencedPrimaryKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "weight-475" } } }, "groupEntity" : { "primaryKey" : 114009, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "weight-merge" } } } }, { "referencedPrimaryKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "battery-capacity-5500" } } }, "groupEntity" : { "primaryKey" : 67917, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "battery-capacity" } } } }, { "referencedPrimaryKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "operating-system-google-androi" } } }, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "operating-system" } } } }, { "referencedPrimaryKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "processor-mediatek-mt8766b" } } }, "groupEntity" : { "primaryKey" : 66462, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "processor" } } } }, { "referencedPrimaryKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cpu-frequency-1800" } } }, "groupEntity" : { "primaryKey" : 66521, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "cpu-frequency" } } } }, { "referencedPrimaryKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "graphic-card-powervr-ge8300" } } }, "groupEntity" : { "primaryKey" : 66522, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "graphic-card" } } } }, { "referencedPrimaryKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "connector-type-c" } } }, "groupEntity" : { "primaryKey" : 66533, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "connector" } } } }, { "referencedPrimaryKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "usb" } } }, "groupEntity" : { "primaryKey" : 114010, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "connector-merge" } } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `referenceContentNested.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 108528, "attributes": { "code": "samsung-galaxy-watch-4" }, "references": { "groups": [ { "referencedKey": 112769, "referencedEntity": { "primaryKey": 112769, "attributes": { "code": "special-offer-group" }, "references": { "tags": [ { "group": 0, "referencedKey": 11, "referencedEntity": { "primaryKey": 11, "attributes": { "code": "special-offer" }, "references": { "categories": [ { "referencedKey": 8 } ] } } } ] } } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 108528, "attributes" : { "code" : "samsung-galaxy-watch-4" }, "references" : { "groups" : [ { "referencedKey" : 112769, "referencedEntity" : { "primaryKey" : 112769, "attributes" : { "code" : "special-offer-group" }, "references" : { "tags" : [ { "group" : 0, "referencedKey" : 11, "referencedEntity" : { "primaryKey" : 11, "attributes" : { "code" : "special-offer" }, "references" : { "categories" : [ { "referencedKey" : 8 } ] } } } ] } } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContentNested.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 108528, "attributes": { "code": "samsung-galaxy-watch-4" }, "groups": [ { "referencedPrimaryKey": 112769, "referencedEntity": { "primaryKey": 112769, "attributes": { "code": "special-offer-group" }, "tags": [ { "referencedPrimaryKey": 11, "referencedEntity": { "primaryKey": 11, "attributes": { "code": "special-offer" }, "categories": [ { "referencedPrimaryKey": 8 } ] } } ] } } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 108528, "attributes" : { "code" : "samsung-galaxy-watch-4" }, "groups" : [ { "referencedPrimaryKey" : 112769, "referencedEntity" : { "primaryKey" : 112769, "attributes" : { "code" : "special-offer-group" }, "tags" : [ { "referencedPrimaryKey" : 11, "referencedEntity" : { "primaryKey" : 11, "attributes" : { "code" : "special-offer" }, "categories" : [ { "referencedPrimaryKey" : 8 } ] } } ] } } ] } ] } ```>
md`.Example `referenceContentNested.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 108528, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "samsung-galaxy-watch-4" } }, "groups": [ { "referencedPrimaryKey": 112769, "referencedEntity": { "primaryKey": 112769, "type": "Group", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "special-offer-group" } }, "tags": [ { "referencedPrimaryKey": 11, "referencedEntity": { "primaryKey": 11, "type": "Tag", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "special-offer" } }, "categories": [ { "referencedPrimaryKey": 8 } ] }, "groupEntity": { "primaryKey": 0, "type": "tagCategory" } } ] } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 108528, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "samsung-galaxy-watch-4" } }, "groups" : [ { "referencedPrimaryKey" : 112769, "referencedEntity" : { "primaryKey" : 112769, "type" : "Group", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "special-offer-group" } }, "tags" : [ { "referencedPrimaryKey" : 11, "referencedEntity" : { "primaryKey" : 11, "type" : "Tag", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "special-offer" } }, "categories" : [ { "referencedPrimaryKey" : 8 } ] }, "groupEntity" : { "primaryKey" : 0, "type" : "tagCategory" } } ] } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `referenceContentWithAttributes.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105703, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022-6" }, "parameterValues": [ { "referencedPrimaryKey": 103867, "attributes": { "variant": true }, "referencedEntity": { "primaryKey": 103867, "attributes": { "code": "cellular-true" } }, "groupEntity": { "primaryKey": 67912, "attributes": { "code": "cellular" } } }, { "referencedPrimaryKey": 103872, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103872, "attributes": { "code": "camera-properties-face-detecti" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103884, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103884, "attributes": { "code": "connector-type-c" } }, "groupEntity": { "primaryKey": 66533, "attributes": { "code": "connector" } } }, { "referencedPrimaryKey": 103888, "attributes": { "variant": true }, "referencedEntity": { "primaryKey": 103888, "attributes": { "code": "display-size-10-2" } }, "groupEntity": { "primaryKey": 66460, "attributes": { "code": "display-size" } } }, { "referencedPrimaryKey": 103889, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103889, "attributes": { "code": "display-type-retina-display" } }, "groupEntity": { "primaryKey": 66518, "attributes": { "code": "display-type" } } }, { "referencedPrimaryKey": 103890, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103890, "attributes": { "code": "number-of-cpu-cores-6" } }, "groupEntity": { "primaryKey": 66520, "attributes": { "code": "number-of-cpu-cores" } } }, { "referencedPrimaryKey": 103891, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103891, "attributes": { "code": "rear-camera-resoluti-8" } }, "groupEntity": { "primaryKey": 66515, "attributes": { "code": "rear-camera-resoluti" } } }, { "referencedPrimaryKey": 103892, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103892, "attributes": { "code": "camera-properties-electronic-i" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103894, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103894, "attributes": { "code": "camera-properties-hdr-photo" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103895, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103895, "attributes": { "code": "camera-properties-hdr-video" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103896, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103896, "attributes": { "code": "camera-properties-slow-motion" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103897, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103897, "attributes": { "code": "camera-properties-burst-mode" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103898, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103898, "attributes": { "code": "camera-properties-touch-focus" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103899, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103899, "attributes": { "code": "camera-properties-macro-mode" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103900, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103900, "attributes": { "code": "camera-properties-panorama-pho" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } }, { "referencedPrimaryKey": 103901, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103901, "attributes": { "code": "front-camera-resolut-1-2" } }, "groupEntity": { "primaryKey": 66516, "attributes": { "code": "front-camera-resolut" } } }, { "referencedPrimaryKey": 103902, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103902, "attributes": { "code": "height-250-6" } }, "groupEntity": { "primaryKey": 67913, "attributes": { "code": "height" } } }, { "referencedPrimaryKey": 103903, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103903, "attributes": { "code": "width-174-1" } }, "groupEntity": { "primaryKey": 67914, "attributes": { "code": "width" } } }, { "referencedPrimaryKey": 103904, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103904, "attributes": { "code": "thickness-7-5" } }, "groupEntity": { "primaryKey": 67915, "attributes": { "code": "thickness" } } }, { "referencedPrimaryKey": 103905, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103905, "attributes": { "code": "weight-495" } }, "groupEntity": { "primaryKey": 114009, "attributes": { "code": "weight-merge" } } }, { "referencedPrimaryKey": 103906, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103906, "attributes": { "code": "battery-capacity-8686" } }, "groupEntity": { "primaryKey": 67917, "attributes": { "code": "battery-capacity" } } }, { "referencedPrimaryKey": 103907, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103907, "attributes": { "code": "operating-system-apple-ipados" } }, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system" } } }, { "referencedPrimaryKey": 103908, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103908, "attributes": { "code": "processor-apple-a14-bionic-apl" } }, "groupEntity": { "primaryKey": 66462, "attributes": { "code": "processor" } } }, { "referencedPrimaryKey": 103909, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103909, "attributes": { "code": "cpu-frequency-2496" } }, "groupEntity": { "primaryKey": 66521, "attributes": { "code": "cpu-frequency" } } }, { "referencedPrimaryKey": 103910, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 103910, "attributes": { "code": "graphic-card-apple-a14mp4" } }, "groupEntity": { "primaryKey": 66522, "attributes": { "code": "graphic-card" } } }, { "referencedPrimaryKey": 104449, "attributes": { "variant": true }, "referencedEntity": { "primaryKey": 104449, "attributes": { "code": "ram-memory-4" } }, "groupEntity": { "primaryKey": 66463, "attributes": { "code": "ram-memory" } } }, { "referencedPrimaryKey": 104709, "attributes": { "variant": true }, "referencedEntity": { "primaryKey": 104709, "attributes": { "code": "rom-memory-256" } }, "groupEntity": { "primaryKey": 66464, "attributes": { "code": "rom-memory" } } }, { "referencedPrimaryKey": 105701, "attributes": { "variant": true }, "referencedEntity": { "primaryKey": 105701, "attributes": { "code": "color-yellow" } }, "groupEntity": { "primaryKey": 66461, "attributes": { "code": "color" } } }, { "referencedPrimaryKey": 114011, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 114011, "attributes": { "code": "usb" } }, "groupEntity": { "primaryKey": 114010, "attributes": { "code": "connector-merge" } } }, { "referencedPrimaryKey": 114104, "attributes": { "variant": false }, "referencedEntity": { "primaryKey": 114104, "attributes": { "code": "video-stabilization" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } } } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 105703, "attributes" : { "code" : "apple-ipad-10-2-10th-generation-2022-6" }, "parameterValues" : [ { "referencedPrimaryKey" : 103867, "attributes" : { "variant" : true }, "referencedEntity" : { "primaryKey" : 103867, "attributes" : { "code" : "cellular-true" } }, "groupEntity" : { "primaryKey" : 67912, "attributes" : { "code" : "cellular" } } }, { "referencedPrimaryKey" : 103872, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "code" : "camera-properties-face-detecti" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103884, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "code" : "connector-type-c" } }, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "code" : "connector" } } }, { "referencedPrimaryKey" : 103888, "attributes" : { "variant" : true }, "referencedEntity" : { "primaryKey" : 103888, "attributes" : { "code" : "display-size-10-2" } }, "groupEntity" : { "primaryKey" : 66460, "attributes" : { "code" : "display-size" } } }, { "referencedPrimaryKey" : 103889, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103889, "attributes" : { "code" : "display-type-retina-display" } }, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "code" : "display-type" } } }, { "referencedPrimaryKey" : 103890, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103890, "attributes" : { "code" : "number-of-cpu-cores-6" } }, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "code" : "number-of-cpu-cores" } } }, { "referencedPrimaryKey" : 103891, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103891, "attributes" : { "code" : "rear-camera-resoluti-8" } }, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "code" : "rear-camera-resoluti" } } }, { "referencedPrimaryKey" : 103892, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103892, "attributes" : { "code" : "camera-properties-electronic-i" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103894, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103894, "attributes" : { "code" : "camera-properties-hdr-photo" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103895, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103895, "attributes" : { "code" : "camera-properties-hdr-video" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103896, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103896, "attributes" : { "code" : "camera-properties-slow-motion" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103897, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103897, "attributes" : { "code" : "camera-properties-burst-mode" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103898, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103898, "attributes" : { "code" : "camera-properties-touch-focus" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103899, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103899, "attributes" : { "code" : "camera-properties-macro-mode" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103900, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103900, "attributes" : { "code" : "camera-properties-panorama-pho" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } }, { "referencedPrimaryKey" : 103901, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103901, "attributes" : { "code" : "front-camera-resolut-1-2" } }, "groupEntity" : { "primaryKey" : 66516, "attributes" : { "code" : "front-camera-resolut" } } }, { "referencedPrimaryKey" : 103902, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103902, "attributes" : { "code" : "height-250-6" } }, "groupEntity" : { "primaryKey" : 67913, "attributes" : { "code" : "height" } } }, { "referencedPrimaryKey" : 103903, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103903, "attributes" : { "code" : "width-174-1" } }, "groupEntity" : { "primaryKey" : 67914, "attributes" : { "code" : "width" } } }, { "referencedPrimaryKey" : 103904, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103904, "attributes" : { "code" : "thickness-7-5" } }, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "code" : "thickness" } } }, { "referencedPrimaryKey" : 103905, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103905, "attributes" : { "code" : "weight-495" } }, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "code" : "weight-merge" } } }, { "referencedPrimaryKey" : 103906, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103906, "attributes" : { "code" : "battery-capacity-8686" } }, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "code" : "battery-capacity" } } }, { "referencedPrimaryKey" : 103907, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103907, "attributes" : { "code" : "operating-system-apple-ipados" } }, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system" } } }, { "referencedPrimaryKey" : 103908, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103908, "attributes" : { "code" : "processor-apple-a14-bionic-apl" } }, "groupEntity" : { "primaryKey" : 66462, "attributes" : { "code" : "processor" } } }, { "referencedPrimaryKey" : 103909, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103909, "attributes" : { "code" : "cpu-frequency-2496" } }, "groupEntity" : { "primaryKey" : 66521, "attributes" : { "code" : "cpu-frequency" } } }, { "referencedPrimaryKey" : 103910, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 103910, "attributes" : { "code" : "graphic-card-apple-a14mp4" } }, "groupEntity" : { "primaryKey" : 66522, "attributes" : { "code" : "graphic-card" } } }, { "referencedPrimaryKey" : 104449, "attributes" : { "variant" : true }, "referencedEntity" : { "primaryKey" : 104449, "attributes" : { "code" : "ram-memory-4" } }, "groupEntity" : { "primaryKey" : 66463, "attributes" : { "code" : "ram-memory" } } }, { "referencedPrimaryKey" : 104709, "attributes" : { "variant" : true }, "referencedEntity" : { "primaryKey" : 104709, "attributes" : { "code" : "rom-memory-256" } }, "groupEntity" : { "primaryKey" : 66464, "attributes" : { "code" : "rom-memory" } } }, { "referencedPrimaryKey" : 105701, "attributes" : { "variant" : true }, "referencedEntity" : { "primaryKey" : 105701, "attributes" : { "code" : "color-yellow" } }, "groupEntity" : { "primaryKey" : 66461, "attributes" : { "code" : "color" } } }, { "referencedPrimaryKey" : 114011, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 114011, "attributes" : { "code" : "usb" } }, "groupEntity" : { "primaryKey" : 114010, "attributes" : { "code" : "connector-merge" } } }, { "referencedPrimaryKey" : 114104, "attributes" : { "variant" : false }, "referencedEntity" : { "primaryKey" : 114104, "attributes" : { "code" : "video-stabilization" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } } } ] } ] } ```>
md`.Example `referenceContentWithAttributes.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105703, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "apple-ipad-10-2-10th-generation-2022-6" } }, "parameterValues": [ { "referencedPrimaryKey": 103867, "referencedEntity": { "primaryKey": 103867, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cellular-true" } } }, "groupEntity": { "primaryKey": 67912, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cellular" } } }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 103872, "referencedEntity": { "primaryKey": 103872, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-face-detecti" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103884, "referencedEntity": { "primaryKey": 103884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "connector-type-c" } } }, "groupEntity": { "primaryKey": 66533, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "connector" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103888, "referencedEntity": { "primaryKey": 103888, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "display-size-10-2" } } }, "groupEntity": { "primaryKey": 66460, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "display-size" } } }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 103889, "referencedEntity": { "primaryKey": 103889, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "display-type-retina-display" } } }, "groupEntity": { "primaryKey": 66518, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "display-type" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103890, "referencedEntity": { "primaryKey": 103890, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "number-of-cpu-cores-6" } } }, "groupEntity": { "primaryKey": 66520, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "number-of-cpu-cores" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103891, "referencedEntity": { "primaryKey": 103891, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rear-camera-resoluti-8" } } }, "groupEntity": { "primaryKey": 66515, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "rear-camera-resoluti" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103892, "referencedEntity": { "primaryKey": 103892, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-electronic-i" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103894, "referencedEntity": { "primaryKey": 103894, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-hdr-photo" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103895, "referencedEntity": { "primaryKey": 103895, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-hdr-video" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103896, "referencedEntity": { "primaryKey": 103896, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-slow-motion" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103897, "referencedEntity": { "primaryKey": 103897, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-burst-mode" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103898, "referencedEntity": { "primaryKey": 103898, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-touch-focus" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103899, "referencedEntity": { "primaryKey": 103899, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-macro-mode" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103900, "referencedEntity": { "primaryKey": 103900, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-panorama-pho" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103901, "referencedEntity": { "primaryKey": 103901, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "front-camera-resolut-1-2" } } }, "groupEntity": { "primaryKey": 66516, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "front-camera-resolut" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103902, "referencedEntity": { "primaryKey": 103902, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-250-6" } } }, "groupEntity": { "primaryKey": 67913, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "height" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103903, "referencedEntity": { "primaryKey": 103903, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-174-1" } } }, "groupEntity": { "primaryKey": 67914, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "width" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103904, "referencedEntity": { "primaryKey": 103904, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-7-5" } } }, "groupEntity": { "primaryKey": 67915, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "thickness" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103905, "referencedEntity": { "primaryKey": 103905, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-495" } } }, "groupEntity": { "primaryKey": 114009, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-merge" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103906, "referencedEntity": { "primaryKey": 103906, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-8686" } } }, "groupEntity": { "primaryKey": 67917, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "battery-capacity" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103907, "referencedEntity": { "primaryKey": 103907, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "operating-system-apple-ipados" } } }, "groupEntity": { "primaryKey": 66514, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "operating-system" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103908, "referencedEntity": { "primaryKey": 103908, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "processor-apple-a14-bionic-apl" } } }, "groupEntity": { "primaryKey": 66462, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "processor" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103909, "referencedEntity": { "primaryKey": 103909, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cpu-frequency-2496" } } }, "groupEntity": { "primaryKey": 66521, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "cpu-frequency" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103910, "referencedEntity": { "primaryKey": 103910, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "graphic-card-apple-a14mp4" } } }, "groupEntity": { "primaryKey": 66522, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "graphic-card" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 104449, "referencedEntity": { "primaryKey": 104449, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory-4" } } }, "groupEntity": { "primaryKey": 66463, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ram-memory" } } }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 104709, "referencedEntity": { "primaryKey": 104709, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory-256" } } }, "groupEntity": { "primaryKey": 66464, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rom-memory" } } }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 105701, "referencedEntity": { "primaryKey": 105701, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "color-yellow" } } }, "groupEntity": { "primaryKey": 66461, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "color" } } }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 114011, "referencedEntity": { "primaryKey": 114011, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "usb" } } }, "groupEntity": { "primaryKey": 114010, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "connector-merge" } } }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 114104, "referencedEntity": { "primaryKey": 114104, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "video-stabilization" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties" } } }, "attributes": { "global": { "variant": false } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 105703, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "apple-ipad-10-2-10th-generation-2022-6" } }, "parameterValues" : [ { "referencedPrimaryKey" : 103867, "referencedEntity" : { "primaryKey" : 103867, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cellular-true" } } }, "groupEntity" : { "primaryKey" : 67912, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cellular" } } }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-face-detecti" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "connector-type-c" } } }, "groupEntity" : { "primaryKey" : 66533, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "connector" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103888, "referencedEntity" : { "primaryKey" : 103888, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "display-size-10-2" } } }, "groupEntity" : { "primaryKey" : 66460, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "display-size" } } }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 103889, "referencedEntity" : { "primaryKey" : 103889, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "display-type-retina-display" } } }, "groupEntity" : { "primaryKey" : 66518, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "display-type" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103890, "referencedEntity" : { "primaryKey" : 103890, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "number-of-cpu-cores-6" } } }, "groupEntity" : { "primaryKey" : 66520, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "number-of-cpu-cores" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103891, "referencedEntity" : { "primaryKey" : 103891, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rear-camera-resoluti-8" } } }, "groupEntity" : { "primaryKey" : 66515, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "rear-camera-resoluti" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103892, "referencedEntity" : { "primaryKey" : 103892, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-electronic-i" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103894, "referencedEntity" : { "primaryKey" : 103894, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-hdr-photo" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103895, "referencedEntity" : { "primaryKey" : 103895, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-hdr-video" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103896, "referencedEntity" : { "primaryKey" : 103896, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-slow-motion" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103897, "referencedEntity" : { "primaryKey" : 103897, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-burst-mode" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103898, "referencedEntity" : { "primaryKey" : 103898, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-touch-focus" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103899, "referencedEntity" : { "primaryKey" : 103899, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-macro-mode" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103900, "referencedEntity" : { "primaryKey" : 103900, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-panorama-pho" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103901, "referencedEntity" : { "primaryKey" : 103901, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "front-camera-resolut-1-2" } } }, "groupEntity" : { "primaryKey" : 66516, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "front-camera-resolut" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103902, "referencedEntity" : { "primaryKey" : 103902, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "height-250-6" } } }, "groupEntity" : { "primaryKey" : 67913, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "height" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103903, "referencedEntity" : { "primaryKey" : 103903, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "width-174-1" } } }, "groupEntity" : { "primaryKey" : 67914, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "width" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103904, "referencedEntity" : { "primaryKey" : 103904, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "thickness-7-5" } } }, "groupEntity" : { "primaryKey" : 67915, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "thickness" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103905, "referencedEntity" : { "primaryKey" : 103905, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "weight-495" } } }, "groupEntity" : { "primaryKey" : 114009, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "weight-merge" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103906, "referencedEntity" : { "primaryKey" : 103906, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "battery-capacity-8686" } } }, "groupEntity" : { "primaryKey" : 67917, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "battery-capacity" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103907, "referencedEntity" : { "primaryKey" : 103907, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "operating-system-apple-ipados" } } }, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "operating-system" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103908, "referencedEntity" : { "primaryKey" : 103908, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "processor-apple-a14-bionic-apl" } } }, "groupEntity" : { "primaryKey" : 66462, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "processor" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103909, "referencedEntity" : { "primaryKey" : 103909, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cpu-frequency-2496" } } }, "groupEntity" : { "primaryKey" : 66521, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "cpu-frequency" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103910, "referencedEntity" : { "primaryKey" : 103910, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "graphic-card-apple-a14mp4" } } }, "groupEntity" : { "primaryKey" : 66522, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "graphic-card" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 104449, "referencedEntity" : { "primaryKey" : 104449, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory-4" } } }, "groupEntity" : { "primaryKey" : 66463, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ram-memory" } } }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 104709, "referencedEntity" : { "primaryKey" : 104709, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory-256" } } }, "groupEntity" : { "primaryKey" : 66464, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rom-memory" } } }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 105701, "referencedEntity" : { "primaryKey" : 105701, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "color-yellow" } } }, "groupEntity" : { "primaryKey" : 66461, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "color" } } }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "usb" } } }, "groupEntity" : { "primaryKey" : 114010, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "connector-merge" } } }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 114104, "referencedEntity" : { "primaryKey" : 114104, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "video-stabilization" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties" } } }, "attributes" : { "global" : { "variant" : false } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `referenceContentWithAttributes.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105703, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022-6" }, "references": { "parameterValues": [ { "group": 67912, "groupEntity": { "primaryKey": 67912, "attributes": { "code": "cellular" } }, "referencedKey": 103867, "referencedEntity": { "primaryKey": 103867, "attributes": { "code": "cellular-true" } }, "attributes": { "variant": true } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103872, "referencedEntity": { "primaryKey": 103872, "attributes": { "code": "camera-properties-face-detecti" } }, "attributes": { "variant": false } }, { "group": 66533, "groupEntity": { "primaryKey": 66533, "attributes": { "code": "connector" } }, "referencedKey": 103884, "referencedEntity": { "primaryKey": 103884, "attributes": { "code": "connector-type-c" } }, "attributes": { "variant": false } }, { "group": 66460, "groupEntity": { "primaryKey": 66460, "attributes": { "code": "display-size" } }, "referencedKey": 103888, "referencedEntity": { "primaryKey": 103888, "attributes": { "code": "display-size-10-2" } }, "attributes": { "variant": true } }, { "group": 66518, "groupEntity": { "primaryKey": 66518, "attributes": { "code": "display-type" } }, "referencedKey": 103889, "referencedEntity": { "primaryKey": 103889, "attributes": { "code": "display-type-retina-display" } }, "attributes": { "variant": false } }, { "group": 66520, "groupEntity": { "primaryKey": 66520, "attributes": { "code": "number-of-cpu-cores" } }, "referencedKey": 103890, "referencedEntity": { "primaryKey": 103890, "attributes": { "code": "number-of-cpu-cores-6" } }, "attributes": { "variant": false } }, { "group": 66515, "groupEntity": { "primaryKey": 66515, "attributes": { "code": "rear-camera-resoluti" } }, "referencedKey": 103891, "referencedEntity": { "primaryKey": 103891, "attributes": { "code": "rear-camera-resoluti-8" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103892, "referencedEntity": { "primaryKey": 103892, "attributes": { "code": "camera-properties-electronic-i" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103894, "referencedEntity": { "primaryKey": 103894, "attributes": { "code": "camera-properties-hdr-photo" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103895, "referencedEntity": { "primaryKey": 103895, "attributes": { "code": "camera-properties-hdr-video" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103896, "referencedEntity": { "primaryKey": 103896, "attributes": { "code": "camera-properties-slow-motion" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103897, "referencedEntity": { "primaryKey": 103897, "attributes": { "code": "camera-properties-burst-mode" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103898, "referencedEntity": { "primaryKey": 103898, "attributes": { "code": "camera-properties-touch-focus" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103899, "referencedEntity": { "primaryKey": 103899, "attributes": { "code": "camera-properties-macro-mode" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103900, "referencedEntity": { "primaryKey": 103900, "attributes": { "code": "camera-properties-panorama-pho" } }, "attributes": { "variant": false } }, { "group": 66516, "groupEntity": { "primaryKey": 66516, "attributes": { "code": "front-camera-resolut" } }, "referencedKey": 103901, "referencedEntity": { "primaryKey": 103901, "attributes": { "code": "front-camera-resolut-1-2" } }, "attributes": { "variant": false } }, { "group": 67913, "groupEntity": { "primaryKey": 67913, "attributes": { "code": "height" } }, "referencedKey": 103902, "referencedEntity": { "primaryKey": 103902, "attributes": { "code": "height-250-6" } }, "attributes": { "variant": false } }, { "group": 67914, "groupEntity": { "primaryKey": 67914, "attributes": { "code": "width" } }, "referencedKey": 103903, "referencedEntity": { "primaryKey": 103903, "attributes": { "code": "width-174-1" } }, "attributes": { "variant": false } }, { "group": 67915, "groupEntity": { "primaryKey": 67915, "attributes": { "code": "thickness" } }, "referencedKey": 103904, "referencedEntity": { "primaryKey": 103904, "attributes": { "code": "thickness-7-5" } }, "attributes": { "variant": false } }, { "group": 114009, "groupEntity": { "primaryKey": 114009, "attributes": { "code": "weight-merge" } }, "referencedKey": 103905, "referencedEntity": { "primaryKey": 103905, "attributes": { "code": "weight-495" } }, "attributes": { "variant": false } }, { "group": 67917, "groupEntity": { "primaryKey": 67917, "attributes": { "code": "battery-capacity" } }, "referencedKey": 103906, "referencedEntity": { "primaryKey": 103906, "attributes": { "code": "battery-capacity-8686" } }, "attributes": { "variant": false } }, { "group": 66514, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system" } }, "referencedKey": 103907, "referencedEntity": { "primaryKey": 103907, "attributes": { "code": "operating-system-apple-ipados" } }, "attributes": { "variant": false } }, { "group": 66462, "groupEntity": { "primaryKey": 66462, "attributes": { "code": "processor" } }, "referencedKey": 103908, "referencedEntity": { "primaryKey": 103908, "attributes": { "code": "processor-apple-a14-bionic-apl" } }, "attributes": { "variant": false } }, { "group": 66521, "groupEntity": { "primaryKey": 66521, "attributes": { "code": "cpu-frequency" } }, "referencedKey": 103909, "referencedEntity": { "primaryKey": 103909, "attributes": { "code": "cpu-frequency-2496" } }, "attributes": { "variant": false } }, { "group": 66522, "groupEntity": { "primaryKey": 66522, "attributes": { "code": "graphic-card" } }, "referencedKey": 103910, "referencedEntity": { "primaryKey": 103910, "attributes": { "code": "graphic-card-apple-a14mp4" } }, "attributes": { "variant": false } }, { "group": 66463, "groupEntity": { "primaryKey": 66463, "attributes": { "code": "ram-memory" } }, "referencedKey": 104449, "referencedEntity": { "primaryKey": 104449, "attributes": { "code": "ram-memory-4" } }, "attributes": { "variant": true } }, { "group": 66464, "groupEntity": { "primaryKey": 66464, "attributes": { "code": "rom-memory" } }, "referencedKey": 104709, "referencedEntity": { "primaryKey": 104709, "attributes": { "code": "rom-memory-256" } }, "attributes": { "variant": true } }, { "group": 66461, "groupEntity": { "primaryKey": 66461, "attributes": { "code": "color" } }, "referencedKey": 105701, "referencedEntity": { "primaryKey": 105701, "attributes": { "code": "color-yellow" } }, "attributes": { "variant": true } }, { "group": 114010, "groupEntity": { "primaryKey": 114010, "attributes": { "code": "connector-merge" } }, "referencedKey": 114011, "referencedEntity": { "primaryKey": 114011, "attributes": { "code": "usb" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 114104, "referencedEntity": { "primaryKey": 114104, "attributes": { "code": "video-stabilization" } }, "attributes": { "variant": false } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 105703, "attributes" : { "code" : "apple-ipad-10-2-10th-generation-2022-6" }, "references" : { "parameterValues" : [ { "group" : 67912, "groupEntity" : { "primaryKey" : 67912, "attributes" : { "code" : "cellular" } }, "referencedKey" : 103867, "referencedEntity" : { "primaryKey" : 103867, "attributes" : { "code" : "cellular-true" } }, "attributes" : { "variant" : true } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "code" : "camera-properties-face-detecti" } }, "attributes" : { "variant" : false } }, { "group" : 66533, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "code" : "connector" } }, "referencedKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "code" : "connector-type-c" } }, "attributes" : { "variant" : false } }, { "group" : 66460, "groupEntity" : { "primaryKey" : 66460, "attributes" : { "code" : "display-size" } }, "referencedKey" : 103888, "referencedEntity" : { "primaryKey" : 103888, "attributes" : { "code" : "display-size-10-2" } }, "attributes" : { "variant" : true } }, { "group" : 66518, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "code" : "display-type" } }, "referencedKey" : 103889, "referencedEntity" : { "primaryKey" : 103889, "attributes" : { "code" : "display-type-retina-display" } }, "attributes" : { "variant" : false } }, { "group" : 66520, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "code" : "number-of-cpu-cores" } }, "referencedKey" : 103890, "referencedEntity" : { "primaryKey" : 103890, "attributes" : { "code" : "number-of-cpu-cores-6" } }, "attributes" : { "variant" : false } }, { "group" : 66515, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "code" : "rear-camera-resoluti" } }, "referencedKey" : 103891, "referencedEntity" : { "primaryKey" : 103891, "attributes" : { "code" : "rear-camera-resoluti-8" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103892, "referencedEntity" : { "primaryKey" : 103892, "attributes" : { "code" : "camera-properties-electronic-i" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103894, "referencedEntity" : { "primaryKey" : 103894, "attributes" : { "code" : "camera-properties-hdr-photo" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103895, "referencedEntity" : { "primaryKey" : 103895, "attributes" : { "code" : "camera-properties-hdr-video" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103896, "referencedEntity" : { "primaryKey" : 103896, "attributes" : { "code" : "camera-properties-slow-motion" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103897, "referencedEntity" : { "primaryKey" : 103897, "attributes" : { "code" : "camera-properties-burst-mode" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103898, "referencedEntity" : { "primaryKey" : 103898, "attributes" : { "code" : "camera-properties-touch-focus" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103899, "referencedEntity" : { "primaryKey" : 103899, "attributes" : { "code" : "camera-properties-macro-mode" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103900, "referencedEntity" : { "primaryKey" : 103900, "attributes" : { "code" : "camera-properties-panorama-pho" } }, "attributes" : { "variant" : false } }, { "group" : 66516, "groupEntity" : { "primaryKey" : 66516, "attributes" : { "code" : "front-camera-resolut" } }, "referencedKey" : 103901, "referencedEntity" : { "primaryKey" : 103901, "attributes" : { "code" : "front-camera-resolut-1-2" } }, "attributes" : { "variant" : false } }, { "group" : 67913, "groupEntity" : { "primaryKey" : 67913, "attributes" : { "code" : "height" } }, "referencedKey" : 103902, "referencedEntity" : { "primaryKey" : 103902, "attributes" : { "code" : "height-250-6" } }, "attributes" : { "variant" : false } }, { "group" : 67914, "groupEntity" : { "primaryKey" : 67914, "attributes" : { "code" : "width" } }, "referencedKey" : 103903, "referencedEntity" : { "primaryKey" : 103903, "attributes" : { "code" : "width-174-1" } }, "attributes" : { "variant" : false } }, { "group" : 67915, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "code" : "thickness" } }, "referencedKey" : 103904, "referencedEntity" : { "primaryKey" : 103904, "attributes" : { "code" : "thickness-7-5" } }, "attributes" : { "variant" : false } }, { "group" : 114009, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "code" : "weight-merge" } }, "referencedKey" : 103905, "referencedEntity" : { "primaryKey" : 103905, "attributes" : { "code" : "weight-495" } }, "attributes" : { "variant" : false } }, { "group" : 67917, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "code" : "battery-capacity" } }, "referencedKey" : 103906, "referencedEntity" : { "primaryKey" : 103906, "attributes" : { "code" : "battery-capacity-8686" } }, "attributes" : { "variant" : false } }, { "group" : 66514, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system" } }, "referencedKey" : 103907, "referencedEntity" : { "primaryKey" : 103907, "attributes" : { "code" : "operating-system-apple-ipados" } }, "attributes" : { "variant" : false } }, { "group" : 66462, "groupEntity" : { "primaryKey" : 66462, "attributes" : { "code" : "processor" } }, "referencedKey" : 103908, "referencedEntity" : { "primaryKey" : 103908, "attributes" : { "code" : "processor-apple-a14-bionic-apl" } }, "attributes" : { "variant" : false } }, { "group" : 66521, "groupEntity" : { "primaryKey" : 66521, "attributes" : { "code" : "cpu-frequency" } }, "referencedKey" : 103909, "referencedEntity" : { "primaryKey" : 103909, "attributes" : { "code" : "cpu-frequency-2496" } }, "attributes" : { "variant" : false } }, { "group" : 66522, "groupEntity" : { "primaryKey" : 66522, "attributes" : { "code" : "graphic-card" } }, "referencedKey" : 103910, "referencedEntity" : { "primaryKey" : 103910, "attributes" : { "code" : "graphic-card-apple-a14mp4" } }, "attributes" : { "variant" : false } }, { "group" : 66463, "groupEntity" : { "primaryKey" : 66463, "attributes" : { "code" : "ram-memory" } }, "referencedKey" : 104449, "referencedEntity" : { "primaryKey" : 104449, "attributes" : { "code" : "ram-memory-4" } }, "attributes" : { "variant" : true } }, { "group" : 66464, "groupEntity" : { "primaryKey" : 66464, "attributes" : { "code" : "rom-memory" } }, "referencedKey" : 104709, "referencedEntity" : { "primaryKey" : 104709, "attributes" : { "code" : "rom-memory-256" } }, "attributes" : { "variant" : true } }, { "group" : 66461, "groupEntity" : { "primaryKey" : 66461, "attributes" : { "code" : "color" } }, "referencedKey" : 105701, "referencedEntity" : { "primaryKey" : 105701, "attributes" : { "code" : "color-yellow" } }, "attributes" : { "variant" : true } }, { "group" : 114010, "groupEntity" : { "primaryKey" : 114010, "attributes" : { "code" : "connector-merge" } }, "referencedKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "attributes" : { "code" : "usb" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 114104, "referencedEntity" : { "primaryKey" : 114104, "attributes" : { "code" : "video-stabilization" } }, "attributes" : { "variant" : false } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContentWithAttributes.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105703, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022-6" }, "references": { "parameterValues": [ { "group": 67912, "groupEntity": { "primaryKey": 67912, "attributes": { "code": "cellular" } }, "referencedKey": 103867, "referencedEntity": { "primaryKey": 103867, "attributes": { "code": "cellular-true" } }, "attributes": { "variant": true } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103872, "referencedEntity": { "primaryKey": 103872, "attributes": { "code": "camera-properties-face-detecti" } }, "attributes": { "variant": false } }, { "group": 66533, "groupEntity": { "primaryKey": 66533, "attributes": { "code": "connector" } }, "referencedKey": 103884, "referencedEntity": { "primaryKey": 103884, "attributes": { "code": "connector-type-c" } }, "attributes": { "variant": false } }, { "group": 66460, "groupEntity": { "primaryKey": 66460, "attributes": { "code": "display-size" } }, "referencedKey": 103888, "referencedEntity": { "primaryKey": 103888, "attributes": { "code": "display-size-10-2" } }, "attributes": { "variant": true } }, { "group": 66518, "groupEntity": { "primaryKey": 66518, "attributes": { "code": "display-type" } }, "referencedKey": 103889, "referencedEntity": { "primaryKey": 103889, "attributes": { "code": "display-type-retina-display" } }, "attributes": { "variant": false } }, { "group": 66520, "groupEntity": { "primaryKey": 66520, "attributes": { "code": "number-of-cpu-cores" } }, "referencedKey": 103890, "referencedEntity": { "primaryKey": 103890, "attributes": { "code": "number-of-cpu-cores-6" } }, "attributes": { "variant": false } }, { "group": 66515, "groupEntity": { "primaryKey": 66515, "attributes": { "code": "rear-camera-resoluti" } }, "referencedKey": 103891, "referencedEntity": { "primaryKey": 103891, "attributes": { "code": "rear-camera-resoluti-8" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103892, "referencedEntity": { "primaryKey": 103892, "attributes": { "code": "camera-properties-electronic-i" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103894, "referencedEntity": { "primaryKey": 103894, "attributes": { "code": "camera-properties-hdr-photo" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103895, "referencedEntity": { "primaryKey": 103895, "attributes": { "code": "camera-properties-hdr-video" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103896, "referencedEntity": { "primaryKey": 103896, "attributes": { "code": "camera-properties-slow-motion" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103897, "referencedEntity": { "primaryKey": 103897, "attributes": { "code": "camera-properties-burst-mode" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103898, "referencedEntity": { "primaryKey": 103898, "attributes": { "code": "camera-properties-touch-focus" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103899, "referencedEntity": { "primaryKey": 103899, "attributes": { "code": "camera-properties-macro-mode" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 103900, "referencedEntity": { "primaryKey": 103900, "attributes": { "code": "camera-properties-panorama-pho" } }, "attributes": { "variant": false } }, { "group": 66516, "groupEntity": { "primaryKey": 66516, "attributes": { "code": "front-camera-resolut" } }, "referencedKey": 103901, "referencedEntity": { "primaryKey": 103901, "attributes": { "code": "front-camera-resolut-1-2" } }, "attributes": { "variant": false } }, { "group": 67913, "groupEntity": { "primaryKey": 67913, "attributes": { "code": "height" } }, "referencedKey": 103902, "referencedEntity": { "primaryKey": 103902, "attributes": { "code": "height-250-6" } }, "attributes": { "variant": false } }, { "group": 67914, "groupEntity": { "primaryKey": 67914, "attributes": { "code": "width" } }, "referencedKey": 103903, "referencedEntity": { "primaryKey": 103903, "attributes": { "code": "width-174-1" } }, "attributes": { "variant": false } }, { "group": 67915, "groupEntity": { "primaryKey": 67915, "attributes": { "code": "thickness" } }, "referencedKey": 103904, "referencedEntity": { "primaryKey": 103904, "attributes": { "code": "thickness-7-5" } }, "attributes": { "variant": false } }, { "group": 114009, "groupEntity": { "primaryKey": 114009, "attributes": { "code": "weight-merge" } }, "referencedKey": 103905, "referencedEntity": { "primaryKey": 103905, "attributes": { "code": "weight-495" } }, "attributes": { "variant": false } }, { "group": 67917, "groupEntity": { "primaryKey": 67917, "attributes": { "code": "battery-capacity" } }, "referencedKey": 103906, "referencedEntity": { "primaryKey": 103906, "attributes": { "code": "battery-capacity-8686" } }, "attributes": { "variant": false } }, { "group": 66514, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system" } }, "referencedKey": 103907, "referencedEntity": { "primaryKey": 103907, "attributes": { "code": "operating-system-apple-ipados" } }, "attributes": { "variant": false } }, { "group": 66462, "groupEntity": { "primaryKey": 66462, "attributes": { "code": "processor" } }, "referencedKey": 103908, "referencedEntity": { "primaryKey": 103908, "attributes": { "code": "processor-apple-a14-bionic-apl" } }, "attributes": { "variant": false } }, { "group": 66521, "groupEntity": { "primaryKey": 66521, "attributes": { "code": "cpu-frequency" } }, "referencedKey": 103909, "referencedEntity": { "primaryKey": 103909, "attributes": { "code": "cpu-frequency-2496" } }, "attributes": { "variant": false } }, { "group": 66522, "groupEntity": { "primaryKey": 66522, "attributes": { "code": "graphic-card" } }, "referencedKey": 103910, "referencedEntity": { "primaryKey": 103910, "attributes": { "code": "graphic-card-apple-a14mp4" } }, "attributes": { "variant": false } }, { "group": 66463, "groupEntity": { "primaryKey": 66463, "attributes": { "code": "ram-memory" } }, "referencedKey": 104449, "referencedEntity": { "primaryKey": 104449, "attributes": { "code": "ram-memory-4" } }, "attributes": { "variant": true } }, { "group": 66464, "groupEntity": { "primaryKey": 66464, "attributes": { "code": "rom-memory" } }, "referencedKey": 104709, "referencedEntity": { "primaryKey": 104709, "attributes": { "code": "rom-memory-256" } }, "attributes": { "variant": true } }, { "group": 66461, "groupEntity": { "primaryKey": 66461, "attributes": { "code": "color" } }, "referencedKey": 105701, "referencedEntity": { "primaryKey": 105701, "attributes": { "code": "color-yellow" } }, "attributes": { "variant": true } }, { "group": 114010, "groupEntity": { "primaryKey": 114010, "attributes": { "code": "connector-merge" } }, "referencedKey": 114011, "referencedEntity": { "primaryKey": 114011, "attributes": { "code": "usb" } }, "attributes": { "variant": false } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties" } }, "referencedKey": 114104, "referencedEntity": { "primaryKey": 114104, "attributes": { "code": "video-stabilization" } }, "attributes": { "variant": false } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 105703, "attributes" : { "code" : "apple-ipad-10-2-10th-generation-2022-6" }, "references" : { "parameterValues" : [ { "group" : 67912, "groupEntity" : { "primaryKey" : 67912, "attributes" : { "code" : "cellular" } }, "referencedKey" : 103867, "referencedEntity" : { "primaryKey" : 103867, "attributes" : { "code" : "cellular-true" } }, "attributes" : { "variant" : true } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "code" : "camera-properties-face-detecti" } }, "attributes" : { "variant" : false } }, { "group" : 66533, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "code" : "connector" } }, "referencedKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "code" : "connector-type-c" } }, "attributes" : { "variant" : false } }, { "group" : 66460, "groupEntity" : { "primaryKey" : 66460, "attributes" : { "code" : "display-size" } }, "referencedKey" : 103888, "referencedEntity" : { "primaryKey" : 103888, "attributes" : { "code" : "display-size-10-2" } }, "attributes" : { "variant" : true } }, { "group" : 66518, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "code" : "display-type" } }, "referencedKey" : 103889, "referencedEntity" : { "primaryKey" : 103889, "attributes" : { "code" : "display-type-retina-display" } }, "attributes" : { "variant" : false } }, { "group" : 66520, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "code" : "number-of-cpu-cores" } }, "referencedKey" : 103890, "referencedEntity" : { "primaryKey" : 103890, "attributes" : { "code" : "number-of-cpu-cores-6" } }, "attributes" : { "variant" : false } }, { "group" : 66515, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "code" : "rear-camera-resoluti" } }, "referencedKey" : 103891, "referencedEntity" : { "primaryKey" : 103891, "attributes" : { "code" : "rear-camera-resoluti-8" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103892, "referencedEntity" : { "primaryKey" : 103892, "attributes" : { "code" : "camera-properties-electronic-i" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103894, "referencedEntity" : { "primaryKey" : 103894, "attributes" : { "code" : "camera-properties-hdr-photo" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103895, "referencedEntity" : { "primaryKey" : 103895, "attributes" : { "code" : "camera-properties-hdr-video" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103896, "referencedEntity" : { "primaryKey" : 103896, "attributes" : { "code" : "camera-properties-slow-motion" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103897, "referencedEntity" : { "primaryKey" : 103897, "attributes" : { "code" : "camera-properties-burst-mode" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103898, "referencedEntity" : { "primaryKey" : 103898, "attributes" : { "code" : "camera-properties-touch-focus" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103899, "referencedEntity" : { "primaryKey" : 103899, "attributes" : { "code" : "camera-properties-macro-mode" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 103900, "referencedEntity" : { "primaryKey" : 103900, "attributes" : { "code" : "camera-properties-panorama-pho" } }, "attributes" : { "variant" : false } }, { "group" : 66516, "groupEntity" : { "primaryKey" : 66516, "attributes" : { "code" : "front-camera-resolut" } }, "referencedKey" : 103901, "referencedEntity" : { "primaryKey" : 103901, "attributes" : { "code" : "front-camera-resolut-1-2" } }, "attributes" : { "variant" : false } }, { "group" : 67913, "groupEntity" : { "primaryKey" : 67913, "attributes" : { "code" : "height" } }, "referencedKey" : 103902, "referencedEntity" : { "primaryKey" : 103902, "attributes" : { "code" : "height-250-6" } }, "attributes" : { "variant" : false } }, { "group" : 67914, "groupEntity" : { "primaryKey" : 67914, "attributes" : { "code" : "width" } }, "referencedKey" : 103903, "referencedEntity" : { "primaryKey" : 103903, "attributes" : { "code" : "width-174-1" } }, "attributes" : { "variant" : false } }, { "group" : 67915, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "code" : "thickness" } }, "referencedKey" : 103904, "referencedEntity" : { "primaryKey" : 103904, "attributes" : { "code" : "thickness-7-5" } }, "attributes" : { "variant" : false } }, { "group" : 114009, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "code" : "weight-merge" } }, "referencedKey" : 103905, "referencedEntity" : { "primaryKey" : 103905, "attributes" : { "code" : "weight-495" } }, "attributes" : { "variant" : false } }, { "group" : 67917, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "code" : "battery-capacity" } }, "referencedKey" : 103906, "referencedEntity" : { "primaryKey" : 103906, "attributes" : { "code" : "battery-capacity-8686" } }, "attributes" : { "variant" : false } }, { "group" : 66514, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system" } }, "referencedKey" : 103907, "referencedEntity" : { "primaryKey" : 103907, "attributes" : { "code" : "operating-system-apple-ipados" } }, "attributes" : { "variant" : false } }, { "group" : 66462, "groupEntity" : { "primaryKey" : 66462, "attributes" : { "code" : "processor" } }, "referencedKey" : 103908, "referencedEntity" : { "primaryKey" : 103908, "attributes" : { "code" : "processor-apple-a14-bionic-apl" } }, "attributes" : { "variant" : false } }, { "group" : 66521, "groupEntity" : { "primaryKey" : 66521, "attributes" : { "code" : "cpu-frequency" } }, "referencedKey" : 103909, "referencedEntity" : { "primaryKey" : 103909, "attributes" : { "code" : "cpu-frequency-2496" } }, "attributes" : { "variant" : false } }, { "group" : 66522, "groupEntity" : { "primaryKey" : 66522, "attributes" : { "code" : "graphic-card" } }, "referencedKey" : 103910, "referencedEntity" : { "primaryKey" : 103910, "attributes" : { "code" : "graphic-card-apple-a14mp4" } }, "attributes" : { "variant" : false } }, { "group" : 66463, "groupEntity" : { "primaryKey" : 66463, "attributes" : { "code" : "ram-memory" } }, "referencedKey" : 104449, "referencedEntity" : { "primaryKey" : 104449, "attributes" : { "code" : "ram-memory-4" } }, "attributes" : { "variant" : true } }, { "group" : 66464, "groupEntity" : { "primaryKey" : 66464, "attributes" : { "code" : "rom-memory" } }, "referencedKey" : 104709, "referencedEntity" : { "primaryKey" : 104709, "attributes" : { "code" : "rom-memory-256" } }, "attributes" : { "variant" : true } }, { "group" : 66461, "groupEntity" : { "primaryKey" : 66461, "attributes" : { "code" : "color" } }, "referencedKey" : 105701, "referencedEntity" : { "primaryKey" : 105701, "attributes" : { "code" : "color-yellow" } }, "attributes" : { "variant" : true } }, { "group" : 114010, "groupEntity" : { "primaryKey" : 114010, "attributes" : { "code" : "connector-merge" } }, "referencedKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "attributes" : { "code" : "usb" } }, "attributes" : { "variant" : false } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties" } }, "referencedKey" : 114104, "referencedEntity" : { "primaryKey" : 114104, "attributes" : { "code" : "video-stabilization" } }, "attributes" : { "variant" : false } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContentFilter.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "references": { "parameterValues": [ { "group": 66518, "groupEntity": { "primaryKey": 66518, "attributes": { "code": "display-type", "isVisibleInDetail": true } }, "referencedKey": 103869, "referencedEntity": { "primaryKey": 103869, "attributes": { "code": "display-type-tft" } } }, { "group": 66520, "groupEntity": { "primaryKey": 66520, "attributes": { "code": "number-of-cpu-cores", "isVisibleInDetail": true } }, "referencedKey": 103870, "referencedEntity": { "primaryKey": 103870, "attributes": { "code": "number-of-cpu-cores-4" } } }, { "group": 66515, "groupEntity": { "primaryKey": 66515, "attributes": { "code": "rear-camera-resoluti", "isVisibleInDetail": true } }, "referencedKey": 103871, "referencedEntity": { "primaryKey": 103871, "attributes": { "code": "rear-camera-resoluti-5" } } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties", "isVisibleInDetail": true } }, "referencedKey": 103872, "referencedEntity": { "primaryKey": 103872, "attributes": { "code": "camera-properties-face-detecti" } } }, { "group": 66547, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties", "isVisibleInDetail": true } }, "referencedKey": 103873, "referencedEntity": { "primaryKey": 103873, "attributes": { "code": "camera-properties-face-tagging" } } }, { "group": 66516, "groupEntity": { "primaryKey": 66516, "attributes": { "code": "front-camera-resolut", "isVisibleInDetail": true } }, "referencedKey": 103874, "referencedEntity": { "primaryKey": 103874, "attributes": { "code": "front-camera-resolut-5" } } }, { "group": 114007, "groupEntity": { "primaryKey": 114007, "attributes": { "code": "height-merge", "isVisibleInDetail": true } }, "referencedKey": 103875, "referencedEntity": { "primaryKey": 103875, "attributes": { "code": "height-161-2" } } }, { "group": 114008, "groupEntity": { "primaryKey": 114008, "attributes": { "code": "width-merge", "isVisibleInDetail": true } }, "referencedKey": 103876, "referencedEntity": { "primaryKey": 103876, "attributes": { "code": "width-243-3" } } }, { "group": 67915, "groupEntity": { "primaryKey": 67915, "attributes": { "code": "thickness", "isVisibleInDetail": true } }, "referencedKey": 103877, "referencedEntity": { "primaryKey": 103877, "attributes": { "code": "thickness-9-35" } } }, { "group": 114009, "groupEntity": { "primaryKey": 114009, "attributes": { "code": "weight-merge", "isVisibleInDetail": true } }, "referencedKey": 103878, "referencedEntity": { "primaryKey": 103878, "attributes": { "code": "weight-475" } } }, { "group": 67917, "groupEntity": { "primaryKey": 67917, "attributes": { "code": "battery-capacity", "isVisibleInDetail": true } }, "referencedKey": 103879, "referencedEntity": { "primaryKey": 103879, "attributes": { "code": "battery-capacity-5500" } } }, { "group": 66514, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system", "isVisibleInDetail": true } }, "referencedKey": 103880, "referencedEntity": { "primaryKey": 103880, "attributes": { "code": "operating-system-google-androi" } } }, { "group": 66462, "groupEntity": { "primaryKey": 66462, "attributes": { "code": "processor", "isVisibleInDetail": true } }, "referencedKey": 103881, "referencedEntity": { "primaryKey": 103881, "attributes": { "code": "processor-mediatek-mt8766b" } } }, { "group": 66521, "groupEntity": { "primaryKey": 66521, "attributes": { "code": "cpu-frequency", "isVisibleInDetail": true } }, "referencedKey": 103882, "referencedEntity": { "primaryKey": 103882, "attributes": { "code": "cpu-frequency-1800" } } }, { "group": 66522, "groupEntity": { "primaryKey": 66522, "attributes": { "code": "graphic-card", "isVisibleInDetail": true } }, "referencedKey": 103883, "referencedEntity": { "primaryKey": 103883, "attributes": { "code": "graphic-card-powervr-ge8300" } } }, { "group": 66533, "groupEntity": { "primaryKey": 66533, "attributes": { "code": "connector", "isVisibleInDetail": true } }, "referencedKey": 103884, "referencedEntity": { "primaryKey": 103884, "attributes": { "code": "connector-type-c" } } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "references" : { "parameterValues" : [ { "group" : 66518, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "code" : "display-type", "isVisibleInDetail" : true } }, "referencedKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "attributes" : { "code" : "display-type-tft" } } }, { "group" : 66520, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "code" : "number-of-cpu-cores", "isVisibleInDetail" : true } }, "referencedKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "attributes" : { "code" : "number-of-cpu-cores-4" } } }, { "group" : 66515, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "code" : "rear-camera-resoluti", "isVisibleInDetail" : true } }, "referencedKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "attributes" : { "code" : "rear-camera-resoluti-5" } } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties", "isVisibleInDetail" : true } }, "referencedKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "code" : "camera-properties-face-detecti" } } }, { "group" : 66547, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties", "isVisibleInDetail" : true } }, "referencedKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "attributes" : { "code" : "camera-properties-face-tagging" } } }, { "group" : 66516, "groupEntity" : { "primaryKey" : 66516, "attributes" : { "code" : "front-camera-resolut", "isVisibleInDetail" : true } }, "referencedKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "attributes" : { "code" : "front-camera-resolut-5" } } }, { "group" : 114007, "groupEntity" : { "primaryKey" : 114007, "attributes" : { "code" : "height-merge", "isVisibleInDetail" : true } }, "referencedKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "attributes" : { "code" : "height-161-2" } } }, { "group" : 114008, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "code" : "width-merge", "isVisibleInDetail" : true } }, "referencedKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "attributes" : { "code" : "width-243-3" } } }, { "group" : 67915, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "code" : "thickness", "isVisibleInDetail" : true } }, "referencedKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "attributes" : { "code" : "thickness-9-35" } } }, { "group" : 114009, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "code" : "weight-merge", "isVisibleInDetail" : true } }, "referencedKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "attributes" : { "code" : "weight-475" } } }, { "group" : 67917, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "code" : "battery-capacity", "isVisibleInDetail" : true } }, "referencedKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "attributes" : { "code" : "battery-capacity-5500" } } }, { "group" : 66514, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system", "isVisibleInDetail" : true } }, "referencedKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "attributes" : { "code" : "operating-system-google-androi" } } }, { "group" : 66462, "groupEntity" : { "primaryKey" : 66462, "attributes" : { "code" : "processor", "isVisibleInDetail" : true } }, "referencedKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "attributes" : { "code" : "processor-mediatek-mt8766b" } } }, { "group" : 66521, "groupEntity" : { "primaryKey" : 66521, "attributes" : { "code" : "cpu-frequency", "isVisibleInDetail" : true } }, "referencedKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "attributes" : { "code" : "cpu-frequency-1800" } } }, { "group" : 66522, "groupEntity" : { "primaryKey" : 66522, "attributes" : { "code" : "graphic-card", "isVisibleInDetail" : true } }, "referencedKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "attributes" : { "code" : "graphic-card-powervr-ge8300" } } }, { "group" : 66533, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "code" : "connector", "isVisibleInDetail" : true } }, "referencedKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "code" : "connector-type-c" } } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContentFilter.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "alcatel-3t-10-2020" } }, "parameterValues": [ { "referencedPrimaryKey": 103869, "referencedEntity": { "primaryKey": 103869, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "display-type-tft" } } }, "groupEntity": { "primaryKey": 66518, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "display-type", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103870, "referencedEntity": { "primaryKey": 103870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "number-of-cpu-cores-4" } } }, "groupEntity": { "primaryKey": 66520, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "number-of-cpu-cores", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103871, "referencedEntity": { "primaryKey": 103871, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "rear-camera-resoluti-5" } } }, "groupEntity": { "primaryKey": 66515, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "rear-camera-resoluti", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103872, "referencedEntity": { "primaryKey": 103872, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-face-detecti" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103873, "referencedEntity": { "primaryKey": 103873, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "camera-properties-face-tagging" } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "camera-properties", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103874, "referencedEntity": { "primaryKey": 103874, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "front-camera-resolut-5" } } }, "groupEntity": { "primaryKey": 66516, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "front-camera-resolut", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103875, "referencedEntity": { "primaryKey": 103875, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-161-2" } } }, "groupEntity": { "primaryKey": 114007, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "height-merge", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103876, "referencedEntity": { "primaryKey": 103876, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-243-3" } } }, "groupEntity": { "primaryKey": 114008, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "width-merge", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103877, "referencedEntity": { "primaryKey": 103877, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "thickness-9-35" } } }, "groupEntity": { "primaryKey": 67915, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "thickness", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103878, "referencedEntity": { "primaryKey": 103878, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-475" } } }, "groupEntity": { "primaryKey": 114009, "type": "Parameter", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "weight-merge", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103879, "referencedEntity": { "primaryKey": 103879, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "battery-capacity-5500" } } }, "groupEntity": { "primaryKey": 67917, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "battery-capacity", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103880, "referencedEntity": { "primaryKey": 103880, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "operating-system-google-androi" } } }, "groupEntity": { "primaryKey": 66514, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "operating-system", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103881, "referencedEntity": { "primaryKey": 103881, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "processor-mediatek-mt8766b" } } }, "groupEntity": { "primaryKey": 66462, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "processor", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103882, "referencedEntity": { "primaryKey": 103882, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "cpu-frequency-1800" } } }, "groupEntity": { "primaryKey": 66521, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "cpu-frequency", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103883, "referencedEntity": { "primaryKey": 103883, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "graphic-card-powervr-ge8300" } } }, "groupEntity": { "primaryKey": 66522, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "graphic-card", "isVisibleInDetail": true } } } }, { "referencedPrimaryKey": 103884, "referencedEntity": { "primaryKey": 103884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "connector-type-c" } } }, "groupEntity": { "primaryKey": 66533, "type": "Parameter", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "connector", "isVisibleInDetail": true } } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "alcatel-3t-10-2020" } }, "parameterValues" : [ { "referencedPrimaryKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "display-type-tft" } } }, "groupEntity" : { "primaryKey" : 66518, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "display-type", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "number-of-cpu-cores-4" } } }, "groupEntity" : { "primaryKey" : 66520, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "number-of-cpu-cores", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "rear-camera-resoluti-5" } } }, "groupEntity" : { "primaryKey" : 66515, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "rear-camera-resoluti", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-face-detecti" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "camera-properties-face-tagging" } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "camera-properties", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "front-camera-resolut-5" } } }, "groupEntity" : { "primaryKey" : 66516, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "front-camera-resolut", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "height-161-2" } } }, "groupEntity" : { "primaryKey" : 114007, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "height-merge", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "width-243-3" } } }, "groupEntity" : { "primaryKey" : 114008, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "width-merge", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "thickness-9-35" } } }, "groupEntity" : { "primaryKey" : 67915, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "thickness", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "weight-475" } } }, "groupEntity" : { "primaryKey" : 114009, "type" : "Parameter", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "weight-merge", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "battery-capacity-5500" } } }, "groupEntity" : { "primaryKey" : 67917, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "battery-capacity", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "operating-system-google-androi" } } }, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "operating-system", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "processor-mediatek-mt8766b" } } }, "groupEntity" : { "primaryKey" : 66462, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "processor", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "cpu-frequency-1800" } } }, "groupEntity" : { "primaryKey" : 66521, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "cpu-frequency", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "graphic-card-powervr-ge8300" } } }, "groupEntity" : { "primaryKey" : 66522, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "graphic-card", "isVisibleInDetail" : true } } } }, { "referencedPrimaryKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "connector-type-c" } } }, "groupEntity" : { "primaryKey" : 66533, "type" : "Parameter", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "connector", "isVisibleInDetail" : true } } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `referenceContentFilter.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "parameterValues": [ { "referencedPrimaryKey": 103869, "referencedEntity": { "primaryKey": 103869, "attributes": { "code": "display-type-tft" } }, "groupEntity": { "primaryKey": 66518, "attributes": { "code": "display-type", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103870, "referencedEntity": { "primaryKey": 103870, "attributes": { "code": "number-of-cpu-cores-4" } }, "groupEntity": { "primaryKey": 66520, "attributes": { "code": "number-of-cpu-cores", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103871, "referencedEntity": { "primaryKey": 103871, "attributes": { "code": "rear-camera-resoluti-5" } }, "groupEntity": { "primaryKey": 66515, "attributes": { "code": "rear-camera-resoluti", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103872, "referencedEntity": { "primaryKey": 103872, "attributes": { "code": "camera-properties-face-detecti" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103873, "referencedEntity": { "primaryKey": 103873, "attributes": { "code": "camera-properties-face-tagging" } }, "groupEntity": { "primaryKey": 66547, "attributes": { "code": "camera-properties", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103874, "referencedEntity": { "primaryKey": 103874, "attributes": { "code": "front-camera-resolut-5" } }, "groupEntity": { "primaryKey": 66516, "attributes": { "code": "front-camera-resolut", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103875, "referencedEntity": { "primaryKey": 103875, "attributes": { "code": "height-161-2" } }, "groupEntity": { "primaryKey": 114007, "attributes": { "code": "height-merge", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103876, "referencedEntity": { "primaryKey": 103876, "attributes": { "code": "width-243-3" } }, "groupEntity": { "primaryKey": 114008, "attributes": { "code": "width-merge", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103877, "referencedEntity": { "primaryKey": 103877, "attributes": { "code": "thickness-9-35" } }, "groupEntity": { "primaryKey": 67915, "attributes": { "code": "thickness", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103878, "referencedEntity": { "primaryKey": 103878, "attributes": { "code": "weight-475" } }, "groupEntity": { "primaryKey": 114009, "attributes": { "code": "weight-merge", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103879, "referencedEntity": { "primaryKey": 103879, "attributes": { "code": "battery-capacity-5500" } }, "groupEntity": { "primaryKey": 67917, "attributes": { "code": "battery-capacity", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103880, "referencedEntity": { "primaryKey": 103880, "attributes": { "code": "operating-system-google-androi" } }, "groupEntity": { "primaryKey": 66514, "attributes": { "code": "operating-system", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103881, "referencedEntity": { "primaryKey": 103881, "attributes": { "code": "processor-mediatek-mt8766b" } }, "groupEntity": { "primaryKey": 66462, "attributes": { "code": "processor", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103882, "referencedEntity": { "primaryKey": 103882, "attributes": { "code": "cpu-frequency-1800" } }, "groupEntity": { "primaryKey": 66521, "attributes": { "code": "cpu-frequency", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103883, "referencedEntity": { "primaryKey": 103883, "attributes": { "code": "graphic-card-powervr-ge8300" } }, "groupEntity": { "primaryKey": 66522, "attributes": { "code": "graphic-card", "isVisibleInDetail": true } } }, { "referencedPrimaryKey": 103884, "referencedEntity": { "primaryKey": 103884, "attributes": { "code": "connector-type-c" } }, "groupEntity": { "primaryKey": 66533, "attributes": { "code": "connector", "isVisibleInDetail": true } } } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "parameterValues" : [ { "referencedPrimaryKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "attributes" : { "code" : "display-type-tft" } }, "groupEntity" : { "primaryKey" : 66518, "attributes" : { "code" : "display-type", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "attributes" : { "code" : "number-of-cpu-cores-4" } }, "groupEntity" : { "primaryKey" : 66520, "attributes" : { "code" : "number-of-cpu-cores", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "attributes" : { "code" : "rear-camera-resoluti-5" } }, "groupEntity" : { "primaryKey" : 66515, "attributes" : { "code" : "rear-camera-resoluti", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "code" : "camera-properties-face-detecti" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "attributes" : { "code" : "camera-properties-face-tagging" } }, "groupEntity" : { "primaryKey" : 66547, "attributes" : { "code" : "camera-properties", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "attributes" : { "code" : "front-camera-resolut-5" } }, "groupEntity" : { "primaryKey" : 66516, "attributes" : { "code" : "front-camera-resolut", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "attributes" : { "code" : "height-161-2" } }, "groupEntity" : { "primaryKey" : 114007, "attributes" : { "code" : "height-merge", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "attributes" : { "code" : "width-243-3" } }, "groupEntity" : { "primaryKey" : 114008, "attributes" : { "code" : "width-merge", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "attributes" : { "code" : "thickness-9-35" } }, "groupEntity" : { "primaryKey" : 67915, "attributes" : { "code" : "thickness", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "attributes" : { "code" : "weight-475" } }, "groupEntity" : { "primaryKey" : 114009, "attributes" : { "code" : "weight-merge", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "attributes" : { "code" : "battery-capacity-5500" } }, "groupEntity" : { "primaryKey" : 67917, "attributes" : { "code" : "battery-capacity", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "attributes" : { "code" : "operating-system-google-androi" } }, "groupEntity" : { "primaryKey" : 66514, "attributes" : { "code" : "operating-system", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "attributes" : { "code" : "processor-mediatek-mt8766b" } }, "groupEntity" : { "primaryKey" : 66462, "attributes" : { "code" : "processor", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "attributes" : { "code" : "cpu-frequency-1800" } }, "groupEntity" : { "primaryKey" : 66521, "attributes" : { "code" : "cpu-frequency", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "attributes" : { "code" : "graphic-card-powervr-ge8300" } }, "groupEntity" : { "primaryKey" : 66522, "attributes" : { "code" : "graphic-card", "isVisibleInDetail" : true } } }, { "referencedPrimaryKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "code" : "connector-type-c" } }, "groupEntity" : { "primaryKey" : 66533, "attributes" : { "code" : "connector", "isVisibleInDetail" : true } } } ] } ] } ```>
md`.Example `referenceContentOrder.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "name:en": "Alcatel 3T 10 (2020)" }, "references": { "parameterValues": [ { "group": 66518, "referencedKey": 103869, "referencedEntity": { "primaryKey": 103869, "attributes": { "name:en": "TFT" } } }, { "group": 66520, "referencedKey": 103870, "referencedEntity": { "primaryKey": 103870, "attributes": { "name:en": "4" } } }, { "group": 66515, "referencedKey": 103871, "referencedEntity": { "primaryKey": 103871, "attributes": { "name:en": "5" } } }, { "group": 66547, "referencedKey": 103872, "referencedEntity": { "primaryKey": 103872, "attributes": { "name:en": "Face detection" } } }, { "group": 66547, "referencedKey": 103873, "referencedEntity": { "primaryKey": 103873, "attributes": { "name:en": "Face tagging" } } }, { "group": 66516, "referencedKey": 103874, "referencedEntity": { "primaryKey": 103874, "attributes": { "name:en": "5" } } }, { "group": 114007, "referencedKey": 103875, "referencedEntity": { "primaryKey": 103875, "attributes": { "name:en": "161.2" } } }, { "group": 114008, "referencedKey": 103876, "referencedEntity": { "primaryKey": 103876, "attributes": { "name:en": "243.3" } } }, { "group": 67915, "referencedKey": 103877, "referencedEntity": { "primaryKey": 103877, "attributes": { "name:en": "9.35" } } }, { "group": 114009, "referencedKey": 103878, "referencedEntity": { "primaryKey": 103878, "attributes": { "name:en": "475" } } }, { "group": 67917, "referencedKey": 103879, "referencedEntity": { "primaryKey": 103879, "attributes": { "name:en": "5500" } } }, { "group": 66514, "referencedKey": 103880, "referencedEntity": { "primaryKey": 103880, "attributes": { "name:en": "Google Android 10 (Q)" } } }, { "group": 66462, "referencedKey": 103881, "referencedEntity": { "primaryKey": 103881, "attributes": { "name:en": "MediaTek MT8766B" } } }, { "group": 66521, "referencedKey": 103882, "referencedEntity": { "primaryKey": 103882, "attributes": { "name:en": "1800" } } }, { "group": 66522, "referencedKey": 103883, "referencedEntity": { "primaryKey": 103883, "attributes": { "name:en": "PowerVR GE8300" } } }, { "group": 66533, "referencedKey": 103884, "referencedEntity": { "primaryKey": 103884, "attributes": { "name:en": "Type C" } } }, { "group": 114010, "referencedKey": 114011, "referencedEntity": { "primaryKey": 114011, "attributes": { "name:en": "USB" } } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "name:en" : "Alcatel 3T 10 (2020)" }, "references" : { "parameterValues" : [ { "group" : 66518, "referencedKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "attributes" : { "name:en" : "TFT" } } }, { "group" : 66520, "referencedKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "attributes" : { "name:en" : "4" } } }, { "group" : 66515, "referencedKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "attributes" : { "name:en" : "5" } } }, { "group" : 66547, "referencedKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "name:en" : "Face detection" } } }, { "group" : 66547, "referencedKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "attributes" : { "name:en" : "Face tagging" } } }, { "group" : 66516, "referencedKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "attributes" : { "name:en" : "5" } } }, { "group" : 114007, "referencedKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "attributes" : { "name:en" : "161.2" } } }, { "group" : 114008, "referencedKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "attributes" : { "name:en" : "243.3" } } }, { "group" : 67915, "referencedKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "attributes" : { "name:en" : "9.35" } } }, { "group" : 114009, "referencedKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "attributes" : { "name:en" : "475" } } }, { "group" : 67917, "referencedKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "attributes" : { "name:en" : "5500" } } }, { "group" : 66514, "referencedKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "attributes" : { "name:en" : "Google Android 10 (Q)" } } }, { "group" : 66462, "referencedKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "attributes" : { "name:en" : "MediaTek MT8766B" } } }, { "group" : 66521, "referencedKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "attributes" : { "name:en" : "1800" } } }, { "group" : 66522, "referencedKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "attributes" : { "name:en" : "PowerVR GE8300" } } }, { "group" : 66533, "referencedKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "name:en" : "Type C" } } }, { "group" : 114010, "referencedKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "attributes" : { "name:en" : "USB" } } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContentOrder.graphql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "name": "Alcatel 3T 10 (2020)" }, "parameterValues": [ { "referencedPrimaryKey": 103875, "referencedEntity": { "primaryKey": 103875, "attributes": { "name": "161.2" } } }, { "referencedPrimaryKey": 103882, "referencedEntity": { "primaryKey": 103882, "attributes": { "name": "1800" } } }, { "referencedPrimaryKey": 103876, "referencedEntity": { "primaryKey": 103876, "attributes": { "name": "243.3" } } }, { "referencedPrimaryKey": 103870, "referencedEntity": { "primaryKey": 103870, "attributes": { "name": "4" } } }, { "referencedPrimaryKey": 103878, "referencedEntity": { "primaryKey": 103878, "attributes": { "name": "475" } } }, { "referencedPrimaryKey": 103871, "referencedEntity": { "primaryKey": 103871, "attributes": { "name": "5" } } }, { "referencedPrimaryKey": 103874, "referencedEntity": { "primaryKey": 103874, "attributes": { "name": "5" } } }, { "referencedPrimaryKey": 103879, "referencedEntity": { "primaryKey": 103879, "attributes": { "name": "5500" } } }, { "referencedPrimaryKey": 103877, "referencedEntity": { "primaryKey": 103877, "attributes": { "name": "9.35" } } }, { "referencedPrimaryKey": 103872, "referencedEntity": { "primaryKey": 103872, "attributes": { "name": "Face detection" } } }, { "referencedPrimaryKey": 103873, "referencedEntity": { "primaryKey": 103873, "attributes": { "name": "Face tagging" } } }, { "referencedPrimaryKey": 103880, "referencedEntity": { "primaryKey": 103880, "attributes": { "name": "Google Android 10 (Q)" } } }, { "referencedPrimaryKey": 103881, "referencedEntity": { "primaryKey": 103881, "attributes": { "name": "MediaTek MT8766B" } } }, { "referencedPrimaryKey": 103883, "referencedEntity": { "primaryKey": 103883, "attributes": { "name": "PowerVR GE8300" } } }, { "referencedPrimaryKey": 103869, "referencedEntity": { "primaryKey": 103869, "attributes": { "name": "TFT" } } }, { "referencedPrimaryKey": 103884, "referencedEntity": { "primaryKey": 103884, "attributes": { "name": "Type C" } } }, { "referencedPrimaryKey": 114011, "referencedEntity": { "primaryKey": 114011, "attributes": { "name": "USB" } } } ] } ] } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "name" : "Alcatel 3T 10 (2020)" }, "parameterValues" : [ { "referencedPrimaryKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "attributes" : { "name" : "161.2" } } }, { "referencedPrimaryKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "attributes" : { "name" : "1800" } } }, { "referencedPrimaryKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "attributes" : { "name" : "243.3" } } }, { "referencedPrimaryKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "attributes" : { "name" : "4" } } }, { "referencedPrimaryKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "attributes" : { "name" : "475" } } }, { "referencedPrimaryKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "attributes" : { "name" : "5" } } }, { "referencedPrimaryKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "attributes" : { "name" : "5" } } }, { "referencedPrimaryKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "attributes" : { "name" : "5500" } } }, { "referencedPrimaryKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "attributes" : { "name" : "9.35" } } }, { "referencedPrimaryKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "attributes" : { "name" : "Face detection" } } }, { "referencedPrimaryKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "attributes" : { "name" : "Face tagging" } } }, { "referencedPrimaryKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "attributes" : { "name" : "Google Android 10 (Q)" } } }, { "referencedPrimaryKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "attributes" : { "name" : "MediaTek MT8766B" } } }, { "referencedPrimaryKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "attributes" : { "name" : "PowerVR GE8300" } } }, { "referencedPrimaryKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "attributes" : { "name" : "TFT" } } }, { "referencedPrimaryKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "attributes" : { "name" : "Type C" } } }, { "referencedPrimaryKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "attributes" : { "name" : "USB" } } } ] } ] } ```>
md`.Example `referenceContentOrder.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Alcatel 3T 10 (2020)" } } }, "parameterValues": [ { "referencedPrimaryKey": 103875, "referencedEntity": { "primaryKey": 103875, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "161.2" } } } }, "groupEntity": { "primaryKey": 114007, "type": "Parameter" } }, { "referencedPrimaryKey": 103882, "referencedEntity": { "primaryKey": 103882, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "1800" } } } }, "groupEntity": { "primaryKey": 66521, "type": "Parameter" } }, { "referencedPrimaryKey": 103876, "referencedEntity": { "primaryKey": 103876, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "243.3" } } } }, "groupEntity": { "primaryKey": 114008, "type": "Parameter" } }, { "referencedPrimaryKey": 103870, "referencedEntity": { "primaryKey": 103870, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "4" } } } }, "groupEntity": { "primaryKey": 66520, "type": "Parameter" } }, { "referencedPrimaryKey": 103878, "referencedEntity": { "primaryKey": 103878, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "475" } } } }, "groupEntity": { "primaryKey": 114009, "type": "Parameter" } }, { "referencedPrimaryKey": 103871, "referencedEntity": { "primaryKey": 103871, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5" } } } }, "groupEntity": { "primaryKey": 66515, "type": "Parameter" } }, { "referencedPrimaryKey": 103874, "referencedEntity": { "primaryKey": 103874, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5" } } } }, "groupEntity": { "primaryKey": 66516, "type": "Parameter" } }, { "referencedPrimaryKey": 103879, "referencedEntity": { "primaryKey": 103879, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "5500" } } } }, "groupEntity": { "primaryKey": 67917, "type": "Parameter" } }, { "referencedPrimaryKey": 103877, "referencedEntity": { "primaryKey": 103877, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "9.35" } } } }, "groupEntity": { "primaryKey": 67915, "type": "Parameter" } }, { "referencedPrimaryKey": 103872, "referencedEntity": { "primaryKey": 103872, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Face detection" } } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter" } }, { "referencedPrimaryKey": 103873, "referencedEntity": { "primaryKey": 103873, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Face tagging" } } } }, "groupEntity": { "primaryKey": 66547, "type": "Parameter" } }, { "referencedPrimaryKey": 103880, "referencedEntity": { "primaryKey": 103880, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Google Android 10 (Q)" } } } }, "groupEntity": { "primaryKey": 66514, "type": "Parameter" } }, { "referencedPrimaryKey": 103881, "referencedEntity": { "primaryKey": 103881, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "MediaTek MT8766B" } } } }, "groupEntity": { "primaryKey": 66462, "type": "Parameter" } }, { "referencedPrimaryKey": 103883, "referencedEntity": { "primaryKey": 103883, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "PowerVR GE8300" } } } }, "groupEntity": { "primaryKey": 66522, "type": "Parameter" } }, { "referencedPrimaryKey": 103869, "referencedEntity": { "primaryKey": 103869, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "TFT" } } } }, "groupEntity": { "primaryKey": 66518, "type": "Parameter" } }, { "referencedPrimaryKey": 103884, "referencedEntity": { "primaryKey": 103884, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "localized": { "en": { "name": "Type C" } } } }, "groupEntity": { "primaryKey": 66533, "type": "Parameter" } }, { "referencedPrimaryKey": 114011, "referencedEntity": { "primaryKey": 114011, "type": "ParameterValue", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "USB" } } } }, "groupEntity": { "primaryKey": 114010, "type": "Parameter" } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Alcatel 3T 10 (2020)" } } }, "parameterValues" : [ { "referencedPrimaryKey" : 103875, "referencedEntity" : { "primaryKey" : 103875, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "161.2" } } } }, "groupEntity" : { "primaryKey" : 114007, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103882, "referencedEntity" : { "primaryKey" : 103882, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "1800" } } } }, "groupEntity" : { "primaryKey" : 66521, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103876, "referencedEntity" : { "primaryKey" : 103876, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "243.3" } } } }, "groupEntity" : { "primaryKey" : 114008, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103870, "referencedEntity" : { "primaryKey" : 103870, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "4" } } } }, "groupEntity" : { "primaryKey" : 66520, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103878, "referencedEntity" : { "primaryKey" : 103878, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "475" } } } }, "groupEntity" : { "primaryKey" : 114009, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103871, "referencedEntity" : { "primaryKey" : 103871, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "5" } } } }, "groupEntity" : { "primaryKey" : 66515, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103874, "referencedEntity" : { "primaryKey" : 103874, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "5" } } } }, "groupEntity" : { "primaryKey" : 66516, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103879, "referencedEntity" : { "primaryKey" : 103879, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "5500" } } } }, "groupEntity" : { "primaryKey" : 67917, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103877, "referencedEntity" : { "primaryKey" : 103877, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "9.35" } } } }, "groupEntity" : { "primaryKey" : 67915, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103872, "referencedEntity" : { "primaryKey" : 103872, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Face detection" } } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103873, "referencedEntity" : { "primaryKey" : 103873, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Face tagging" } } } }, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103880, "referencedEntity" : { "primaryKey" : 103880, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Google Android 10 (Q)" } } } }, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103881, "referencedEntity" : { "primaryKey" : 103881, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "MediaTek MT8766B" } } } }, "groupEntity" : { "primaryKey" : 66462, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103883, "referencedEntity" : { "primaryKey" : 103883, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "PowerVR GE8300" } } } }, "groupEntity" : { "primaryKey" : 66522, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103869, "referencedEntity" : { "primaryKey" : 103869, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "TFT" } } } }, "groupEntity" : { "primaryKey" : 66518, "type" : "Parameter" } }, { "referencedPrimaryKey" : 103884, "referencedEntity" : { "primaryKey" : 103884, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "localized" : { "en" : { "name" : "Type C" } } } }, "groupEntity" : { "primaryKey" : 66533, "type" : "Parameter" } }, { "referencedPrimaryKey" : 114011, "referencedEntity" : { "primaryKey" : 114011, "type" : "ParameterValue", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "USB" } } } }, "groupEntity" : { "primaryKey" : 114010, "type" : "Parameter" } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `referenceContentAll.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 103885, "attributes": { "code": "alcatel-3t-10-2020" }, "references": { "brand": [ { "referencedKey": 103887 } ], "categories": [ { "referencedKey": 66472 } ], "parameterValues": [ { "group": 66518, "referencedKey": 103869 }, { "group": 66520, "referencedKey": 103870 }, { "group": 66515, "referencedKey": 103871 }, { "group": 66547, "referencedKey": 103872 }, { "group": 66547, "referencedKey": 103873 }, { "group": 66516, "referencedKey": 103874 }, { "group": 114007, "referencedKey": 103875 }, { "group": 114008, "referencedKey": 103876 }, { "group": 67915, "referencedKey": 103877 }, { "group": 114009, "referencedKey": 103878 }, { "group": 67917, "referencedKey": 103879 }, { "group": 66514, "referencedKey": 103880 }, { "group": 66462, "referencedKey": 103881 }, { "group": 66521, "referencedKey": 103882 }, { "group": 66522, "referencedKey": 103883 }, { "group": 66533, "referencedKey": 103884 }, { "group": 114010, "referencedKey": 114011 } ], "stockVisibilities": [ { "referencedKey": 119334 } ], "stocks": [ { "referencedKey": 119334 } ], "tags": [ { "group": 9, "referencedKey": 15 } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 103885, "attributes" : { "code" : "alcatel-3t-10-2020" }, "references" : { "brand" : [ { "referencedKey" : 103887 } ], "categories" : [ { "referencedKey" : 66472 } ], "parameterValues" : [ { "group" : 66518, "referencedKey" : 103869 }, { "group" : 66520, "referencedKey" : 103870 }, { "group" : 66515, "referencedKey" : 103871 }, { "group" : 66547, "referencedKey" : 103872 }, { "group" : 66547, "referencedKey" : 103873 }, { "group" : 66516, "referencedKey" : 103874 }, { "group" : 114007, "referencedKey" : 103875 }, { "group" : 114008, "referencedKey" : 103876 }, { "group" : 67915, "referencedKey" : 103877 }, { "group" : 114009, "referencedKey" : 103878 }, { "group" : 67917, "referencedKey" : 103879 }, { "group" : 66514, "referencedKey" : 103880 }, { "group" : 66462, "referencedKey" : 103881 }, { "group" : 66521, "referencedKey" : 103882 }, { "group" : 66522, "referencedKey" : 103883 }, { "group" : 66533, "referencedKey" : 103884 }, { "group" : 114010, "referencedKey" : 114011 } ], "stockVisibilities" : [ { "referencedKey" : 119334 } ], "stocks" : [ { "referencedKey" : 119334 } ], "tags" : [ { "group" : 9, "referencedKey" : 15 } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContentAllWithAttributes.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105703, "attributes": { "code": "apple-ipad-10-2-10th-generation-2022-6" }, "references": { "brand": [ { "referencedKey": 66465 } ], "categories": [ { "referencedKey": 66472, "attributes": { "categoryPriority": 0, "orderInCategory": "Predecessor[predecessorPk=-1]" } } ], "master": [ { "referencedKey": 103911 } ], "parameterValues": [ { "group": 67912, "referencedKey": 103867, "attributes": { "variant": true } }, { "group": 66547, "referencedKey": 103872, "attributes": { "variant": false } }, { "group": 66533, "referencedKey": 103884, "attributes": { "variant": false } }, { "group": 66460, "referencedKey": 103888, "attributes": { "variant": true } }, { "group": 66518, "referencedKey": 103889, "attributes": { "variant": false } }, { "group": 66520, "referencedKey": 103890, "attributes": { "variant": false } }, { "group": 66515, "referencedKey": 103891, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 103892, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 103894, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 103895, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 103896, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 103897, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 103898, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 103899, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 103900, "attributes": { "variant": false } }, { "group": 66516, "referencedKey": 103901, "attributes": { "variant": false } }, { "group": 67913, "referencedKey": 103902, "attributes": { "variant": false } }, { "group": 67914, "referencedKey": 103903, "attributes": { "variant": false } }, { "group": 67915, "referencedKey": 103904, "attributes": { "variant": false } }, { "group": 114009, "referencedKey": 103905, "attributes": { "variant": false } }, { "group": 67917, "referencedKey": 103906, "attributes": { "variant": false } }, { "group": 66514, "referencedKey": 103907, "attributes": { "variant": false } }, { "group": 66462, "referencedKey": 103908, "attributes": { "variant": false } }, { "group": 66521, "referencedKey": 103909, "attributes": { "variant": false } }, { "group": 66522, "referencedKey": 103910, "attributes": { "variant": false } }, { "group": 66463, "referencedKey": 104449, "attributes": { "variant": true } }, { "group": 66464, "referencedKey": 104709, "attributes": { "variant": true } }, { "group": 66461, "referencedKey": 105701, "attributes": { "variant": true } }, { "group": 114010, "referencedKey": 114011, "attributes": { "variant": false } }, { "group": 66547, "referencedKey": 114104, "attributes": { "variant": false } } ], "stockVisibilities": [ { "referencedKey": 119334 } ], "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 4.00000 } } ], "tags": [ { "group": 9, "referencedKey": 10 } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 105703, "attributes" : { "code" : "apple-ipad-10-2-10th-generation-2022-6" }, "references" : { "brand" : [ { "referencedKey" : 66465 } ], "categories" : [ { "referencedKey" : 66472, "attributes" : { "categoryPriority" : 0, "orderInCategory" : "Predecessor[predecessorPk=-1]" } } ], "master" : [ { "referencedKey" : 103911 } ], "parameterValues" : [ { "group" : 67912, "referencedKey" : 103867, "attributes" : { "variant" : true } }, { "group" : 66547, "referencedKey" : 103872, "attributes" : { "variant" : false } }, { "group" : 66533, "referencedKey" : 103884, "attributes" : { "variant" : false } }, { "group" : 66460, "referencedKey" : 103888, "attributes" : { "variant" : true } }, { "group" : 66518, "referencedKey" : 103889, "attributes" : { "variant" : false } }, { "group" : 66520, "referencedKey" : 103890, "attributes" : { "variant" : false } }, { "group" : 66515, "referencedKey" : 103891, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 103892, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 103894, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 103895, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 103896, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 103897, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 103898, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 103899, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 103900, "attributes" : { "variant" : false } }, { "group" : 66516, "referencedKey" : 103901, "attributes" : { "variant" : false } }, { "group" : 67913, "referencedKey" : 103902, "attributes" : { "variant" : false } }, { "group" : 67914, "referencedKey" : 103903, "attributes" : { "variant" : false } }, { "group" : 67915, "referencedKey" : 103904, "attributes" : { "variant" : false } }, { "group" : 114009, "referencedKey" : 103905, "attributes" : { "variant" : false } }, { "group" : 67917, "referencedKey" : 103906, "attributes" : { "variant" : false } }, { "group" : 66514, "referencedKey" : 103907, "attributes" : { "variant" : false } }, { "group" : 66462, "referencedKey" : 103908, "attributes" : { "variant" : false } }, { "group" : 66521, "referencedKey" : 103909, "attributes" : { "variant" : false } }, { "group" : 66522, "referencedKey" : 103910, "attributes" : { "variant" : false } }, { "group" : 66463, "referencedKey" : 104449, "attributes" : { "variant" : true } }, { "group" : 66464, "referencedKey" : 104709, "attributes" : { "variant" : true } }, { "group" : 66461, "referencedKey" : 105701, "attributes" : { "variant" : true } }, { "group" : 114010, "referencedKey" : 114011, "attributes" : { "variant" : false } }, { "group" : 66547, "referencedKey" : 114104, "attributes" : { "variant" : false } } ], "stockVisibilities" : [ { "referencedKey" : 119334 } ], "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 4.00000 } } ], "tags" : [ { "group" : 9, "referencedKey" : 10 } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `referenceContentAllWithAttributes.rest`: md`#L1
expected: <```json { "data": [ { "primaryKey": 105703, "type": "Product", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "apple-ipad-10-2-10th-generation-2022-6" } }, "brand": { "referencedPrimaryKey": 66465 }, "categories": [ { "referencedPrimaryKey": 66472, "attributes": { "global": { "categoryPriority": 0, "orderInCategory": -1 } } } ], "master": { "referencedPrimaryKey": 103911 }, "parameterValues": [ { "referencedPrimaryKey": 103867, "groupEntity": { "primaryKey": 67912, "type": "Parameter" }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 103872, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103884, "groupEntity": { "primaryKey": 66533, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103888, "groupEntity": { "primaryKey": 66460, "type": "Parameter" }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 103889, "groupEntity": { "primaryKey": 66518, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103890, "groupEntity": { "primaryKey": 66520, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103891, "groupEntity": { "primaryKey": 66515, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103892, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103894, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103895, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103896, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103897, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103898, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103899, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103900, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103901, "groupEntity": { "primaryKey": 66516, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103902, "groupEntity": { "primaryKey": 67913, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103903, "groupEntity": { "primaryKey": 67914, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103904, "groupEntity": { "primaryKey": 67915, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103905, "groupEntity": { "primaryKey": 114009, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103906, "groupEntity": { "primaryKey": 67917, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103907, "groupEntity": { "primaryKey": 66514, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103908, "groupEntity": { "primaryKey": 66462, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103909, "groupEntity": { "primaryKey": 66521, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 103910, "groupEntity": { "primaryKey": 66522, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 104449, "groupEntity": { "primaryKey": 66463, "type": "Parameter" }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 104709, "groupEntity": { "primaryKey": 66464, "type": "Parameter" }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 105701, "groupEntity": { "primaryKey": 66461, "type": "Parameter" }, "attributes": { "global": { "variant": true } } }, { "referencedPrimaryKey": 114011, "groupEntity": { "primaryKey": 114010, "type": "Parameter" }, "attributes": { "global": { "variant": false } } }, { "referencedPrimaryKey": 114104, "groupEntity": { "primaryKey": 66547, "type": "Parameter" }, "attributes": { "global": { "variant": false } } } ], "stockVisibilities": [ { "referencedPrimaryKey": 119334 } ], "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "4.00000" } } } ], "tags": [ { "referencedPrimaryKey": 10, "groupEntity": { "primaryKey": 9, "type": "tagCategory" } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } ```> but was: <```json { "data" : [ { "primaryKey" : 105703, "type" : "Product", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "apple-ipad-10-2-10th-generation-2022-6" } }, "brand" : { "referencedPrimaryKey" : 66465 }, "categories" : [ { "referencedPrimaryKey" : 66472, "attributes" : { "global" : { "categoryPriority" : 0, "orderInCategory" : -1 } } } ], "master" : { "referencedPrimaryKey" : 103911 }, "parameterValues" : [ { "referencedPrimaryKey" : 103867, "groupEntity" : { "primaryKey" : 67912, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 103872, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103884, "groupEntity" : { "primaryKey" : 66533, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103888, "groupEntity" : { "primaryKey" : 66460, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 103889, "groupEntity" : { "primaryKey" : 66518, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103890, "groupEntity" : { "primaryKey" : 66520, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103891, "groupEntity" : { "primaryKey" : 66515, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103892, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103894, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103895, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103896, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103897, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103898, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103899, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103900, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103901, "groupEntity" : { "primaryKey" : 66516, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103902, "groupEntity" : { "primaryKey" : 67913, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103903, "groupEntity" : { "primaryKey" : 67914, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103904, "groupEntity" : { "primaryKey" : 67915, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103905, "groupEntity" : { "primaryKey" : 114009, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103906, "groupEntity" : { "primaryKey" : 67917, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103907, "groupEntity" : { "primaryKey" : 66514, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103908, "groupEntity" : { "primaryKey" : 66462, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103909, "groupEntity" : { "primaryKey" : 66521, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 103910, "groupEntity" : { "primaryKey" : 66522, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 104449, "groupEntity" : { "primaryKey" : 66463, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 104709, "groupEntity" : { "primaryKey" : 66464, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 105701, "groupEntity" : { "primaryKey" : 66461, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : true } } }, { "referencedPrimaryKey" : 114011, "groupEntity" : { "primaryKey" : 114010, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } }, { "referencedPrimaryKey" : 114104, "groupEntity" : { "primaryKey" : 66547, "type" : "Parameter" }, "attributes" : { "global" : { "variant" : false } } } ], "stockVisibilities" : [ { "referencedPrimaryKey" : 119334 } ], "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "4.00000" } } } ], "tags" : [ { "referencedPrimaryKey" : 10, "groupEntity" : { "primaryKey" : 9, "type" : "tagCategory" } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } ```>
md`.Example `mega-menu.evitaql`: md`#L1
expected: <```json [ { "children": [ { "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } } }, { "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } } }, { "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } } } ], "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } } }, { "children": [ { "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } } }, { "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } } }, { "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } } }, { "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } } }, { "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } } }, { "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } } } ], "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } } }, { "children": [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } } }, { "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } } }, { "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } } }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } } }, { "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } } }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } } } ], "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } } }, { "children": [ { "entity": { "primaryKey": 66493, "attributes": { "code": "vouchers-for-shareholders" } } } ], "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } } }, { "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } } }, { "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } } } ] ```> but was: <```json [ { "children" : [ { "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } } }, { "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } } }, { "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } } } ], "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } } }, { "children" : [ { "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } } }, { "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } } }, { "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } } }, { "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } } }, { "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } } }, { "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } } } ], "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } } }, { "children" : [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } } }, { "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } } }, { "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } } }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } } }, { "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } } }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } } } ], "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } } }, { "children" : [ { "entity" : { "primaryKey" : 66493, "attributes" : { "code" : "vouchers-for-shareholders" } } } ], "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } } }, { "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } } }, { "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } } } ] ```>
md`.Example `mega-menu.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66493, "attributes": { "code": "vouchers-for-shareholders" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "requested": false } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66493, "attributes" : { "code" : "vouchers-for-shareholders" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "requested" : false } ] ```>
md`.Example `mega-menu.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66471, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "phones" } } }, "requested": false }, { "entity": { "primaryKey": 66472, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "tablets" } } }, "requested": false }, { "entity": { "primaryKey": 66473, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "e-readers" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66474, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "netbooks" } } }, "requested": false }, { "entity": { "primaryKey": 66475, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ultrabooks" } } }, "requested": false }, { "entity": { "primaryKey": 66476, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "gaming" } } }, "requested": false }, { "entity": { "primaryKey": 66477, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "workstations" } } }, "requested": false }, { "entity": { "primaryKey": 66478, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "touch" } } }, "requested": false }, { "entity": { "primaryKey": 66479, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbooks" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66493, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers-for-shareholders" } } }, "requested": false } ] }, { "entity": { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, "requested": false }, { "entity": { "primaryKey": 347154, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bargain-bundles" } } }, "requested": false } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66471, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "phones" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66472, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "tablets" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66473, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "e-readers" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66474, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "netbooks" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66475, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ultrabooks" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66476, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "gaming" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66477, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "workstations" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66478, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "touch" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66479, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbooks" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66493, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers-for-shareholders" } } }, "requested" : false } ] }, { "entity" : { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, "requested" : false }, { "entity" : { "primaryKey" : 347154, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bargain-bundles" } } }, "requested" : false } ] ```>
md`.Example `mega-menu-with-product-statistics.evitaql`: md`#L1
expected: <```json [ { "children": [ { "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } }, "queriedEntityCount": 913 }, { "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } }, "queriedEntityCount": 378 }, { "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } }, "queriedEntityCount": 41 } ], "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "queriedEntityCount": 1332 }, { "children": [ { "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } }, "queriedEntityCount": 86 }, { "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } }, "queriedEntityCount": 291 }, { "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } }, "queriedEntityCount": 105 }, { "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } }, "queriedEntityCount": 89 }, { "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } }, "queriedEntityCount": 55 }, { "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } }, "queriedEntityCount": 92 } ], "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "queriedEntityCount": 2314 }, { "children": [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "queriedEntityCount": 10 }, { "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "queriedEntityCount": 285 }, { "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "queriedEntityCount": 116 }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "queriedEntityCount": 50 }, { "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "queriedEntityCount": 20 }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "queriedEntityCount": 20 } ], "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "queriedEntityCount": 501 }, { "children": [ { "entity": { "primaryKey": 66493, "attributes": { "code": "vouchers-for-shareholders" } }, "queriedEntityCount": 6 } ], "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "queriedEntityCount": 12 }, { "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "queriedEntityCount": 92 }, { "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "queriedEntityCount": 2 } ] ```> but was: <```json [ { "children" : [ { "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } }, "queriedEntityCount" : 913 }, { "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } }, "queriedEntityCount" : 378 }, { "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } }, "queriedEntityCount" : 41 } ], "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "queriedEntityCount" : 1332 }, { "children" : [ { "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } }, "queriedEntityCount" : 86 }, { "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } }, "queriedEntityCount" : 291 }, { "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } }, "queriedEntityCount" : 105 }, { "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } }, "queriedEntityCount" : 89 }, { "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } }, "queriedEntityCount" : 55 }, { "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } }, "queriedEntityCount" : 92 } ], "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "queriedEntityCount" : 2314 }, { "children" : [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "queriedEntityCount" : 10 }, { "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "queriedEntityCount" : 285 }, { "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "queriedEntityCount" : 116 }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "queriedEntityCount" : 50 }, { "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "queriedEntityCount" : 20 }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "queriedEntityCount" : 20 } ], "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "queriedEntityCount" : 501 }, { "children" : [ { "entity" : { "primaryKey" : 66493, "attributes" : { "code" : "vouchers-for-shareholders" } }, "queriedEntityCount" : 6 } ], "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "queriedEntityCount" : 12 }, { "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "queriedEntityCount" : 92 }, { "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "queriedEntityCount" : 2 } ] ```>
md`.Example `mega-menu-with-product-statistics.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, "requested": false, "queriedEntityCount": 1332, "children": [ { "entity": { "primaryKey": 66471, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "phones" } } }, "requested": false, "queriedEntityCount": 913 }, { "entity": { "primaryKey": 66472, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "tablets" } } }, "requested": false, "queriedEntityCount": 378 }, { "entity": { "primaryKey": 66473, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "e-readers" } } }, "requested": false, "queriedEntityCount": 41 } ] }, { "entity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, "requested": false, "queriedEntityCount": 2314, "children": [ { "entity": { "primaryKey": 66474, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "netbooks" } } }, "requested": false, "queriedEntityCount": 86 }, { "entity": { "primaryKey": 66475, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "ultrabooks" } } }, "requested": false, "queriedEntityCount": 291 }, { "entity": { "primaryKey": 66476, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "gaming" } } }, "requested": false, "queriedEntityCount": 105 }, { "entity": { "primaryKey": 66477, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "workstations" } } }, "requested": false, "queriedEntityCount": 89 }, { "entity": { "primaryKey": 66478, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "touch" } } }, "requested": false, "queriedEntityCount": 55 }, { "entity": { "primaryKey": 66479, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "macbooks" } } }, "requested": false, "queriedEntityCount": 92 } ] }, { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "queriedEntityCount": 501, "children": [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false, "queriedEntityCount": 10 }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false, "queriedEntityCount": 285 }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false, "queriedEntityCount": 116 }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false, "queriedEntityCount": 50 }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false, "queriedEntityCount": 20 }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false, "queriedEntityCount": 20 } ] }, { "entity": { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, "requested": false, "queriedEntityCount": 12, "children": [ { "entity": { "primaryKey": 66493, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers-for-shareholders" } } }, "requested": false, "queriedEntityCount": 6 } ] }, { "entity": { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, "requested": false, "queriedEntityCount": 92 }, { "entity": { "primaryKey": 347154, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bargain-bundles" } } }, "requested": false, "queriedEntityCount": 2 } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, "requested" : false, "queriedEntityCount" : 1332, "children" : [ { "entity" : { "primaryKey" : 66471, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "phones" } } }, "requested" : false, "queriedEntityCount" : 913 }, { "entity" : { "primaryKey" : 66472, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "tablets" } } }, "requested" : false, "queriedEntityCount" : 378 }, { "entity" : { "primaryKey" : 66473, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "e-readers" } } }, "requested" : false, "queriedEntityCount" : 41 } ] }, { "entity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, "requested" : false, "queriedEntityCount" : 2314, "children" : [ { "entity" : { "primaryKey" : 66474, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "netbooks" } } }, "requested" : false, "queriedEntityCount" : 86 }, { "entity" : { "primaryKey" : 66475, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "ultrabooks" } } }, "requested" : false, "queriedEntityCount" : 291 }, { "entity" : { "primaryKey" : 66476, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "gaming" } } }, "requested" : false, "queriedEntityCount" : 105 }, { "entity" : { "primaryKey" : 66477, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "workstations" } } }, "requested" : false, "queriedEntityCount" : 89 }, { "entity" : { "primaryKey" : 66478, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "touch" } } }, "requested" : false, "queriedEntityCount" : 55 }, { "entity" : { "primaryKey" : 66479, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbooks" } } }, "requested" : false, "queriedEntityCount" : 92 } ] }, { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "queriedEntityCount" : 501, "children" : [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false, "queriedEntityCount" : 10 }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false, "queriedEntityCount" : 285 }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false, "queriedEntityCount" : 116 }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false, "queriedEntityCount" : 50 }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false, "queriedEntityCount" : 20 }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false, "queriedEntityCount" : 20 } ] }, { "entity" : { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, "requested" : false, "queriedEntityCount" : 12, "children" : [ { "entity" : { "primaryKey" : 66493, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers-for-shareholders" } } }, "requested" : false, "queriedEntityCount" : 6 } ] }, { "entity" : { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, "requested" : false, "queriedEntityCount" : 92 }, { "entity" : { "primaryKey" : 347154, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bargain-bundles" } } }, "requested" : false, "queriedEntityCount" : 2 } ] ```>
md`.Example `mega-menu-with-product-statistics.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "requested": false, "queriedEntityCount": 1332 }, { "level": 2, "entity": { "primaryKey": 66471, "attributes": { "code": "phones" } }, "requested": false, "queriedEntityCount": 913 }, { "level": 2, "entity": { "primaryKey": 66472, "attributes": { "code": "tablets" } }, "requested": false, "queriedEntityCount": 378 }, { "level": 2, "entity": { "primaryKey": 66473, "attributes": { "code": "e-readers" } }, "requested": false, "queriedEntityCount": 41 }, { "level": 1, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "requested": false, "queriedEntityCount": 2314 }, { "level": 2, "entity": { "primaryKey": 66474, "attributes": { "code": "netbooks" } }, "requested": false, "queriedEntityCount": 86 }, { "level": 2, "entity": { "primaryKey": 66475, "attributes": { "code": "ultrabooks" } }, "requested": false, "queriedEntityCount": 291 }, { "level": 2, "entity": { "primaryKey": 66476, "attributes": { "code": "gaming" } }, "requested": false, "queriedEntityCount": 105 }, { "level": 2, "entity": { "primaryKey": 66477, "attributes": { "code": "workstations" } }, "requested": false, "queriedEntityCount": 89 }, { "level": 2, "entity": { "primaryKey": 66478, "attributes": { "code": "touch" } }, "requested": false, "queriedEntityCount": 55 }, { "level": 2, "entity": { "primaryKey": 66479, "attributes": { "code": "macbooks" } }, "requested": false, "queriedEntityCount": 92 }, { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false, "queriedEntityCount": 501 }, { "level": 2, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false, "queriedEntityCount": 10 }, { "level": 2, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false, "queriedEntityCount": 285 }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false, "queriedEntityCount": 116 }, { "level": 2, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false, "queriedEntityCount": 50 }, { "level": 2, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false, "queriedEntityCount": 20 }, { "level": 2, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false, "queriedEntityCount": 20 }, { "level": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "requested": false, "queriedEntityCount": 12 }, { "level": 2, "entity": { "primaryKey": 66493, "attributes": { "code": "vouchers-for-shareholders" } }, "requested": false, "queriedEntityCount": 6 }, { "level": 1, "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "requested": false, "queriedEntityCount": 92 }, { "level": 1, "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "requested": false, "queriedEntityCount": 2 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "requested" : false, "queriedEntityCount" : 1332 }, { "level" : 2, "entity" : { "primaryKey" : 66471, "attributes" : { "code" : "phones" } }, "requested" : false, "queriedEntityCount" : 913 }, { "level" : 2, "entity" : { "primaryKey" : 66472, "attributes" : { "code" : "tablets" } }, "requested" : false, "queriedEntityCount" : 378 }, { "level" : 2, "entity" : { "primaryKey" : 66473, "attributes" : { "code" : "e-readers" } }, "requested" : false, "queriedEntityCount" : 41 }, { "level" : 1, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "requested" : false, "queriedEntityCount" : 2314 }, { "level" : 2, "entity" : { "primaryKey" : 66474, "attributes" : { "code" : "netbooks" } }, "requested" : false, "queriedEntityCount" : 86 }, { "level" : 2, "entity" : { "primaryKey" : 66475, "attributes" : { "code" : "ultrabooks" } }, "requested" : false, "queriedEntityCount" : 291 }, { "level" : 2, "entity" : { "primaryKey" : 66476, "attributes" : { "code" : "gaming" } }, "requested" : false, "queriedEntityCount" : 105 }, { "level" : 2, "entity" : { "primaryKey" : 66477, "attributes" : { "code" : "workstations" } }, "requested" : false, "queriedEntityCount" : 89 }, { "level" : 2, "entity" : { "primaryKey" : 66478, "attributes" : { "code" : "touch" } }, "requested" : false, "queriedEntityCount" : 55 }, { "level" : 2, "entity" : { "primaryKey" : 66479, "attributes" : { "code" : "macbooks" } }, "requested" : false, "queriedEntityCount" : 92 }, { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false, "queriedEntityCount" : 501 }, { "level" : 2, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false, "queriedEntityCount" : 10 }, { "level" : 2, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false, "queriedEntityCount" : 285 }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false, "queriedEntityCount" : 116 }, { "level" : 2, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false, "queriedEntityCount" : 50 }, { "level" : 2, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false, "queriedEntityCount" : 20 }, { "level" : 2, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false, "queriedEntityCount" : 20 }, { "level" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "requested" : false, "queriedEntityCount" : 12 }, { "level" : 2, "entity" : { "primaryKey" : 66493, "attributes" : { "code" : "vouchers-for-shareholders" } }, "requested" : false, "queriedEntityCount" : 6 }, { "level" : 1, "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "requested" : false, "queriedEntityCount" : 92 }, { "level" : 1, "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "requested" : false, "queriedEntityCount" : 2 } ] ```>
md`.Example `dynamic-collapsible-menu.evitaql`: md`#L1
expected: <```json [ { "childrenCount": 3, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } } }, { "childrenCount": 6, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } } }, { "childrenCount": 6, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } } }, { "childrenCount": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } } }, { "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } } }, { "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } } } ] ```> but was: <```json [ { "childrenCount" : 3, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } } }, { "childrenCount" : 6, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } } }, { "childrenCount" : 6, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } } }, { "childrenCount" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } } }, { "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } } }, { "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } } } ] ```>
md`.Example `dynamic-collapsible-menu.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, "requested": false, "childrenCount": 3 }, { "entity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, "requested": false, "childrenCount": 6 }, { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "childrenCount": 6 }, { "entity": { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, "requested": false, "childrenCount": 1 }, { "entity": { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, "requested": false, "childrenCount": 0 }, { "entity": { "primaryKey": 347154, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bargain-bundles" } } }, "requested": false, "childrenCount": 0 } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, "requested" : false, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, "requested" : false, "childrenCount" : 6 }, { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "childrenCount" : 6 }, { "entity" : { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, "requested" : false, "childrenCount" : 1 }, { "entity" : { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, "requested" : false, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 347154, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bargain-bundles" } } }, "requested" : false, "childrenCount" : 0 } ] ```>
md`.Example `dynamic-collapsible-menu.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "requested": false, "childrenCount": 3 }, { "level": 1, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "requested": false, "childrenCount": 6 }, { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false, "childrenCount": 6 }, { "level": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "requested": false, "childrenCount": 1 }, { "level": 1, "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "requested": false, "childrenCount": 0 }, { "level": 1, "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "requested": false, "childrenCount": 0 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "requested" : false, "childrenCount" : 3 }, { "level" : 1, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "requested" : false, "childrenCount" : 6 }, { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false, "childrenCount" : 6 }, { "level" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "requested" : false, "childrenCount" : 1 }, { "level" : 1, "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "requested" : false, "childrenCount" : 0 }, { "level" : 1, "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "requested" : false, "childrenCount" : 0 } ] ```>
md`.Example `dynamic-collapsible-menu-sub-category.evitaql`: md`#L1
expected: <```json [ { "children": [ { "childrenCount": 4, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } } }, { "childrenCount": 3, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } } }, { "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } } }, { "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } } } ], "childrenCount": 4, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } } } ] ```> but was: <```json [ { "children" : [ { "childrenCount" : 4, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } } }, { "childrenCount" : 3, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } } }, { "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } } }, { "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } } } ], "childrenCount" : 4, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } } } ] ```>
md`.Example `dynamic-collapsible-menu-sub-category.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false, "childrenCount": 4, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false, "childrenCount": 4 }, { "entity": { "primaryKey": 66489, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wired-heaphones" } } }, "requested": false, "childrenCount": 3 }, { "entity": { "primaryKey": 66490, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "microphones" } } }, "requested": false, "childrenCount": 0 }, { "entity": { "primaryKey": 66491, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "repro" } } }, "requested": false, "childrenCount": 0 } ] } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false, "childrenCount" : 4, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false, "childrenCount" : 4 }, { "entity" : { "primaryKey" : 66489, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wired-heaphones" } } }, "requested" : false, "childrenCount" : 3 }, { "entity" : { "primaryKey" : 66490, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "microphones" } } }, "requested" : false, "childrenCount" : 0 }, { "entity" : { "primaryKey" : 66491, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "repro" } } }, "requested" : false, "childrenCount" : 0 } ] } ] ```>
md`.Example `dynamic-collapsible-menu-sub-category.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false, "childrenCount": 4 }, { "level": 2, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false, "childrenCount": 4 }, { "level": 2, "entity": { "primaryKey": 66489, "attributes": { "code": "wired-heaphones" } }, "requested": false, "childrenCount": 3 }, { "level": 2, "entity": { "primaryKey": 66490, "attributes": { "code": "microphones" } }, "requested": false, "childrenCount": 0 }, { "level": 2, "entity": { "primaryKey": 66491, "attributes": { "code": "repro" } }, "requested": false, "childrenCount": 0 } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false, "childrenCount" : 4 }, { "level" : 2, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false, "childrenCount" : 4 }, { "level" : 2, "entity" : { "primaryKey" : 66489, "attributes" : { "code" : "wired-heaphones" } }, "requested" : false, "childrenCount" : 3 }, { "level" : 2, "entity" : { "primaryKey" : 66490, "attributes" : { "code" : "microphones" } }, "requested" : false, "childrenCount" : 0 }, { "level" : 2, "entity" : { "primaryKey" : 66491, "attributes" : { "code" : "repro" } }, "requested" : false, "childrenCount" : 0 } ] ```>
md`.Example `sub-categories-listing.evitaql`: md`#L1
expected: <```json [ { "children": [ { "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } } }, { "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } } }, { "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } } }, { "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } } }, { "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } } }, { "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } } } ], "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": true } ] ```> but was: <```json [ { "children" : [ { "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } } }, { "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } } }, { "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } } }, { "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } } }, { "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } } }, { "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } } } ], "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : true } ] ```>
md`.Example `sub-categories-listing.graphql`: md`#L1
expected: <```json [ { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": true }, { "level": 2, "entity": { "primaryKey": 66480, "attributes": { "code": "christmas-electronics" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66481, "attributes": { "code": "smart-wearable" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66483, "attributes": { "code": "monitors" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66484, "attributes": { "code": "keyboards" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66537, "attributes": { "code": "mouses" } }, "requested": false } ] ```> but was: <```json [ { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : true }, { "level" : 2, "entity" : { "primaryKey" : 66480, "attributes" : { "code" : "christmas-electronics" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66483, "attributes" : { "code" : "monitors" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66484, "attributes" : { "code" : "keyboards" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66537, "attributes" : { "code" : "mouses" } }, "requested" : false } ] ```>
md`.Example `sub-categories-listing.rest`: md`#L1
expected: <```json [ { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": true, "children": [ { "entity": { "primaryKey": 66480, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "christmas-electronics" } } }, "requested": false }, { "entity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable" } } }, "requested": false }, { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false }, { "entity": { "primaryKey": 66483, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "monitors" } } }, "requested": false }, { "entity": { "primaryKey": 66484, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "keyboards" } } }, "requested": false }, { "entity": { "primaryKey": 66537, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "mouses" } } }, "requested": false } ] } ] ```> but was: <```json [ { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : true, "children" : [ { "entity" : { "primaryKey" : 66480, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "christmas-electronics" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66483, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "monitors" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66484, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "keyboards" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66537, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "mouses" } } }, "requested" : false } ] } ] ```>
md`.Example `hybrid-menu.evitaql`: md`#L1
expected: <```json { "parents": [ { "children": [ { "children": [ { "children": [ { "entity": { "primaryKey": 66495, "attributes": { "code": "over-ear" } }, "requested": true } ], "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } } } ], "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } } } ], "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } } } ], "siblings": [ { "entity": { "primaryKey": 66494, "attributes": { "code": "true-wireless" } } }, { "entity": { "primaryKey": 66495, "attributes": { "code": "over-ear" } }, "requested": true }, { "entity": { "primaryKey": 66496, "attributes": { "code": "on-ear" } } }, { "entity": { "primaryKey": 66497, "attributes": { "code": "earbuds" } } } ], "topLevel": [ { "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } } }, { "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } } }, { "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } } }, { "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } } }, { "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } } }, { "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } } } ] } ```> but was: <```json { "parents" : [ { "children" : [ { "children" : [ { "children" : [ { "entity" : { "primaryKey" : 66495, "attributes" : { "code" : "over-ear" } }, "requested" : true } ], "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } } } ], "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } } } ], "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } } } ], "siblings" : [ { "entity" : { "primaryKey" : 66494, "attributes" : { "code" : "true-wireless" } } }, { "entity" : { "primaryKey" : 66495, "attributes" : { "code" : "over-ear" } }, "requested" : true }, { "entity" : { "primaryKey" : 66496, "attributes" : { "code" : "on-ear" } } }, { "entity" : { "primaryKey" : 66497, "attributes" : { "code" : "earbuds" } } } ], "topLevel" : [ { "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } } }, { "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } } }, { "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } } }, { "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } } }, { "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } } }, { "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } } } ] } ```>
md`.Example `hybrid-menu.rest`: md`#L1
expected: <```json { "siblings": [ { "entity": { "primaryKey": 66494, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "true-wireless" } } }, "requested": false }, { "entity": { "primaryKey": 66495, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear" } } }, "requested": true }, { "entity": { "primaryKey": 66496, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "on-ear" } } }, "requested": false }, { "entity": { "primaryKey": 66497, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "earbuds" } } }, "requested": false } ], "topLevel": [ { "entity": { "primaryKey": 66466, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "portables" } } }, "requested": false }, { "entity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops" } } }, "requested": false }, { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false }, { "entity": { "primaryKey": 66469, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "vouchers" } } }, "requested": false }, { "entity": { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" } } }, "requested": false }, { "entity": { "primaryKey": 347154, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "bargain-bundles" } } }, "requested": false } ], "parents": [ { "entity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66482, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "audio" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "wireless-headphones" } } }, "requested": false, "children": [ { "entity": { "primaryKey": 66495, "type": "Category", "version": 1, "scope": "LIVE", "allLocales": [ "en" ], "attributes": { "global": { "code": "over-ear" } } }, "requested": true } ] } ] } ] } ] } ```> but was: <```json { "siblings" : [ { "entity" : { "primaryKey" : 66494, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "true-wireless" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66495, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear" } } }, "requested" : true }, { "entity" : { "primaryKey" : 66496, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "on-ear" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66497, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "earbuds" } } }, "requested" : false } ], "topLevel" : [ { "entity" : { "primaryKey" : 66466, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "portables" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66469, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "vouchers" } } }, "requested" : false }, { "entity" : { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" } } }, "requested" : false }, { "entity" : { "primaryKey" : 347154, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "bargain-bundles" } } }, "requested" : false } ], "parents" : [ { "entity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66482, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "audio" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "wireless-headphones" } } }, "requested" : false, "children" : [ { "entity" : { "primaryKey" : 66495, "type" : "Category", "version" : 1, "scope" : "LIVE", "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "over-ear" } } }, "requested" : true } ] } ] } ] } ] } ```>
md`.Example `hybrid-menu.graphql`: md`#L1
expected: <```json { "topLevel": [ { "level": 1, "entity": { "primaryKey": 66466, "attributes": { "code": "portables" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66467, "attributes": { "code": "laptops" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66469, "attributes": { "code": "vouchers" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66470, "attributes": { "code": "prepared-products" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 347154, "attributes": { "code": "bargain-bundles" } }, "requested": false } ], "siblings": [ { "level": 1, "entity": { "primaryKey": 66494, "attributes": { "code": "true-wireless" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66495, "attributes": { "code": "over-ear" } }, "requested": true }, { "level": 1, "entity": { "primaryKey": 66496, "attributes": { "code": "on-ear" } }, "requested": false }, { "level": 1, "entity": { "primaryKey": 66497, "attributes": { "code": "earbuds" } }, "requested": false } ], "parents": [ { "level": 1, "entity": { "primaryKey": 66468, "attributes": { "code": "accessories" } }, "requested": false }, { "level": 2, "entity": { "primaryKey": 66482, "attributes": { "code": "audio" } }, "requested": false }, { "level": 3, "entity": { "primaryKey": 66488, "attributes": { "code": "wireless-headphones" } }, "requested": false }, { "level": 4, "entity": { "primaryKey": 66495, "attributes": { "code": "over-ear" } }, "requested": true } ] } ```> but was: <```json { "topLevel" : [ { "level" : 1, "entity" : { "primaryKey" : 66466, "attributes" : { "code" : "portables" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66467, "attributes" : { "code" : "laptops" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66469, "attributes" : { "code" : "vouchers" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66470, "attributes" : { "code" : "prepared-products" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 347154, "attributes" : { "code" : "bargain-bundles" } }, "requested" : false } ], "siblings" : [ { "level" : 1, "entity" : { "primaryKey" : 66494, "attributes" : { "code" : "true-wireless" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66495, "attributes" : { "code" : "over-ear" } }, "requested" : true }, { "level" : 1, "entity" : { "primaryKey" : 66496, "attributes" : { "code" : "on-ear" } }, "requested" : false }, { "level" : 1, "entity" : { "primaryKey" : 66497, "attributes" : { "code" : "earbuds" } }, "requested" : false } ], "parents" : [ { "level" : 1, "entity" : { "primaryKey" : 66468, "attributes" : { "code" : "accessories" } }, "requested" : false }, { "level" : 2, "entity" : { "primaryKey" : 66482, "attributes" : { "code" : "audio" } }, "requested" : false }, { "level" : 3, "entity" : { "primaryKey" : 66488, "attributes" : { "code" : "wireless-headphones" } }, "requested" : false }, { "level" : 4, "entity" : { "primaryKey" : 66495, "attributes" : { "code" : "over-ear" } }, "requested" : true } ] } ```>
md`.Example `get-by-unique-attribute.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "allLocales": [ "cs", "en" ], "attributes": { "global": { "availability": "ALWAYS_AVAILABLE", "brandCode": "apple", "catalogNumber": "3872990", "changed": "2024-02-25T14:38:35+01:00", "code": "macbook-pro-13-2022", "codeShort": "macbook-pro-13-2022", "displaySize": "13.30000", "ean": "15491963", "isAlias": false, "maxOrderQuantity": "9999", "minOrderQuantity": "1.00000", "order": 104526, "orderedQuantity": "0.00000", "productType": "MASTER", "published": "2024-11-30T15:29:05.76+01:00", "rating": "0", "ratingVotes": 0, "saleRestriction": "WITHOUT_RESTRICTION", "status": "ACTIVE", "stepOrderQuantity": "1.00000", "stockItemPrimaryKey": 1450, "unit": "ks", "warrantyPeriod": 24 } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "availability" : "ALWAYS_AVAILABLE", "brandCode" : "apple", "catalogNumber" : "3872990", "changed" : "2024-02-25T14:38:35+01:00", "code" : "macbook-pro-13-2022", "codeShort" : "macbook-pro-13-2022", "displaySize" : "13.30000", "ean" : "15491963", "isAlias" : false, "maxOrderQuantity" : "9999", "minOrderQuantity" : "1.00000", "order" : 104526, "orderedQuantity" : "0.00000", "productType" : "MASTER", "published" : "2024-11-30T15:29:05.76+01:00", "rating" : "0", "ratingVotes" : 0, "saleRestriction" : "WITHOUT_RESTRICTION", "status" : "ACTIVE", "stepOrderQuantity" : "1.00000", "stockItemPrimaryKey" : 1450, "unit" : "ks", "warrantyPeriod" : 24 } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } } ```>
md`.Example `get-by-unique-attribute.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 63049, "attributes": { "code": "macbook-pro-13-2022" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 63049, "attributes" : { "code" : "macbook-pro-13-2022" } } ] } } } } ```>
md`.Example `get-by-globally-unique-locale-specific-attribute.graphql`: md`#L1
expected: <```json { "data": { "getEntity": { "primaryKey": 63049, "attributes": { "url": "/en/macbook-pro-13-2022" }, "targetEntity": { "attributes": { "availability": "ALWAYS_AVAILABLE" }, "categories": [ { "referencedPrimaryKey": 66470 }, { "referencedPrimaryKey": 66479 } ] } } } } ```> but was: <```json { "data" : { "getEntity" : { "primaryKey" : 63049, "attributes" : { "url" : "/en/macbook-pro-13-2022" }, "targetEntity" : { "attributes" : { "availability" : "ALWAYS_AVAILABLE" }, "categories" : [ { "referencedPrimaryKey" : 66470 }, { "referencedPrimaryKey" : 66479 } ] } } } } ```>
md`.Example `get-by-globally-unique-locale-specific-attribute.rest`: md`#L1
expected: <```json { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "global": { "availability": "ALWAYS_AVAILABLE", "brandCode": "apple", "catalogNumber": "3872990", "changed": "2024-02-25T14:38:35+01:00", "code": "macbook-pro-13-2022", "codeShort": "macbook-pro-13-2022", "displaySize": "13.30000", "ean": "15491963", "isAlias": false, "maxOrderQuantity": "9999", "minOrderQuantity": "1.00000", "order": 104526, "orderedQuantity": "0.00000", "productType": "MASTER", "published": "2024-11-30T15:29:05.76+01:00", "rating": "0", "ratingVotes": 0, "saleRestriction": "WITHOUT_RESTRICTION", "status": "ACTIVE", "stepOrderQuantity": "1.00000", "stockItemPrimaryKey": 1450, "unit": "ks", "warrantyPeriod": 24 }, "localized": { "en": { "name": "Macbook Pro 13 2022", "url": "/en/macbook-pro-13-2022" } } } } ```> but was: <```json { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "availability" : "ALWAYS_AVAILABLE", "brandCode" : "apple", "catalogNumber" : "3872990", "changed" : "2024-02-25T14:38:35+01:00", "code" : "macbook-pro-13-2022", "codeShort" : "macbook-pro-13-2022", "displaySize" : "13.30000", "ean" : "15491963", "isAlias" : false, "maxOrderQuantity" : "9999", "minOrderQuantity" : "1.00000", "order" : 104526, "orderedQuantity" : "0.00000", "productType" : "MASTER", "published" : "2024-11-30T15:29:05.76+01:00", "rating" : "0", "ratingVotes" : 0, "saleRestriction" : "WITHOUT_RESTRICTION", "status" : "ACTIVE", "stepOrderQuantity" : "1.00000", "stockItemPrimaryKey" : 1450, "unit" : "ks", "warrantyPeriod" : 24 }, "localized" : { "en" : { "name" : "Macbook Pro 13 2022", "url" : "/en/macbook-pro-13-2022" } } } } ```>
md`.Example `get-product-with-data.rest`: md`#L1
expected: <```json { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "global": { "availability": "ALWAYS_AVAILABLE", "brandCode": "apple", "catalogNumber": "3872990", "changed": "2024-02-25T14:38:35+01:00", "code": "macbook-pro-13-2022", "codeShort": "macbook-pro-13-2022", "displaySize": "13.30000", "ean": "15491963", "isAlias": false, "maxOrderQuantity": "9999", "minOrderQuantity": "1.00000", "order": 104526, "orderedQuantity": "0.00000", "productType": "MASTER", "published": "2024-11-30T15:29:05.76+01:00", "rating": "0", "ratingVotes": 0, "saleRestriction": "WITHOUT_RESTRICTION", "status": "ACTIVE", "stepOrderQuantity": "1.00000", "stockItemPrimaryKey": 1450, "unit": "ks", "warrantyPeriod": 24 }, "localized": { "en": { "name": "Macbook Pro 13 2022", "url": "/en/macbook-pro-13-2022" } } }, "associatedData": { "global": { "allActiveUrls": [ { "locale": "cs", "url": "/cs/macbook-pro-13-2022" }, { "locale": "en", "url": "/en/macbook-pro-13-2022" } ] }, "localized": { "en": { "localization": { "labels": { "metaOgDescription": "Macbook Pro 13 2022", "metaTwitterDescription": "Macbook Pro 13 2022", "metaOgTitle": "Macbook Pro 13 2022", "metaTitle": "Macbook Pro 13 2022", "name": "Macbook Pro 13 2022", "fulltextKeywords": "Macbook Pro 13 2022", "metaTwitterTitle": "Macbook Pro 13 2022", "zboziTitle": "Macbook Pro 13 2022", "title": "Macbook Pro 13 2022", "metaDescription": "Macbook Pro 13 2022", "heurekaTitle": "Macbook Pro 13 2022" } } } } }, "brand": { "referencedPrimaryKey": 66465 }, "categories": [ { "referencedPrimaryKey": 66470 }, { "referencedPrimaryKey": 66479 } ], "groups": [ { "referencedPrimaryKey": 66503 } ], "parameterValues": [ { "referencedPrimaryKey": 66549, "groupEntity": { "primaryKey": 66460, "type": "Parameter" } }, { "referencedPrimaryKey": 66551, "groupEntity": { "primaryKey": 66462, "type": "Parameter" } }, { "referencedPrimaryKey": 66552, "groupEntity": { "primaryKey": 66463, "type": "Parameter" } }, { "referencedPrimaryKey": 66553, "groupEntity": { "primaryKey": 66464, "type": "Parameter" } }, { "referencedPrimaryKey": 66555, "groupEntity": { "primaryKey": 66463, "type": "Parameter" } }, { "referencedPrimaryKey": 66557, "groupEntity": { "primaryKey": 66460, "type": "Parameter" } }, { "referencedPrimaryKey": 66558, "groupEntity": { "primaryKey": 66463, "type": "Parameter" } }, { "referencedPrimaryKey": 114000, "groupEntity": { "primaryKey": 66464, "type": "Parameter" } }, { "referencedPrimaryKey": 114003, "groupEntity": { "primaryKey": 66464, "type": "Parameter" } }, { "referencedPrimaryKey": 114018, "groupEntity": { "primaryKey": 114004, "type": "Parameter" } }, { "referencedPrimaryKey": 114020, "groupEntity": { "primaryKey": 66461, "type": "Parameter" } } ], "stocks": [ { "referencedPrimaryKey": 119334 } ], "variantParameters": [ { "referencedPrimaryKey": 66460 }, { "referencedPrimaryKey": 66461 }, { "referencedPrimaryKey": 66462 }, { "referencedPrimaryKey": 66463 }, { "referencedPrimaryKey": 66464 } ], "variants": [ { "referencedPrimaryKey": 66554 }, { "referencedPrimaryKey": 66556 }, { "referencedPrimaryKey": 66559 }, { "referencedPrimaryKey": 66561 }, { "referencedPrimaryKey": 66562 }, { "referencedPrimaryKey": 66563 }, { "referencedPrimaryKey": 66565 }, { "referencedPrimaryKey": 66566 }, { "referencedPrimaryKey": 66567 }, { "referencedPrimaryKey": 66569 }, { "referencedPrimaryKey": 66570 }, { "referencedPrimaryKey": 66571 }, { "referencedPrimaryKey": 66572 }, { "referencedPrimaryKey": 66573 }, { "referencedPrimaryKey": 66574 }, { "referencedPrimaryKey": 66575 }, { "referencedPrimaryKey": 66576 }, { "referencedPrimaryKey": 66577 } ] } ```> but was: <```json { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "availability" : "ALWAYS_AVAILABLE", "brandCode" : "apple", "catalogNumber" : "3872990", "changed" : "2024-02-25T14:38:35+01:00", "code" : "macbook-pro-13-2022", "codeShort" : "macbook-pro-13-2022", "displaySize" : "13.30000", "ean" : "15491963", "isAlias" : false, "maxOrderQuantity" : "9999", "minOrderQuantity" : "1.00000", "order" : 104526, "orderedQuantity" : "0.00000", "productType" : "MASTER", "published" : "2024-11-30T15:29:05.76+01:00", "rating" : "0", "ratingVotes" : 0, "saleRestriction" : "WITHOUT_RESTRICTION", "status" : "ACTIVE", "stepOrderQuantity" : "1.00000", "stockItemPrimaryKey" : 1450, "unit" : "ks", "warrantyPeriod" : 24 }, "localized" : { "en" : { "name" : "Macbook Pro 13 2022", "url" : "/en/macbook-pro-13-2022" } } }, "associatedData" : { "global" : { "allActiveUrls" : [ { "locale" : "cs", "url" : "/cs/macbook-pro-13-2022" }, { "locale" : "en", "url" : "/en/macbook-pro-13-2022" } ] }, "localized" : { "en" : { "localization" : { "labels" : { "metaOgDescription" : "Macbook Pro 13 2022", "metaTwitterDescription" : "Macbook Pro 13 2022", "metaOgTitle" : "Macbook Pro 13 2022", "metaTitle" : "Macbook Pro 13 2022", "name" : "Macbook Pro 13 2022", "fulltextKeywords" : "Macbook Pro 13 2022", "metaTwitterTitle" : "Macbook Pro 13 2022", "zboziTitle" : "Macbook Pro 13 2022", "title" : "Macbook Pro 13 2022", "metaDescription" : "Macbook Pro 13 2022", "heurekaTitle" : "Macbook Pro 13 2022" } } } } }, "brand" : { "referencedPrimaryKey" : 66465 }, "categories" : [ { "referencedPrimaryKey" : 66470 }, { "referencedPrimaryKey" : 66479 } ], "groups" : [ { "referencedPrimaryKey" : 66503 } ], "parameterValues" : [ { "referencedPrimaryKey" : 66549, "groupEntity" : { "primaryKey" : 66460, "type" : "Parameter" } }, { "referencedPrimaryKey" : 66551, "groupEntity" : { "primaryKey" : 66462, "type" : "Parameter" } }, { "referencedPrimaryKey" : 66552, "groupEntity" : { "primaryKey" : 66463, "type" : "Parameter" } }, { "referencedPrimaryKey" : 66553, "groupEntity" : { "primaryKey" : 66464, "type" : "Parameter" } }, { "referencedPrimaryKey" : 66555, "groupEntity" : { "primaryKey" : 66463, "type" : "Parameter" } }, { "referencedPrimaryKey" : 66557, "groupEntity" : { "primaryKey" : 66460, "type" : "Parameter" } }, { "referencedPrimaryKey" : 66558, "groupEntity" : { "primaryKey" : 66463, "type" : "Parameter" } }, { "referencedPrimaryKey" : 114000, "groupEntity" : { "primaryKey" : 66464, "type" : "Parameter" } }, { "referencedPrimaryKey" : 114003, "groupEntity" : { "primaryKey" : 66464, "type" : "Parameter" } }, { "referencedPrimaryKey" : 114018, "groupEntity" : { "primaryKey" : 114004, "type" : "Parameter" } }, { "referencedPrimaryKey" : 114020, "groupEntity" : { "primaryKey" : 66461, "type" : "Parameter" } } ], "stocks" : [ { "referencedPrimaryKey" : 119334 } ], "variantParameters" : [ { "referencedPrimaryKey" : 66460 }, { "referencedPrimaryKey" : 66461 }, { "referencedPrimaryKey" : 66462 }, { "referencedPrimaryKey" : 66463 }, { "referencedPrimaryKey" : 66464 } ], "variants" : [ { "referencedPrimaryKey" : 66554 }, { "referencedPrimaryKey" : 66556 }, { "referencedPrimaryKey" : 66559 }, { "referencedPrimaryKey" : 66561 }, { "referencedPrimaryKey" : 66562 }, { "referencedPrimaryKey" : 66563 }, { "referencedPrimaryKey" : 66565 }, { "referencedPrimaryKey" : 66566 }, { "referencedPrimaryKey" : 66567 }, { "referencedPrimaryKey" : 66569 }, { "referencedPrimaryKey" : 66570 }, { "referencedPrimaryKey" : 66571 }, { "referencedPrimaryKey" : 66572 }, { "referencedPrimaryKey" : 66573 }, { "referencedPrimaryKey" : 66574 }, { "referencedPrimaryKey" : 66575 }, { "referencedPrimaryKey" : 66576 }, { "referencedPrimaryKey" : 66577 } ] } ```>
md`.Example `get-product-with-data.graphql`: md`#L1
expected: <```json { "data": { "getEntity": { "primaryKey": 63049, "targetEntity": { "attributes": { "code": "macbook-pro-13-2022", "availability": "ALWAYS_AVAILABLE", "brandCode": "apple" } } } } } ```> but was: <```json { "data" : { "getEntity" : { "primaryKey" : 63049, "targetEntity" : { "attributes" : { "code" : "macbook-pro-13-2022", "availability" : "ALWAYS_AVAILABLE", "brandCode" : "apple" } } } } } ```>
md`.Example `get-category-with-data.rest`: md`#L1
expected: <```json { "primaryKey": 66488, "type": "Category", "version": 1, "scope": "LIVE", "parentEntity": { "primaryKey": 66482, "type": "Category", "parentEntity": { "primaryKey": 66468, "type": "Category" } }, "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "categoryType": "STANDARD", "changed": "2024-02-25T14:35:36+01:00", "code": "wireless-headphones", "level": 3, "order": -1, "published": "2024-11-30T15:28:44.033+01:00", "status": "ACTIVE", "visibility": "VISIBLE" }, "localized": { "en": { "name": "Wireless headphones", "url": "/en/wireless-headphones" } } }, "associatedData": { "global": { "allActiveUrls": [ { "locale": "en", "url": "/en/wireless-headphones" } ] }, "localized": { "en": { "localization": { "labels": { "name": "Wireless headphones" } } } } } } ```> but was: <```json { "primaryKey" : 66488, "type" : "Category", "version" : 1, "scope" : "LIVE", "parentEntity" : { "primaryKey" : 66482, "type" : "Category", "parentEntity" : { "primaryKey" : 66468, "type" : "Category" } }, "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "categoryType" : "STANDARD", "changed" : "2024-02-25T14:35:36+01:00", "code" : "wireless-headphones", "level" : 3, "order" : -1, "published" : "2024-11-30T15:28:44.033+01:00", "status" : "ACTIVE", "visibility" : "VISIBLE" }, "localized" : { "en" : { "name" : "Wireless headphones", "url" : "/en/wireless-headphones" } } }, "associatedData" : { "global" : { "allActiveUrls" : [ { "locale" : "en", "url" : "/en/wireless-headphones" } ] }, "localized" : { "en" : { "localization" : { "labels" : { "name" : "Wireless headphones" } } } } } } ```>
md`.Example `get-category-with-data.graphql`: md`#L1
expected: <```json { "data": { "getEntity": { "primaryKey": 66488, "targetEntity": { "attributes": { "level": 3 }, "parentPrimaryKey": 66482 } } } } ```> but was: <```json { "data" : { "getEntity" : { "primaryKey" : 66488, "targetEntity" : { "attributes" : { "level" : 3 }, "parentPrimaryKey" : 66482 } } } } ```>
md`.Example `category-description.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66486, "attributes": { "description:en": "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "descriptionShort:en": "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for ", "name:en": "Smartwatches" }, "associatedData": { "localization:en": { "labels": { "description": "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "fulltextKeywords": "Amazfit Bip 3, Amazfit GTR 3, Apple Watch Series 8, Apple Watch Ultra, Fitbit Sense 2, Garmin Fenix 6 Solar, Garmin Forerunner 55, Garmin Vivoactive 4, Huawei Watch 3 Pro, Huawei Watch GT 3, Xiaomi Watch S1 Active, smart technology, fitness tracking, wellness features, smartwatch collection", "name": "Smartwatches", "shortDescription": "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for " } } } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 66486, "attributes" : { "description:en" : "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "descriptionShort:en" : "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for ", "name:en" : "Smartwatches" }, "associatedData" : { "localization:en" : { "labels" : { "description" : "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "fulltextKeywords" : "Amazfit Bip 3, Amazfit GTR 3, Apple Watch Series 8, Apple Watch Ultra, Fitbit Sense 2, Garmin Fenix 6 Solar, Garmin Forerunner 55, Garmin Vivoactive 4, Huawei Watch 3 Pro, Huawei Watch GT 3, Xiaomi Watch S1 Active, smart technology, fitness tracking, wellness features, smartwatch collection", "name" : "Smartwatches", "shortDescription" : "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for " } } } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `category-description.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "localized": { "en": { "description": "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "descriptionShort": "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for ", "name": "Smartwatches" } } }, "associatedData": { "localized": { "en": { "localization": { "labels": { "name": "Smartwatches", "description": "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "fulltextKeywords": "Amazfit Bip 3, Amazfit GTR 3, Apple Watch Series 8, Apple Watch Ultra, Fitbit Sense 2, Garmin Fenix 6 Solar, Garmin Forerunner 55, Garmin Vivoactive 4, Huawei Watch 3 Pro, Huawei Watch GT 3, Xiaomi Watch S1 Active, smart technology, fitness tracking, wellness features, smartwatch collection", "shortDescription": "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for " } } } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "de", "en" ], "attributes" : { "localized" : { "en" : { "description" : "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "descriptionShort" : "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for ", "name" : "Smartwatches" } } }, "associatedData" : { "localized" : { "en" : { "localization" : { "labels" : { "name" : "Smartwatches", "description" : "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "fulltextKeywords" : "Amazfit Bip 3, Amazfit GTR 3, Apple Watch Series 8, Apple Watch Ultra, Fitbit Sense 2, Garmin Fenix 6 Solar, Garmin Forerunner 55, Garmin Vivoactive 4, Huawei Watch 3 Pro, Huawei Watch GT 3, Xiaomi Watch S1 Active, smart technology, fitness tracking, wellness features, smartwatch collection", "shortDescription" : "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for " } } } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } } ```>
md`.Example `category-description.graphql`: md`#L1
expected: <```json { "data": { "queryCategory": { "recordPage": { "data": [ { "primaryKey": 66486, "attributes": { "name": "Smartwatches", "description": "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "descriptionShort": "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for " }, "associatedData": { "localization": { "labels": { "name": "Smartwatches", "description": "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "fulltextKeywords": "Amazfit Bip 3, Amazfit GTR 3, Apple Watch Series 8, Apple Watch Ultra, Fitbit Sense 2, Garmin Fenix 6 Solar, Garmin Forerunner 55, Garmin Vivoactive 4, Huawei Watch 3 Pro, Huawei Watch GT 3, Xiaomi Watch S1 Active, smart technology, fitness tracking, wellness features, smartwatch collection", "shortDescription": "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for " } } } } ] } } } } ```> but was: <```json { "data" : { "queryCategory" : { "recordPage" : { "data" : [ { "primaryKey" : 66486, "attributes" : { "name" : "Smartwatches", "description" : "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "descriptionShort" : "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for " }, "associatedData" : { "localization" : { "labels" : { "name" : "Smartwatches", "description" : "<div>\r\n<h2>Discover Our Smartwatch Collection</h2>\r\n<p>Immerse yourself in a world where elegance and functionality converge with our Smartwatches collection. Featuring the sleek Amazfit Bip 3 and the sophisticated GTR 3, our selection caters to all tastes and needs. The latest Apple Watch Series 8 and the durable Apple Watch Ultra bring unparalleled connectivity and style to your wrist.</p>\r\n<p>For the health-conscious, the Fitbit Sense 2 offers advanced wellness features, while adventurers will appreciate the solar-powered Garmin Fenix 6 Solar. The Garmin Forerunner 55 and Vivoactive 4 are perfect for runners and fitness enthusiasts alike, offering a range of sports and tracking features.</p>\r\n<p>Experience the blend of tradition and innovation with the Huawei Watch 3 Pro, or enjoy the sporty elegance of the Xiaomi Watch S1 Active. Each piece in our collection is designed to enhance your lifestyle, combining smart technology with sophisticated design.</p>\r\n</div>\r\n<p>&nbsp;</p>", "fulltextKeywords" : "Amazfit Bip 3, Amazfit GTR 3, Apple Watch Series 8, Apple Watch Ultra, Fitbit Sense 2, Garmin Fenix 6 Solar, Garmin Forerunner 55, Garmin Vivoactive 4, Huawei Watch 3 Pro, Huawei Watch GT 3, Xiaomi Watch S1 Active, smart technology, fitness tracking, wellness features, smartwatch collection", "shortDescription" : "Elevate your lifestyle with our Smartwatches category, a collection where technology meets sophistication. Discover the latest innovations with models like Amazfit Bip 3, GTR 3, Apple Watch Series 8, and the rugged Apple Watch Ultra. Embrace wellness with Fitbit Sense 2 or explore the outdoors with Garmin Fenix 6 Solar. Whether you're a fitness enthusiast or seeking connectivity on the go, our selection including Huawei Watch 3 Pro and Xiaomi Watch S1 Active offers something for " } } } } ] } } } } ```>
md`.Example `breadcrumb-category.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 66486, "parent": 66481, "parentEntity": { "primaryKey": 66481, "parent": 66468, "parentEntity": { "primaryKey": 66468, "attributes": { "name:en": "Accessories", "code": "accessories", "level": 1 } }, "attributes": { "name:en": "Smart wearable", "code": "smart-wearable", "level": 2 } }, "attributes": { "name:en": "Smartwatches", "code": "smartwatches" } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 66486, "parent" : 66481, "parentEntity" : { "primaryKey" : 66481, "parent" : 66468, "parentEntity" : { "primaryKey" : 66468, "attributes" : { "name:en" : "Accessories", "code" : "accessories", "level" : 1 } }, "attributes" : { "name:en" : "Smart wearable", "code" : "smart-wearable", "level" : 2 } }, "attributes" : { "name:en" : "Smartwatches", "code" : "smartwatches" } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `breadcrumb-category.graphql`: md`#L1
expected: <```json { "data": { "queryCategory": { "recordPage": { "data": [ { "primaryKey": 66486, "parentPrimaryKey": 66481, "parents": [ { "primaryKey": 66468, "attributes": { "code": "accessories", "name": "Accessories", "level": 1 } }, { "primaryKey": 66481, "attributes": { "code": "smart-wearable", "name": "Smart wearable", "level": 2 } } ], "attributes": { "code": "smartwatches", "name": "Smartwatches" } } ] } } } } ```> but was: <```json { "data" : { "queryCategory" : { "recordPage" : { "data" : [ { "primaryKey" : 66486, "parentPrimaryKey" : 66481, "parents" : [ { "primaryKey" : 66468, "attributes" : { "code" : "accessories", "name" : "Accessories", "level" : 1 } }, { "primaryKey" : 66481, "attributes" : { "code" : "smart-wearable", "name" : "Smart wearable", "level" : 2 } } ], "attributes" : { "code" : "smartwatches", "name" : "Smartwatches" } } ] } } } } ```>
md`.Example `breadcrumb-category.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 66486, "type": "Category", "version": 1, "scope": "LIVE", "parentEntity": { "primaryKey": 66481, "type": "Category", "version": 1, "scope": "LIVE", "parentEntity": { "primaryKey": 66468, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "accessories", "level": 1 }, "localized": { "en": { "name": "Accessories" } } } }, "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "smart-wearable", "level": 2 }, "localized": { "en": { "name": "Smart wearable" } } } }, "locales": [ "en" ], "allLocales": [ "cs", "de", "en" ], "attributes": { "global": { "code": "smartwatches" }, "localized": { "en": { "name": "Smartwatches" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 66486, "type" : "Category", "version" : 1, "scope" : "LIVE", "parentEntity" : { "primaryKey" : 66481, "type" : "Category", "version" : 1, "scope" : "LIVE", "parentEntity" : { "primaryKey" : 66468, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "accessories", "level" : 1 }, "localized" : { "en" : { "name" : "Accessories" } } } }, "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "smart-wearable", "level" : 2 }, "localized" : { "en" : { "name" : "Smart wearable" } } } }, "locales" : [ "en" ], "allLocales" : [ "cs", "de", "en" ], "attributes" : { "global" : { "code" : "smartwatches" }, "localized" : { "en" : { "name" : "Smartwatches" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } } ```>
md`.Example `breadcrumb-product.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 63049, "attributes": { "name:en": "Macbook Pro 13 2022", "code": "macbook-pro-13-2022" }, "references": { "categories": [ { "referencedKey": 66470, "referencedEntity": { "primaryKey": 66470, "attributes": { "name:en": "Products in preparation", "code": "prepared-products" } } }, { "referencedKey": 66479, "referencedEntity": { "primaryKey": 66479, "parent": 66467, "parentEntity": { "primaryKey": 66467, "attributes": { "name:en": "Laptops", "code": "laptops", "level": 1 } }, "attributes": { "name:en": "Macbooks", "code": "macbooks" } } } ] } } ], "first": true, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1 } ```> but was: <```json { "data" : [ { "primaryKey" : 63049, "attributes" : { "name:en" : "Macbook Pro 13 2022", "code" : "macbook-pro-13-2022" }, "references" : { "categories" : [ { "referencedKey" : 66470, "referencedEntity" : { "primaryKey" : 66470, "attributes" : { "name:en" : "Products in preparation", "code" : "prepared-products" } } }, { "referencedKey" : 66479, "referencedEntity" : { "primaryKey" : 66479, "parent" : 66467, "parentEntity" : { "primaryKey" : 66467, "attributes" : { "name:en" : "Laptops", "code" : "laptops", "level" : 1 } }, "attributes" : { "name:en" : "Macbooks", "code" : "macbooks" } } } ] } } ], "first" : true, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1 } ```>
md`.Example `breadcrumb-product.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 63049, "attributes": { "code": "macbook-pro-13-2022", "name": "Macbook Pro 13 2022" }, "categories": [ { "referencedPrimaryKey": 66470, "referencedEntity": { "primaryKey": 66470, "parentPrimaryKey": null, "parents": [ ], "attributes": { "code": "prepared-products", "name": "Products in preparation" } } }, { "referencedPrimaryKey": 66479, "referencedEntity": { "primaryKey": 66479, "parentPrimaryKey": 66467, "parents": [ { "primaryKey": 66467, "attributes": { "code": "laptops", "name": "Laptops", "level": 1 } } ], "attributes": { "code": "macbooks", "name": "Macbooks" } } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 63049, "attributes" : { "code" : "macbook-pro-13-2022", "name" : "Macbook Pro 13 2022" }, "categories" : [ { "referencedPrimaryKey" : 66470, "referencedEntity" : { "primaryKey" : 66470, "parentPrimaryKey" : null, "parents" : [ ], "attributes" : { "code" : "prepared-products", "name" : "Products in preparation" } } }, { "referencedPrimaryKey" : 66479, "referencedEntity" : { "primaryKey" : 66479, "parentPrimaryKey" : 66467, "parents" : [ { "primaryKey" : 66467, "attributes" : { "code" : "laptops", "name" : "Laptops", "level" : 1 } } ], "attributes" : { "code" : "macbooks", "name" : "Macbooks" } } } ] } ] } } } } ```>
md`.Example `breadcrumb-product.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 63049, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "cs", "en" ], "attributes": { "global": { "code": "macbook-pro-13-2022" }, "localized": { "en": { "name": "Macbook Pro 13 2022" } } }, "categories": [ { "referencedPrimaryKey": 66470, "referencedEntity": { "primaryKey": 66470, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "prepared-products" }, "localized": { "en": { "name": "Products in preparation" } } } } }, { "referencedPrimaryKey": 66479, "referencedEntity": { "primaryKey": 66479, "type": "Category", "version": 1, "scope": "LIVE", "parentEntity": { "primaryKey": 66467, "type": "Category", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "laptops", "level": 1 }, "localized": { "en": { "name": "Laptops" } } } }, "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "global": { "code": "macbooks" }, "localized": { "en": { "name": "Macbooks" } } } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": false, "hasPrevious": false, "last": true, "lastPageItemNumber": 1, "lastPageNumber": 1, "pageNumber": 1, "pageSize": 20, "singlePage": true, "totalRecordCount": 1, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 63049, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "cs", "en" ], "attributes" : { "global" : { "code" : "macbook-pro-13-2022" }, "localized" : { "en" : { "name" : "Macbook Pro 13 2022" } } }, "categories" : [ { "referencedPrimaryKey" : 66470, "referencedEntity" : { "primaryKey" : 66470, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "prepared-products" }, "localized" : { "en" : { "name" : "Products in preparation" } } } } }, { "referencedPrimaryKey" : 66479, "referencedEntity" : { "primaryKey" : 66479, "type" : "Category", "version" : 1, "scope" : "LIVE", "parentEntity" : { "primaryKey" : 66467, "type" : "Category", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "laptops", "level" : 1 }, "localized" : { "en" : { "name" : "Laptops" } } } }, "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "global" : { "code" : "macbooks" }, "localized" : { "en" : { "name" : "Macbooks" } } } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : false, "hasPrevious" : false, "last" : true, "lastPageItemNumber" : 1, "lastPageNumber" : 1, "pageNumber" : 1, "pageSize" : 20, "singlePage" : true, "totalRecordCount" : 1, "type" : "PAGE" } } ```>
md`.Example `product-listing.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 107891, "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "name:en": "Amazfit Bip 3" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 911.00000 } } ] } }, { "primaryKey": 107893, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip 3" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 267.00000 } } ] } }, { "primaryKey": 107894, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip 3" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 223.00000 } } ] } }, { "primaryKey": 107895, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip 3" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 48.76, "priceWithTax": 59.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 421.00000 } } ] } }, { "primaryKey": 107899, "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "name:en": "Amazfit Bip 3 Pro" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 712.00000 } } ] } }, { "primaryKey": 107900, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip 3 Pro" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 53.00000 } } ] } }, { "primaryKey": 107901, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip 3 Pro" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 415.00000 } } ] } }, { "primaryKey": 107902, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip 3 Pro" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 244.00000 } } ] } }, { "primaryKey": 107911, "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "name:en": "Amazfit Bip S" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 1485.00000 } } ] } }, { "primaryKey": 107913, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip S" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 326.00000 } } ] } }, { "primaryKey": 107915, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip S" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 453.00000 } } ] } }, { "primaryKey": 107917, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip S" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 520.00000 } } ] } }, { "primaryKey": 107919, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip S" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 57.02, "priceWithTax": 69.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 186.00000 } } ] } }, { "primaryKey": 107923, "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "name:en": "Amazfit Bip S Lite" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 40.5, "priceWithTax": 49.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 40.5, "priceWithTax": 49.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 40.5, "priceWithTax": 49.0 }, { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 40.5, "priceWithTax": 49.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 377.00000 } } ] } }, { "primaryKey": 107924, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip S Lite" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 40.5, "priceWithTax": 49.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 40.5, "priceWithTax": 49.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 35.00000 } } ] } }, { "primaryKey": 107925, "priceInnerRecordHandling": "NONE", "attributes": { "name:en": "Amazfit Bip S Lite" }, "priceForSale": { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 40.5, "priceWithTax": 49.0 }, "prices": [ { "currency": "EUR", "priceList": "basic", "priceWithoutTax": 40.5, "priceWithTax": 49.0 } ], "references": { "stocks": [ { "referencedKey": 119334, "attributes": { "quantityOnStock": 229.00000 } } ] } } ], "first": true, "lastPageItemNumber": 15, "lastPageNumber": 17, "pageNumber": 1, "pageSize": 16, "totalRecordCount": 269 } ```> but was: <```json { "data" : [ { "primaryKey" : 107891, "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "name:en" : "Amazfit Bip 3" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 911.00000 } } ] } }, { "primaryKey" : 107893, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip 3" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 267.00000 } } ] } }, { "primaryKey" : 107894, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip 3" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 223.00000 } } ] } }, { "primaryKey" : 107895, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip 3" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 48.76, "priceWithTax" : 59.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 421.00000 } } ] } }, { "primaryKey" : 107899, "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "name:en" : "Amazfit Bip 3 Pro" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 712.00000 } } ] } }, { "primaryKey" : 107900, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip 3 Pro" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 53.00000 } } ] } }, { "primaryKey" : 107901, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip 3 Pro" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 415.00000 } } ] } }, { "primaryKey" : 107902, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip 3 Pro" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 244.00000 } } ] } }, { "primaryKey" : 107911, "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "name:en" : "Amazfit Bip S" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 1485.00000 } } ] } }, { "primaryKey" : 107913, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip S" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 326.00000 } } ] } }, { "primaryKey" : 107915, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip S" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 453.00000 } } ] } }, { "primaryKey" : 107917, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip S" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 520.00000 } } ] } }, { "primaryKey" : 107919, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip S" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 57.02, "priceWithTax" : 69.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 186.00000 } } ] } }, { "primaryKey" : 107923, "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "name:en" : "Amazfit Bip S Lite" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 40.5, "priceWithTax" : 49.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 40.5, "priceWithTax" : 49.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 40.5, "priceWithTax" : 49.0 }, { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 40.5, "priceWithTax" : 49.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 377.00000 } } ] } }, { "primaryKey" : 107924, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip S Lite" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 40.5, "priceWithTax" : 49.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 40.5, "priceWithTax" : 49.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 35.00000 } } ] } }, { "primaryKey" : 107925, "priceInnerRecordHandling" : "NONE", "attributes" : { "name:en" : "Amazfit Bip S Lite" }, "priceForSale" : { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 40.5, "priceWithTax" : 49.0 }, "prices" : [ { "currency" : "EUR", "priceList" : "basic", "priceWithoutTax" : 40.5, "priceWithTax" : 49.0 } ], "references" : { "stocks" : [ { "referencedKey" : 119334, "attributes" : { "quantityOnStock" : 229.00000 } } ] } } ], "first" : true, "lastPageItemNumber" : 15, "lastPageNumber" : 17, "pageNumber" : 1, "pageSize" : 16, "totalRecordCount" : 269 } ```>
md`.Example `product-listing.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 107891, "attributes": { "name": "Amazfit Bip 3" }, "priceForSale": { "priceWithoutTax": "€48.76", "priceWithTax": "€59.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "911.00000" } } ] }, { "primaryKey": 107893, "attributes": { "name": "Amazfit Bip 3" }, "priceForSale": { "priceWithoutTax": "€48.76", "priceWithTax": "€59.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "267.00000" } } ] }, { "primaryKey": 107894, "attributes": { "name": "Amazfit Bip 3" }, "priceForSale": { "priceWithoutTax": "€48.76", "priceWithTax": "€59.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "223.00000" } } ] }, { "primaryKey": 107895, "attributes": { "name": "Amazfit Bip 3" }, "priceForSale": { "priceWithoutTax": "€48.76", "priceWithTax": "€59.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "421.00000" } } ] }, { "primaryKey": 107899, "attributes": { "name": "Amazfit Bip 3 Pro" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "712.00000" } } ] }, { "primaryKey": 107900, "attributes": { "name": "Amazfit Bip 3 Pro" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "53.00000" } } ] }, { "primaryKey": 107901, "attributes": { "name": "Amazfit Bip 3 Pro" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "415.00000" } } ] }, { "primaryKey": 107902, "attributes": { "name": "Amazfit Bip 3 Pro" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "244.00000" } } ] }, { "primaryKey": 107911, "attributes": { "name": "Amazfit Bip S" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "1485.00000" } } ] }, { "primaryKey": 107913, "attributes": { "name": "Amazfit Bip S" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "326.00000" } } ] }, { "primaryKey": 107915, "attributes": { "name": "Amazfit Bip S" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "453.00000" } } ] }, { "primaryKey": 107917, "attributes": { "name": "Amazfit Bip S" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "520.00000" } } ] }, { "primaryKey": 107919, "attributes": { "name": "Amazfit Bip S" }, "priceForSale": { "priceWithoutTax": "€57.02", "priceWithTax": "€69.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "186.00000" } } ] }, { "primaryKey": 107923, "attributes": { "name": "Amazfit Bip S Lite" }, "priceForSale": { "priceWithoutTax": "€40.50", "priceWithTax": "€49.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "377.00000" } } ] }, { "primaryKey": 107924, "attributes": { "name": "Amazfit Bip S Lite" }, "priceForSale": { "priceWithoutTax": "€40.50", "priceWithTax": "€49.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "35.00000" } } ] }, { "primaryKey": 107925, "attributes": { "name": "Amazfit Bip S Lite" }, "priceForSale": { "priceWithoutTax": "€40.50", "priceWithTax": "€49.00", "taxRate": "21.0" }, "reference": null, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "quantityOnStock": "229.00000" } } ] } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 107891, "attributes" : { "name" : "Amazfit Bip 3" }, "priceForSale" : { "priceWithoutTax" : "€48.76", "priceWithTax" : "€59.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "911.00000" } } ] }, { "primaryKey" : 107893, "attributes" : { "name" : "Amazfit Bip 3" }, "priceForSale" : { "priceWithoutTax" : "€48.76", "priceWithTax" : "€59.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "267.00000" } } ] }, { "primaryKey" : 107894, "attributes" : { "name" : "Amazfit Bip 3" }, "priceForSale" : { "priceWithoutTax" : "€48.76", "priceWithTax" : "€59.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "223.00000" } } ] }, { "primaryKey" : 107895, "attributes" : { "name" : "Amazfit Bip 3" }, "priceForSale" : { "priceWithoutTax" : "€48.76", "priceWithTax" : "€59.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "421.00000" } } ] }, { "primaryKey" : 107899, "attributes" : { "name" : "Amazfit Bip 3 Pro" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "712.00000" } } ] }, { "primaryKey" : 107900, "attributes" : { "name" : "Amazfit Bip 3 Pro" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "53.00000" } } ] }, { "primaryKey" : 107901, "attributes" : { "name" : "Amazfit Bip 3 Pro" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "415.00000" } } ] }, { "primaryKey" : 107902, "attributes" : { "name" : "Amazfit Bip 3 Pro" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "244.00000" } } ] }, { "primaryKey" : 107911, "attributes" : { "name" : "Amazfit Bip S" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "1485.00000" } } ] }, { "primaryKey" : 107913, "attributes" : { "name" : "Amazfit Bip S" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "326.00000" } } ] }, { "primaryKey" : 107915, "attributes" : { "name" : "Amazfit Bip S" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "453.00000" } } ] }, { "primaryKey" : 107917, "attributes" : { "name" : "Amazfit Bip S" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "520.00000" } } ] }, { "primaryKey" : 107919, "attributes" : { "name" : "Amazfit Bip S" }, "priceForSale" : { "priceWithoutTax" : "€57.02", "priceWithTax" : "€69.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "186.00000" } } ] }, { "primaryKey" : 107923, "attributes" : { "name" : "Amazfit Bip S Lite" }, "priceForSale" : { "priceWithoutTax" : "€40.50", "priceWithTax" : "€49.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "377.00000" } } ] }, { "primaryKey" : 107924, "attributes" : { "name" : "Amazfit Bip S Lite" }, "priceForSale" : { "priceWithoutTax" : "€40.50", "priceWithTax" : "€49.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "35.00000" } } ] }, { "primaryKey" : 107925, "attributes" : { "name" : "Amazfit Bip S Lite" }, "priceForSale" : { "priceWithoutTax" : "€40.50", "priceWithTax" : "€49.00", "taxRate" : "21.0" }, "reference" : null, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "quantityOnStock" : "229.00000" } } ] } ] } } } } ```>
md`.Example `product-listing.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 107891, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "localized": { "en": { "name": "Amazfit Bip 3" } } }, "prices": [ { "priceId": 3375, "priceList": "basic", "currency": "EUR", "innerRecordId": 107893, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null }, { "priceId": 3377, "priceList": "basic", "currency": "EUR", "innerRecordId": 107894, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null }, { "priceId": 3379, "priceList": "basic", "currency": "EUR", "innerRecordId": 107895, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3375, "priceList": "basic", "currency": "EUR", "innerRecordId": 107893, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": false, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "911.00000" } } } ] }, { "primaryKey": 107893, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip 3" } } }, "prices": [ { "priceId": 3375, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3375, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "267.00000" } } } ] }, { "primaryKey": 107894, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip 3" } } }, "prices": [ { "priceId": 3377, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3377, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "223.00000" } } } ] }, { "primaryKey": 107895, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip 3" } } }, "prices": [ { "priceId": 3379, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3379, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "48.76", "priceWithTax": "59.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "421.00000" } } } ] }, { "primaryKey": 107899, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "localized": { "en": { "name": "Amazfit Bip 3 Pro" } } }, "prices": [ { "priceId": 3383, "priceList": "basic", "currency": "EUR", "innerRecordId": 107900, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, { "priceId": 3385, "priceList": "basic", "currency": "EUR", "innerRecordId": 107901, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, { "priceId": 3387, "priceList": "basic", "currency": "EUR", "innerRecordId": 107902, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3385, "priceList": "basic", "currency": "EUR", "innerRecordId": 107901, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": false, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "712.00000" } } } ] }, { "primaryKey": 107900, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip 3 Pro" } } }, "prices": [ { "priceId": 3383, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3383, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "53.00000" } } } ] }, { "primaryKey": 107901, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip 3 Pro" } } }, "prices": [ { "priceId": 3385, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3385, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "415.00000" } } } ] }, { "primaryKey": 107902, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip 3 Pro" } } }, "prices": [ { "priceId": 3387, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3387, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "244.00000" } } } ] }, { "primaryKey": 107911, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "localized": { "en": { "name": "Amazfit Bip S" } } }, "prices": [ { "priceId": 3391, "priceList": "basic", "currency": "EUR", "innerRecordId": 107913, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, { "priceId": 3393, "priceList": "basic", "currency": "EUR", "innerRecordId": 107915, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, { "priceId": 3395, "priceList": "basic", "currency": "EUR", "innerRecordId": 107917, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, { "priceId": 3397, "priceList": "basic", "currency": "EUR", "innerRecordId": 107919, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3391, "priceList": "basic", "currency": "EUR", "innerRecordId": 107913, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": false, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "1485.00000" } } } ] }, { "primaryKey": 107913, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip S" } } }, "prices": [ { "priceId": 3391, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3391, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "326.00000" } } } ] }, { "primaryKey": 107915, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip S" } } }, "prices": [ { "priceId": 3393, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3393, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "453.00000" } } } ] }, { "primaryKey": 107917, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip S" } } }, "prices": [ { "priceId": 3395, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3395, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "520.00000" } } } ] }, { "primaryKey": 107919, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip S" } } }, "prices": [ { "priceId": 3397, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3397, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "57.02", "priceWithTax": "69.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "186.00000" } } } ] }, { "primaryKey": 107923, "type": "Product", "version": 2, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "LOWEST_PRICE", "attributes": { "localized": { "en": { "name": "Amazfit Bip S Lite" } } }, "prices": [ { "priceId": 3401, "priceList": "basic", "currency": "EUR", "innerRecordId": 107924, "indexed": true, "priceWithoutTax": "40.5", "priceWithTax": "49.0", "taxRate": "21.0", "validity": null }, { "priceId": 3403, "priceList": "basic", "currency": "EUR", "innerRecordId": 107925, "indexed": true, "priceWithoutTax": "40.5", "priceWithTax": "49.0", "taxRate": "21.0", "validity": null }, { "priceId": 3405, "priceList": "basic", "currency": "EUR", "innerRecordId": 107926, "indexed": true, "priceWithoutTax": "40.5", "priceWithTax": "49.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3403, "priceList": "basic", "currency": "EUR", "innerRecordId": 107925, "indexed": true, "priceWithoutTax": "40.5", "priceWithTax": "49.0", "taxRate": "21.0", "validity": null }, "multiplePricesForSaleAvailable": false, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "377.00000" } } } ] }, { "primaryKey": 107924, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip S Lite" } } }, "prices": [ { "priceId": 3401, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "40.5", "priceWithTax": "49.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3401, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "40.5", "priceWithTax": "49.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "35.00000" } } } ] }, { "primaryKey": 107925, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "priceInnerRecordHandling": "NONE", "attributes": { "localized": { "en": { "name": "Amazfit Bip S Lite" } } }, "prices": [ { "priceId": 3403, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "40.5", "priceWithTax": "49.0", "taxRate": "21.0", "validity": null } ], "priceForSale": { "priceId": 3403, "priceList": "basic", "currency": "EUR", "innerRecordId": null, "indexed": true, "priceWithoutTax": "40.5", "priceWithTax": "49.0", "taxRate": "21.0", "validity": null }, "stocks": [ { "referencedPrimaryKey": 119334, "attributes": { "global": { "quantityOnStock": "229.00000" } } } ] } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 15, "lastPageNumber": 17, "pageNumber": 1, "pageSize": 16, "singlePage": false, "totalRecordCount": 269, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 107891, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip 3" } } }, "prices" : [ { "priceId" : 3375, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107893, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3377, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107894, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3379, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107895, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3375, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107893, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : false, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "911.00000" } } } ] }, { "primaryKey" : 107893, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip 3" } } }, "prices" : [ { "priceId" : 3375, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3375, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "267.00000" } } } ] }, { "primaryKey" : 107894, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip 3" } } }, "prices" : [ { "priceId" : 3377, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3377, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "223.00000" } } } ] }, { "primaryKey" : 107895, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip 3" } } }, "prices" : [ { "priceId" : 3379, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3379, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "48.76", "priceWithTax" : "59.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "421.00000" } } } ] }, { "primaryKey" : 107899, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip 3 Pro" } } }, "prices" : [ { "priceId" : 3383, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107900, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3385, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107901, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3387, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107902, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3385, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107901, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : false, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "712.00000" } } } ] }, { "primaryKey" : 107900, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip 3 Pro" } } }, "prices" : [ { "priceId" : 3383, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3383, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "53.00000" } } } ] }, { "primaryKey" : 107901, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip 3 Pro" } } }, "prices" : [ { "priceId" : 3385, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3385, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "415.00000" } } } ] }, { "primaryKey" : 107902, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip 3 Pro" } } }, "prices" : [ { "priceId" : 3387, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3387, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "244.00000" } } } ] }, { "primaryKey" : 107911, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip S" } } }, "prices" : [ { "priceId" : 3391, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107913, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3393, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107915, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3395, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107917, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3397, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107919, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3391, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107913, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : false, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "1485.00000" } } } ] }, { "primaryKey" : 107913, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip S" } } }, "prices" : [ { "priceId" : 3391, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3391, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "326.00000" } } } ] }, { "primaryKey" : 107915, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip S" } } }, "prices" : [ { "priceId" : 3393, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3393, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "453.00000" } } } ] }, { "primaryKey" : 107917, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip S" } } }, "prices" : [ { "priceId" : 3395, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3395, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "520.00000" } } } ] }, { "primaryKey" : 107919, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip S" } } }, "prices" : [ { "priceId" : 3397, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3397, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "57.02", "priceWithTax" : "69.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "186.00000" } } } ] }, { "primaryKey" : 107923, "type" : "Product", "version" : 2, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "LOWEST_PRICE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip S Lite" } } }, "prices" : [ { "priceId" : 3401, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107924, "indexed" : true, "priceWithoutTax" : "40.5", "priceWithTax" : "49.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3403, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107925, "indexed" : true, "priceWithoutTax" : "40.5", "priceWithTax" : "49.0", "taxRate" : "21.0", "validity" : null }, { "priceId" : 3405, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107926, "indexed" : true, "priceWithoutTax" : "40.5", "priceWithTax" : "49.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3403, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : 107925, "indexed" : true, "priceWithoutTax" : "40.5", "priceWithTax" : "49.0", "taxRate" : "21.0", "validity" : null }, "multiplePricesForSaleAvailable" : false, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "377.00000" } } } ] }, { "primaryKey" : 107924, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip S Lite" } } }, "prices" : [ { "priceId" : 3401, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "40.5", "priceWithTax" : "49.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3401, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "40.5", "priceWithTax" : "49.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "35.00000" } } } ] }, { "primaryKey" : 107925, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "priceInnerRecordHandling" : "NONE", "attributes" : { "localized" : { "en" : { "name" : "Amazfit Bip S Lite" } } }, "prices" : [ { "priceId" : 3403, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "40.5", "priceWithTax" : "49.0", "taxRate" : "21.0", "validity" : null } ], "priceForSale" : { "priceId" : 3403, "priceList" : "basic", "currency" : "EUR", "innerRecordId" : null, "indexed" : true, "priceWithoutTax" : "40.5", "priceWithTax" : "49.0", "taxRate" : "21.0", "validity" : null }, "stocks" : [ { "referencedPrimaryKey" : 119334, "attributes" : { "global" : { "quantityOnStock" : "229.00000" } } } ] } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 15, "lastPageNumber" : 17, "pageNumber" : 1, "pageSize" : 16, "singlePage" : false, "totalRecordCount" : 269, "type" : "PAGE" } } ```>
md`.Example `top-selling-products.evitaql`: md`#L1
expected: <```json { "data": [ { "primaryKey": 108550, "attributes": { "name:en": "Xiaomi Redmi Watch 2 Lite" } }, { "primaryKey": 108547, "attributes": { "name:en": "Xiaomi Watch S1 Active" } }, { "primaryKey": 108545, "attributes": { "name:en": "Xiaomi Watch S1" } }, { "primaryKey": 108543, "attributes": { "name:en": "Xiaomi Mi Watch Lite" } }, { "primaryKey": 108540, "attributes": { "name:en": "Xiaomi Mi Watch" } } ], "first": true, "lastPageItemNumber": 4, "lastPageNumber": 54, "pageNumber": 1, "pageSize": 5, "totalRecordCount": 269 } ```> but was: <```json { "data" : [ { "primaryKey" : 108550, "attributes" : { "name:en" : "Xiaomi Redmi Watch 2 Lite" } }, { "primaryKey" : 108547, "attributes" : { "name:en" : "Xiaomi Watch S1 Active" } }, { "primaryKey" : 108545, "attributes" : { "name:en" : "Xiaomi Watch S1" } }, { "primaryKey" : 108543, "attributes" : { "name:en" : "Xiaomi Mi Watch Lite" } }, { "primaryKey" : 108540, "attributes" : { "name:en" : "Xiaomi Mi Watch" } } ], "first" : true, "lastPageItemNumber" : 4, "lastPageNumber" : 54, "pageNumber" : 1, "pageSize" : 5, "totalRecordCount" : 269 } ```>
md`.Example `top-selling-products.rest`: md`#L1
expected: <```json { "recordPage": { "data": [ { "primaryKey": 108550, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Xiaomi Redmi Watch 2 Lite" } } } }, { "primaryKey": 108547, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Xiaomi Watch S1 Active" } } } }, { "primaryKey": 108545, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Xiaomi Watch S1" } } } }, { "primaryKey": 108543, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Xiaomi Mi Watch Lite" } } } }, { "primaryKey": 108540, "type": "Product", "version": 1, "scope": "LIVE", "locales": [ "en" ], "allLocales": [ "en" ], "attributes": { "localized": { "en": { "name": "Xiaomi Mi Watch" } } } } ], "empty": false, "first": true, "firstPageItemNumber": 0, "hasNext": true, "hasPrevious": false, "last": false, "lastPageItemNumber": 4, "lastPageNumber": 54, "pageNumber": 1, "pageSize": 5, "singlePage": false, "totalRecordCount": 269, "type": "PAGE" } } ```> but was: <```json { "recordPage" : { "data" : [ { "primaryKey" : 108550, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Xiaomi Redmi Watch 2 Lite" } } } }, { "primaryKey" : 108547, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Xiaomi Watch S1 Active" } } } }, { "primaryKey" : 108545, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Xiaomi Watch S1" } } } }, { "primaryKey" : 108543, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Xiaomi Mi Watch Lite" } } } }, { "primaryKey" : 108540, "type" : "Product", "version" : 1, "scope" : "LIVE", "locales" : [ "en" ], "allLocales" : [ "en" ], "attributes" : { "localized" : { "en" : { "name" : "Xiaomi Mi Watch" } } } } ], "empty" : false, "first" : true, "firstPageItemNumber" : 0, "hasNext" : true, "hasPrevious" : false, "last" : false, "lastPageItemNumber" : 4, "lastPageNumber" : 54, "pageNumber" : 1, "pageSize" : 5, "singlePage" : false, "totalRecordCount" : 269, "type" : "PAGE" } } ```>
md`.Example `top-selling-products.graphql`: md`#L1
expected: <```json { "data": { "queryProduct": { "recordPage": { "data": [ { "primaryKey": 108550, "attributes": { "name": "Xiaomi Redmi Watch 2 Lite" } }, { "primaryKey": 108547, "attributes": { "name": "Xiaomi Watch S1 Active" } }, { "primaryKey": 108545, "attributes": { "name": "Xiaomi Watch S1" } }, { "primaryKey": 108543, "attributes": { "name": "Xiaomi Mi Watch Lite" } }, { "primaryKey": 108540, "attributes": { "name": "Xiaomi Mi Watch" } } ] } } } } ```> but was: <```json { "data" : { "queryProduct" : { "recordPage" : { "data" : [ { "primaryKey" : 108550, "attributes" : { "name" : "Xiaomi Redmi Watch 2 Lite" } }, { "primaryKey" : 108547, "attributes" : { "name" : "Xiaomi Watch S1 Active" } }, { "primaryKey" : 108545, "attributes" : { "name" : "Xiaomi Watch S1" } }, { "primaryKey" : 108543, "attributes" : { "name" : "Xiaomi Mi Watch Lite" } }, { "primaryKey" : 108540, "attributes" : { "name" : "Xiaomi Mi Watch" } } ] } } } } ```>
md`.Example `price-filter.evitaql`: md`#L1
expected: <```json { "buckets": [ { "occurrences": 125, "threshold": 39.00 }, { "occurrences": 70, "requested": true, "threshold": 193.00 }, { "occurrences": 4, "requested": true, "threshold": 347.00 }, { "occurrences": 4, "threshold": 501.00 }, { "occurrences": 32, "threshold": 655.00 }, { "occurrences": 17, "threshold": 809.00 }, { "occurrences": 12, "threshold": 963.00 }, { "occurrences": 4, "threshold": 1117.00 }, { "threshold": 1271.00 }, { "occurrences": 1, "threshold": 1425.00 } ], "max": 1579.00, "min": 39.00, "overallCount": 269 } ```> but was: <```json { "buckets" : [ { "occurrences" : 125, "threshold" : 39.00 }, { "occurrences" : 70, "requested" : true, "threshold" : 193.00 }, { "occurrences" : 4, "requested" : true, "threshold" : 347.00 }, { "occurrences" : 4, "threshold" : 501.00 }, { "occurrences" : 32, "threshold" : 655.00 }, { "occurrences" : 17, "threshold" : 809.00 }, { "occurrences" : 12, "threshold" : 963.00 }, { "occurrences" : 4, "threshold" : 1117.00 }, { "threshold" : 1271.00 }, { "occurrences" : 1, "threshold" : 1425.00 } ], "max" : 1579.00, "min" : 39.00, "overallCount" : 269 } ```>
md`.Example `price-filter.rest`: md`#L1
expected: <```json { "buckets": [ { "occurrences": 125, "requested": false, "threshold": "39.00" }, { "occurrences": 70, "requested": true, "threshold": "193.00" }, { "occurrences": 4, "requested": true, "threshold": "347.00" }, { "occurrences": 4, "requested": false, "threshold": "501.00" }, { "occurrences": 32, "requested": false, "threshold": "655.00" }, { "occurrences": 17, "requested": false, "threshold": "809.00" }, { "occurrences": 12, "requested": false, "threshold": "963.00" }, { "occurrences": 4, "requested": false, "threshold": "1117.00" }, { "occurrences": 0, "requested": false, "threshold": "1271.00" }, { "occurrences": 1, "requested": false, "threshold": "1425.00" } ], "max": "1579.00", "min": "39.00", "overallCount": 269 } ```> but was: <```json { "buckets" : [ { "occurrences" : 125, "requested" : false, "threshold" : "39.00" }, { "occurrences" : 70, "requested" : true, "threshold" : "193.00" }, { "occurrences" : 4, "requested" : true, "threshold" : "347.00" }, { "occurrences" : 4, "requested" : false, "threshold" : "501.00" }, { "occurrences" : 32, "requested" : false, "threshold" : "655.00" }, { "occurrences" : 17, "requested" : false, "threshold" : "809.00" }, { "occurrences" : 12, "requested" : false, "threshold" : "963.00" }, { "occurrences" : 4, "requested" : false, "threshold" : "1117.00" }, { "occurrences" : 0, "requested" : false, "threshold" : "1271.00" }, { "occurrences" : 1, "requested" : false, "threshold" : "1425.00" } ], "max" : "1579.00", "min" : "39.00", "overallCount" : 269 } ```>
md`.Example `price-filter.graphql`: md`#L1
expected: <```json { "min": "39.00", "max": "1579.00", "overallCount": 269, "buckets": [ { "threshold": "39.00", "occurrences": 125, "requested": false }, { "threshold": "193.00", "occurrences": 70, "requested": true }, { "threshold": "347.00", "occurrences": 4, "requested": true }, { "threshold": "501.00", "occurrences": 4, "requested": false }, { "threshold": "655.00", "occurrences": 32, "requested": false }, { "threshold": "809.00", "occurrences": 17, "requested": false }, { "threshold": "963.00", "occurrences": 12, "requested": false }, { "threshold": "1117.00", "occurrences": 4, "requested": false }, { "threshold": "1271.00", "occurrences": 0, "requested": false }, { "threshold": "1425.00", "occurrences": 1, "requested": false } ] } ```> but was: <```json { "min" : "39.00", "max" : "1579.00", "overallCount" : 269, "buckets" : [ { "threshold" : "39.00", "occurrences" : 125, "requested" : false }, { "threshold" : "193.00", "occurrences" : 70, "requested" : true }, { "threshold" : "347.00", "occurrences" : 4, "requested" : true }, { "threshold" : "501.00", "occurrences" : 4, "requested" : false }, { "threshold" : "655.00", "occurrences" : 32, "requested" : false }, { "threshold" : "809.00", "occurrences" : 17, "requested" : false }, { "threshold" : "963.00", "occurrences" : 12, "requested" : false }, { "threshold" : "1117.00", "occurrences" : 4, "requested" : false }, { "threshold" : "1271.00", "occurrences" : 0, "requested" : false }, { "threshold" : "1425.00", "occurrences" : 1, "requested" : false } ] } ```>
build
❌ Tests reported 328 failures
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636