-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some library upgrade resulted in extra space between field and the colon.
- Loading branch information
Showing
325 changed files
with
70,503 additions
and
70,523 deletions.
There are no files selected for viewing
64 changes: 32 additions & 32 deletions
64
...en/query/filtering/examples/behavioral/archived-entities-filtering.rest.json.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
```json | ||
{ | ||
"data": [ | ||
"data" : [ | ||
{ | ||
"primaryKey": 106291, | ||
"type": "Product", | ||
"version": 2, | ||
"scope": "LIVE", | ||
"locales": [ | ||
"primaryKey" : 106291, | ||
"type" : "Product", | ||
"version" : 2, | ||
"scope" : "LIVE", | ||
"locales" : [ | ||
"en" | ||
], | ||
"allLocales": [ | ||
"allLocales" : [ | ||
"en" | ||
], | ||
"attributes": { | ||
"global": { | ||
"code": "apple-iphone-14" | ||
"attributes" : { | ||
"global" : { | ||
"code" : "apple-iphone-14" | ||
} | ||
} | ||
}, | ||
{ | ||
"primaryKey": 107736, | ||
"type": "Product", | ||
"version": 1, | ||
"scope": "ARCHIVED", | ||
"locales": [ | ||
"primaryKey" : 107736, | ||
"type" : "Product", | ||
"version" : 1, | ||
"scope" : "ARCHIVED", | ||
"locales" : [ | ||
"en" | ||
], | ||
"allLocales": [ | ||
"allLocales" : [ | ||
"en" | ||
], | ||
"attributes": { | ||
"global": { | ||
"code": "xiaomi-redmi-note-10-pro-7" | ||
"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" | ||
"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" | ||
} | ||
``` |
14 changes: 7 additions & 7 deletions
14
...n/query/filtering/examples/behavioral/archived-entities-listing.graphql.json.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 32 additions & 32 deletions
64
...r/en/query/filtering/examples/behavioral/archived-entities-listing.rest.json.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
```json | ||
{ | ||
"data": [ | ||
"data" : [ | ||
{ | ||
"primaryKey": 106291, | ||
"type": "Product", | ||
"version": 2, | ||
"scope": "LIVE", | ||
"locales": [ | ||
"primaryKey" : 106291, | ||
"type" : "Product", | ||
"version" : 2, | ||
"scope" : "LIVE", | ||
"locales" : [ | ||
"en" | ||
], | ||
"allLocales": [ | ||
"allLocales" : [ | ||
"en" | ||
], | ||
"attributes": { | ||
"global": { | ||
"code": "apple-iphone-14" | ||
"attributes" : { | ||
"global" : { | ||
"code" : "apple-iphone-14" | ||
} | ||
} | ||
}, | ||
{ | ||
"primaryKey": 107736, | ||
"type": "Product", | ||
"version": 1, | ||
"scope": "ARCHIVED", | ||
"locales": [ | ||
"primaryKey" : 107736, | ||
"type" : "Product", | ||
"version" : 1, | ||
"scope" : "ARCHIVED", | ||
"locales" : [ | ||
"en" | ||
], | ||
"allLocales": [ | ||
"allLocales" : [ | ||
"en" | ||
], | ||
"attributes": { | ||
"global": { | ||
"code": "xiaomi-redmi-note-10-pro-7" | ||
"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" | ||
"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" | ||
} | ||
``` |
32 changes: 16 additions & 16 deletions
32
...n/user/en/query/filtering/examples/comparable/attribute-between.graphql.json.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
84 changes: 42 additions & 42 deletions
84
...tion/user/en/query/filtering/examples/comparable/attribute-between.rest.json.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
```json | ||
{ | ||
"recordPage": { | ||
"data": [ | ||
"recordPage" : { | ||
"data" : [ | ||
{ | ||
"primaryKey": 108557, | ||
"type": "Product", | ||
"version": 1, | ||
"scope": "LIVE", | ||
"allLocales": [ | ||
"primaryKey" : 108557, | ||
"type" : "Product", | ||
"version" : 1, | ||
"scope" : "LIVE", | ||
"allLocales" : [ | ||
"en" | ||
], | ||
"attributes": { | ||
"global": { | ||
"batteryCapacity": "125.00000", | ||
"code": "amazfit-band-5" | ||
"attributes" : { | ||
"global" : { | ||
"batteryCapacity" : "125.00000", | ||
"code" : "amazfit-band-5" | ||
} | ||
} | ||
}, | ||
{ | ||
"primaryKey": 108570, | ||
"type": "Product", | ||
"version": 1, | ||
"scope": "LIVE", | ||
"allLocales": [ | ||
"primaryKey" : 108570, | ||
"type" : "Product", | ||
"version" : 1, | ||
"scope" : "LIVE", | ||
"allLocales" : [ | ||
"en" | ||
], | ||
"attributes": { | ||
"global": { | ||
"batteryCapacity": "160.00000", | ||
"code": "amazfit-neo" | ||
"attributes" : { | ||
"global" : { | ||
"batteryCapacity" : "160.00000", | ||
"code" : "amazfit-neo" | ||
} | ||
} | ||
}, | ||
{ | ||
"primaryKey": 108585, | ||
"type": "Product", | ||
"version": 1, | ||
"scope": "LIVE", | ||
"allLocales": [ | ||
"primaryKey" : 108585, | ||
"type" : "Product", | ||
"version" : 1, | ||
"scope" : "LIVE", | ||
"allLocales" : [ | ||
"en" | ||
], | ||
"attributes": { | ||
"global": { | ||
"batteryCapacity": "148.00000", | ||
"code": "fitbit-inspire-2" | ||
"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" | ||
"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" | ||
} | ||
} | ||
``` |
14 changes: 7 additions & 7 deletions
14
...on/user/en/query/filtering/examples/comparable/attribute-equals.graphql.json.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.