pointsHistory
query
An access token is required to call this API. Refer to Authorization for more information about how to obtain the token.
Query the details of a single customer's points increase and decrease, including the increase and decrease value of points, update scenarios, remarks to internal employees, and notes to customers.
Arguments
Gets the elements after the specified cursor.
Gets the elements before the specified cursor.
Retrieve the initial
n
elements from the list.Gets the last
n
items in the list.Reverse the sequence of the base list.
customer Access Token
Returns
edges list
node list
Information to aid in pagination.
Error Code
For more information about common error codes, refer to Status and error codes.
Example
query points History
Code
query {
pointsHistory(customerAccessToken: "#A01#SID0000107BFtXMBlyur1bUgz8HQ7Vi9lQOkT4kXELZOkxlc67dSOPxelgAPrqJh6ksFYHK2D59u9Rk87uTVEY06k4wsOtqd5qxpM8LQ8rcz9RkKQv3aSVwcBzDbhohwVN0sHHLP/3IhqZLhQEQ099BsUc/isnWOUFu9mufoeOIuJFADGqBLnqomPq6osfQsGev0VLZpD6Aw" first:20) {
edges{
cursor
node{
notesCustomers
remarksInternal
updateScene
historyRecordId
updatedValue
updatedAt
updateType
}
}
pageInfo{
hasNextPage
hasPreviousPage
startCursor
endCursor
}
nodes {
notesCustomers
remarksInternal
updateScene
historyRecordId
updatedValue
updatedAt
updateType
}
}
}
Response
{
"data": {
"pointsHistory": {
"edges": [
{
"cursor": "369A0AD207A0C563E66C50F42162F130062F2D08BBBE2BC107F45D93215BE2C8",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6568202584557365245",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "EMAIL_SUBSCRIPTION",
"updateType": "INCREASE",
"updatedAt": "2024-07-24T12:18:10.912Z",
"updatedValue": "1"
}
},
{
"cursor": "5C02CDE63A557BC470DBC392B148BB619D7F0CF1CCB209279EB5D73A97B53BB5",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6568202586419635202",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "ENTER_BIRTHDAY",
"updateType": "INCREASE",
"updatedAt": "2024-07-24T12:18:11.023Z",
"updatedValue": "1"
}
},
{
"cursor": "A553DE03E3A8345BFA73DFCA05FAA97D5E1637DD282161DD4AD59699131F6719",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6568202588097356806",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "SUCCESSFUL_REGISTRATION",
"updateType": "INCREASE",
"updatedAt": "2024-07-24T12:18:11.123Z",
"updatedValue": "1"
}
},
{
"cursor": "D6D98394C2244B2A832077B13822F28C2C463BF347EE21CA4D3010FE1AF56142",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6569156048775030528",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "LOGIN_SUCCESS",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T04:05:21.808Z",
"updatedValue": "1"
}
},
{
"cursor": "AB06F16B03B658AA41A19CD02C452D996FA63908676FEE67777286B149CAC09B",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6569179614186841878",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "LEVEL_MEM_BENEFITS",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T04:28:46.416Z",
"updatedValue": "10"
}
},
{
"cursor": "66739880595D48B1EAC6D0B829F4904380E7D16C867154EE1547921FAF4DA02D",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6569217973412177701",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "LEVEL_MEM_BENEFITS",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T05:06:52.805Z",
"updatedValue": "20"
}
},
{
"cursor": "9F6B601A753E4387372F517D529BA613E6FAF7C27778F85CAB6049FC390CEC57",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6569230396180137598",
"notesCustomers": "remark",
"remarksInternal": "message",
"updateScene": "MANUALLY_DECREASE",
"updateType": "DECREASE",
"updatedAt": "2024-07-25T05:19:13.260Z",
"updatedValue": "34"
}
},
{
"cursor": "3DC95830AD376B272F9A82A4C66850A8879313329855761CDE0EF34FD279C5EA",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6569230397237102209",
"notesCustomers": "remark",
"remarksInternal": "message",
"updateScene": "MANUALLY_INCREASE",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T05:19:13.323Z",
"updatedValue": "100"
}
},
{
"cursor": "D03E8356A7577EA3E4C0ABABC1F0CE0BFD5458A9EBD5FDB62ED35AC492264EEF",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6569232851547989810",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "CASHBACK",
"updateType": "DECREASE",
"updatedAt": "2024-07-25T05:21:39.610Z",
"updatedValue": "100"
}
},
{
"cursor": "B2C8C11C0950830037EA832C066C7B9DA2AB786989C9B979F5DDB6D7738C9692",
"node": {
"historyRecordId": "gid://shopline/Points/PFL6569238232465409667",
"notesCustomers": "remark",
"remarksInternal": "message",
"updateScene": "MANUALLY_INCREASE",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T05:27:00.339Z",
"updatedValue": "100"
}
}
],
"nodes": [
{
"historyRecordId": "gid://shopline/Points/PFL6568202584557365245",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "EMAIL_SUBSCRIPTION",
"updateType": "INCREASE",
"updatedAt": "2024-07-24T12:18:10.912Z",
"updatedValue": "1"
},
{
"historyRecordId": "gid://shopline/Points/PFL6568202586419635202",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "ENTER_BIRTHDAY",
"updateType": "INCREASE",
"updatedAt": "2024-07-24T12:18:11.023Z",
"updatedValue": "1"
},
{
"historyRecordId": "gid://shopline/Points/PFL6568202588097356806",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "SUCCESSFUL_REGISTRATION",
"updateType": "INCREASE",
"updatedAt": "2024-07-24T12:18:11.123Z",
"updatedValue": "1"
},
{
"historyRecordId": "gid://shopline/Points/PFL6569156048775030528",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "LOGIN_SUCCESS",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T04:05:21.808Z",
"updatedValue": "1"
},
{
"historyRecordId": "gid://shopline/Points/PFL6569179614186841878",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "LEVEL_MEM_BENEFITS",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T04:28:46.416Z",
"updatedValue": "10"
},
{
"historyRecordId": "gid://shopline/Points/PFL6569217973412177701",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "LEVEL_MEM_BENEFITS",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T05:06:52.805Z",
"updatedValue": "20"
},
{
"historyRecordId": "gid://shopline/Points/PFL6569230396180137598",
"notesCustomers": "remark",
"remarksInternal": "message",
"updateScene": "MANUALLY_DECREASE",
"updateType": "DECREASE",
"updatedAt": "2024-07-25T05:19:13.260Z",
"updatedValue": "34"
},
{
"historyRecordId": "gid://shopline/Points/PFL6569230397237102209",
"notesCustomers": "remark",
"remarksInternal": "message",
"updateScene": "MANUALLY_INCREASE",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T05:19:13.323Z",
"updatedValue": "100"
},
{
"historyRecordId": "gid://shopline/Points/PFL6569232851547989810",
"notesCustomers": null,
"remarksInternal": null,
"updateScene": "CASHBACK",
"updateType": "DECREASE",
"updatedAt": "2024-07-25T05:21:39.610Z",
"updatedValue": "100"
},
{
"historyRecordId": "gid://shopline/Points/PFL6569238232465409667",
"notesCustomers": "remark",
"remarksInternal": "message",
"updateScene": "MANUALLY_INCREASE",
"updateType": "INCREASE",
"updatedAt": "2024-07-25T05:27:00.339Z",
"updatedValue": "100"
}
],
"pageInfo": {
"endCursor": "B2C8C11C0950830037EA832C066C7B9DA2AB786989C9B979F5DDB6D7738C9692",
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": "369A0AD207A0C563E66C50F42162F130062F2D08BBBE2BC107F45D93215BE2C8"
}
}
},
"extensions": {
"dataloader": {
"individual-statistics": {
"LD-com.shopline.merchant.website.openapi.interfaces.OnlineStorefrontApi-commentsQuery": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.CollectionStorefrontQueryService-onlineStoreUrl": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.CollectionStorefrontQueryService-queryCollectionByProduct": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.DescriptionQueryService-query": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-images": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-onlineStoreUrl": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-options": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-publishedAtForLoader": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-template": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-variants": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-variantsForLoader": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
}
},
"overall-statistics": {
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0
}
},
"metrics": {
"dataFetcherMetrics": [
{
"dfErrorCode": null,
"dfProtocol": "dubbo",
"dfRootCoordinate": "/pointsHistory",
"dfRt": 67,
"dfServiceIdentity": "com.shopline.ec.openapi.interfaces.MemberStoreFrontApi@pagePointFlowLog",
"dfStartTime": 1721890041667
}
],
"graphQLMetrics": {
"appId": "265337",
"appKey": "936eda168305ed82cee702c6822354ee6de2e802",
"clientIp": "218.253.130.212",
"countryCode": null,
"customizedClientIp": "218.253.130.212",
"deepLevel": 4,
"endParseTimeMillis": 1721890041664,
"errorFieldsCount": 0,
"executionId": "a2006d9d-dee1-42e3-80a4-41097654561f",
"fieldCount": 281,
"includeDeprecatedField": false,
"includeQuery": false,
"languageCode": null,
"loaderCount": 0,
"merchantId": "4200114610",
"namespace": "storefront",
"operation": "QUERY",
"parseRt": 1,
"ratelimitPermits": 1,
"ratelimitRemaining": 1,
"rt": 75,
"saleChannel": null,
"startParseTimeMillis": 1721890041663,
"startTimeMillis": 1721890041663,
"storeId": "1641993455937",
"storePlus": false,
"successType": "SUCCESS",
"tenant": "ec20",
"traceId": "fd4fde8811d588de6b044f86f26117a2",
"version": "v20241201"
}
},
"tracing": {
"duration": 74406056,
"endTime": "2024-07-25T06:47:21.738Z",
"execution": {
"resolvers": [
{
"duration": 68741171,
"fieldName": "pointsHistory",
"parentType": "Query",
"path": [
"pointsHistory"
],
"returnType": "HistoryOfPointsConnection",
"startOffset": 2773172
},
{
"duration": 6602,
"fieldName": "edges",
"parentType": "HistoryOfPointsConnection",
"path": [
"pointsHistory",
"edges"
],
"returnType": "[HistoryOfPointsEdge!]",
"startOffset": 71660369
},
{
"duration": 2614,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
0,
"cursor"
],
"returnType": "String!",
"startOffset": 71699833
},
{
"duration": 2379,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
0,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 71734437
},
{
"duration": 2338,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
0,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 71753084
},
{
"duration": 1958,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
0,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 71770288
},
{
"duration": 1966,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
0,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 71783523
},
{
"duration": 1937,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
0,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 71800155
},
{
"duration": 2516,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
0,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 71812301
},
{
"duration": 2224,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
0,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 71832389
},
{
"duration": 2586,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
0,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 71870463
},
{
"duration": 2748,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
1,
"cursor"
],
"returnType": "String!",
"startOffset": 71929998
},
{
"duration": 2972,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
1,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 71970311
},
{
"duration": 2012,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
1,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 71990092
},
{
"duration": 1983,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
1,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 72002466
},
{
"duration": 1903,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
1,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 72014507
},
{
"duration": 1903,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
1,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 72028371
},
{
"duration": 2135,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
1,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 72042166
},
{
"duration": 2183,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
1,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 72057787
},
{
"duration": 1801,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
1,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 72079228
},
{
"duration": 1946,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
2,
"cursor"
],
"returnType": "String!",
"startOffset": 72106517
},
{
"duration": 1968,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
2,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 72132520
},
{
"duration": 1847,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
2,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 72148618
},
{
"duration": 1945,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
2,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 72160337
},
{
"duration": 1860,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
2,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 72172089
},
{
"duration": 1962,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
2,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 72187249
},
{
"duration": 1824,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
2,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 72199186
},
{
"duration": 1881,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
2,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 72211724
},
{
"duration": 2326,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
2,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 72227690
},
{
"duration": 1874,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
3,
"cursor"
],
"returnType": "String!",
"startOffset": 72259578
},
{
"duration": 2050,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
3,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 72283938
},
{
"duration": 1888,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
3,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 72299857
},
{
"duration": 1916,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
3,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 72311589
},
{
"duration": 1931,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
3,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 72323360
},
{
"duration": 2013,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
3,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 72335766
},
{
"duration": 1894,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
3,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 72347630
},
{
"duration": 2020,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
3,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 72363547
},
{
"duration": 1787,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
3,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 72379908
},
{
"duration": 1887,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
4,
"cursor"
],
"returnType": "String!",
"startOffset": 72403041
},
{
"duration": 1925,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
4,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 72428014
},
{
"duration": 1927,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
4,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 72443993
},
{
"duration": 1891,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
4,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 72455750
},
{
"duration": 1918,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
4,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 72467408
},
{
"duration": 2039,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
4,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 72479896
},
{
"duration": 1860,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
4,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 72491872
},
{
"duration": 1936,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
4,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 72504391
},
{
"duration": 1817,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
4,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 72519634
},
{
"duration": 1904,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
5,
"cursor"
],
"returnType": "String!",
"startOffset": 72542337
},
{
"duration": 1977,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
5,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 72565673
},
{
"duration": 1854,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
5,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 72581451
},
{
"duration": 1779,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
5,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 72593885
},
{
"duration": 1850,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
5,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 72605529
},
{
"duration": 1948,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
5,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 72617770
},
{
"duration": 1892,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
5,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 72629720
},
{
"duration": 1947,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
5,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 72642360
},
{
"duration": 1836,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
5,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 72657312
},
{
"duration": 1864,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
6,
"cursor"
],
"returnType": "String!",
"startOffset": 72679865
},
{
"duration": 1944,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
6,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 72703147
},
{
"duration": 1895,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
6,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 72718899
},
{
"duration": 1810,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
6,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 72730756
},
{
"duration": 1942,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
6,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 72742640
},
{
"duration": 1930,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
6,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 72755072
},
{
"duration": 1828,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
6,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 72768175
},
{
"duration": 1887,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
6,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 72780365
},
{
"duration": 1757,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
6,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 72795227
},
{
"duration": 1907,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
7,
"cursor"
],
"returnType": "String!",
"startOffset": 72817823
},
{
"duration": 2046,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
7,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 72840950
},
{
"duration": 1902,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
7,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 72856894
},
{
"duration": 1758,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
7,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 72868695
},
{
"duration": 1918,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
7,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 72880302
},
{
"duration": 1962,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
7,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 72892784
},
{
"duration": 1808,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
7,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 72904585
},
{
"duration": 1852,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
7,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 72916938
},
{
"duration": 1800,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
7,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 72931783
},
{
"duration": 1895,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
8,
"cursor"
],
"returnType": "String!",
"startOffset": 72955513
},
{
"duration": 2080,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
8,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 72978255
},
{
"duration": 1850,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
8,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 72994339
},
{
"duration": 1862,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
8,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 73005975
},
{
"duration": 1816,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
8,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73017683
},
{
"duration": 1962,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
8,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 73029649
},
{
"duration": 1836,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
8,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73041617
},
{
"duration": 1867,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
8,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 73054032
},
{
"duration": 1786,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
8,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 73068877
},
{
"duration": 1918,
"fieldName": "cursor",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
9,
"cursor"
],
"returnType": "String!",
"startOffset": 73091483
},
{
"duration": 2021,
"fieldName": "node",
"parentType": "HistoryOfPointsEdge",
"path": [
"pointsHistory",
"edges",
9,
"node"
],
"returnType": "HistoryOfPoints",
"startOffset": 73117830
},
{
"duration": 1998,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
9,
"node",
"notesCustomers"
],
"returnType": "String",
"startOffset": 73133947
},
{
"duration": 1811,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
9,
"node",
"remarksInternal"
],
"returnType": "String",
"startOffset": 73145680
},
{
"duration": 1750,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
9,
"node",
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73157332
},
{
"duration": 1916,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
9,
"node",
"historyRecordId"
],
"returnType": "String",
"startOffset": 73169826
},
{
"duration": 1890,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
9,
"node",
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73181628
},
{
"duration": 1882,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
9,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 73194085
},
{
"duration": 1762,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"edges",
9,
"node",
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 73210148
},
{
"duration": 2372,
"fieldName": "pageInfo",
"parentType": "HistoryOfPointsConnection",
"path": [
"pointsHistory",
"pageInfo"
],
"returnType": "PageInfo!",
"startOffset": 73250538
},
{
"duration": 2077,
"fieldName": "hasNextPage",
"parentType": "PageInfo",
"path": [
"pointsHistory",
"pageInfo",
"hasNextPage"
],
"returnType": "Boolean!",
"startOffset": 73267791
},
{
"duration": 1791,
"fieldName": "hasPreviousPage",
"parentType": "PageInfo",
"path": [
"pointsHistory",
"pageInfo",
"hasPreviousPage"
],
"returnType": "Boolean!",
"startOffset": 73281584
},
{
"duration": 1983,
"fieldName": "startCursor",
"parentType": "PageInfo",
"path": [
"pointsHistory",
"pageInfo",
"startCursor"
],
"returnType": "String",
"startOffset": 73293784
},
{
"duration": 1825,
"fieldName": "endCursor",
"parentType": "PageInfo",
"path": [
"pointsHistory",
"pageInfo",
"endCursor"
],
"returnType": "String",
"startOffset": 73306781
},
{
"duration": 2042,
"fieldName": "nodes",
"parentType": "HistoryOfPointsConnection",
"path": [
"pointsHistory",
"nodes"
],
"returnType": "[HistoryOfPoints]",
"startOffset": 73339825
},
{
"duration": 2014,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
0,
"notesCustomers"
],
"returnType": "String",
"startOffset": 73363354
},
{
"duration": 1799,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
0,
"remarksInternal"
],
"returnType": "String",
"startOffset": 73375438
},
{
"duration": 1841,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
0,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73387176
},
{
"duration": 2044,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
0,
"historyRecordId"
],
"returnType": "String",
"startOffset": 73399407
},
{
"duration": 1838,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
0,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73411211
},
{
"duration": 2017,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
0,
"updatedAt"
],
"returnType": "Date",
"startOffset": 73424417
},
{
"duration": 1846,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
0,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 73440467
},
{
"duration": 1915,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
1,
"notesCustomers"
],
"returnType": "String",
"startOffset": 73461505
},
{
"duration": 1865,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
1,
"remarksInternal"
],
"returnType": "String",
"startOffset": 73473065
},
{
"duration": 1843,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
1,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73484666
},
{
"duration": 1979,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
1,
"historyRecordId"
],
"returnType": "String",
"startOffset": 73497835
},
{
"duration": 1830,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
1,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73509606
},
{
"duration": 1965,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
1,
"updatedAt"
],
"returnType": "Date",
"startOffset": 73521784
},
{
"duration": 1787,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
1,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 73536262
},
{
"duration": 2069,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
2,
"notesCustomers"
],
"returnType": "String",
"startOffset": 73556607
},
{
"duration": 1802,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
2,
"remarksInternal"
],
"returnType": "String",
"startOffset": 73568284
},
{
"duration": 1909,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
2,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73579702
},
{
"duration": 1987,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
2,
"historyRecordId"
],
"returnType": "String",
"startOffset": 73592844
},
{
"duration": 1762,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
2,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73604587
},
{
"duration": 1991,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
2,
"updatedAt"
],
"returnType": "Date",
"startOffset": 73616744
},
{
"duration": 1801,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
2,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 73635965
},
{
"duration": 1824,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
3,
"notesCustomers"
],
"returnType": "String",
"startOffset": 73656423
},
{
"duration": 1838,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
3,
"remarksInternal"
],
"returnType": "String",
"startOffset": 73667947
},
{
"duration": 1957,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
3,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73679552
},
{
"duration": 1971,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
3,
"historyRecordId"
],
"returnType": "String",
"startOffset": 73692680
},
{
"duration": 1726,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
3,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73704350
},
{
"duration": 2008,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
3,
"updatedAt"
],
"returnType": "Date",
"startOffset": 73716377
},
{
"duration": 1750,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
3,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 73731001
},
{
"duration": 1841,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
4,
"notesCustomers"
],
"returnType": "String",
"startOffset": 73751139
},
{
"duration": 1737,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
4,
"remarksInternal"
],
"returnType": "String",
"startOffset": 73762682
},
{
"duration": 1866,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
4,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73774328
},
{
"duration": 1861,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
4,
"historyRecordId"
],
"returnType": "String",
"startOffset": 73786605
},
{
"duration": 1771,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
4,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73798232
},
{
"duration": 1962,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
4,
"updatedAt"
],
"returnType": "Date",
"startOffset": 73810417
},
{
"duration": 1816,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
4,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 73824831
},
{
"duration": 1901,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
5,
"notesCustomers"
],
"returnType": "String",
"startOffset": 73844762
},
{
"duration": 1864,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
5,
"remarksInternal"
],
"returnType": "String",
"startOffset": 73856716
},
{
"duration": 2369,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
5,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73868259
},
{
"duration": 1907,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
5,
"historyRecordId"
],
"returnType": "String",
"startOffset": 73881066
},
{
"duration": 1813,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
5,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73892736
},
{
"duration": 1982,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
5,
"updatedAt"
],
"returnType": "Date",
"startOffset": 73904945
},
{
"duration": 1780,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
5,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 73919574
},
{
"duration": 1819,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
6,
"notesCustomers"
],
"returnType": "String",
"startOffset": 73939609
},
{
"duration": 1757,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
6,
"remarksInternal"
],
"returnType": "String",
"startOffset": 73951171
},
{
"duration": 1802,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
6,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 73962692
},
{
"duration": 1867,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
6,
"historyRecordId"
],
"returnType": "String",
"startOffset": 73974841
},
{
"duration": 1785,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
6,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 73986463
},
{
"duration": 1916,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
6,
"updatedAt"
],
"returnType": "Date",
"startOffset": 73998584
},
{
"duration": 1761,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
6,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 74012832
},
{
"duration": 1912,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
7,
"notesCustomers"
],
"returnType": "String",
"startOffset": 74033138
},
{
"duration": 1810,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
7,
"remarksInternal"
],
"returnType": "String",
"startOffset": 74044817
},
{
"duration": 1836,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
7,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 74057181
},
{
"duration": 2108,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
7,
"historyRecordId"
],
"returnType": "String",
"startOffset": 74114117
},
{
"duration": 1898,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
7,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 74126882
},
{
"duration": 1968,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
7,
"updatedAt"
],
"returnType": "Date",
"startOffset": 74139278
},
{
"duration": 1774,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
7,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 74155162
},
{
"duration": 1977,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
8,
"notesCustomers"
],
"returnType": "String",
"startOffset": 74176651
},
{
"duration": 1815,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
8,
"remarksInternal"
],
"returnType": "String",
"startOffset": 74188318
},
{
"duration": 1908,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
8,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 74199970
},
{
"duration": 2033,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
8,
"historyRecordId"
],
"returnType": "String",
"startOffset": 74211868
},
{
"duration": 1767,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
8,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 74223694
},
{
"duration": 1955,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
8,
"updatedAt"
],
"returnType": "Date",
"startOffset": 74235916
},
{
"duration": 1780,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
8,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 74250372
},
{
"duration": 1856,
"fieldName": "notesCustomers",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
9,
"notesCustomers"
],
"returnType": "String",
"startOffset": 74270472
},
{
"duration": 1818,
"fieldName": "remarksInternal",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
9,
"remarksInternal"
],
"returnType": "String",
"startOffset": 74282191
},
{
"duration": 1833,
"fieldName": "updateScene",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
9,
"updateScene"
],
"returnType": "PointsUpdateScene",
"startOffset": 74296313
},
{
"duration": 1949,
"fieldName": "historyRecordId",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
9,
"historyRecordId"
],
"returnType": "String",
"startOffset": 74309258
},
{
"duration": 1799,
"fieldName": "updatedValue",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
9,
"updatedValue"
],
"returnType": "UnsignedInt64",
"startOffset": 74320933
},
{
"duration": 1909,
"fieldName": "updatedAt",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
9,
"updatedAt"
],
"returnType": "Date",
"startOffset": 74333160
},
{
"duration": 1751,
"fieldName": "updateType",
"parentType": "HistoryOfPoints",
"path": [
"pointsHistory",
"nodes",
9,
"updateType"
],
"returnType": "PointsUpdateType",
"startOffset": 74347817
}
]
},
"parsing": {
"duration": 403413,
"startOffset": 434786
},
"startTime": "2024-07-25T06:47:21.663Z",
"validation": {
"duration": 443928,
"startOffset": 1039235
},
"version": 1
}
}
}
Was this article helpful to you?