storeCreditHistory
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 store credits increase and decrease, including the increase and decrease value of store credits, update scenarios and remarks to customers.
Arguments
customer Access Token
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.
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 storeCredit History
Code
query {
storeCreditHistory(customerAccessToken: "#A01#SID0000107BFtXMBlyur1bUgz8HQ7Vi9lQOkT4kXELZOkxlc67dSOPxelgAPrqJh6ksFYHK2D59u9Rk87uTVEY06k4wsOtqd5qxpM8LQ8rcz9RkKQv3aSVwcBzDbhohwVN0sHHLP/3IhqZLhQEQ099BsUc/isnWOUFu9mufoeOIuJFADGqBLnqomPq6osfQsGev0VLZpD6Aw" first:20) {
edges{
cursor
node{
balanceAfterUpdate
updateScene
updateValue
balanceBeforeUpdate
remarksCustomers
updatedAt
}
}
pageInfo{
hasNextPage
hasPreviousPage
startCursor
endCursor
}
nodes {
balanceAfterUpdate
updateScene
updateValue
balanceBeforeUpdate
remarksCustomers
updatedAt
}
}
}
Response
{
"data": {
"storeCreditHistory": {
"edges": [
{
"cursor": "AE248490BDD604657EFB920B13A773ED20FAC3F86BD0B14CBEF654E79E53A875",
"node": {
"balanceAfterUpdate": "0",
"balanceBeforeUpdate": "0",
"remarksCustomers": null,
"updateScene": "FIRST_ALLOCATION",
"updateValue": "0",
"updatedAt": "2024-07-25T04:26:26.783Z"
}
},
{
"cursor": "D894E60EF9ECC1D754BDF8FEA5A77DC9C3FEFDECFEBA69AC66275779692298A6",
"node": {
"balanceAfterUpdate": "10000",
"balanceBeforeUpdate": "0",
"remarksCustomers": null,
"updateScene": "MANUALLY_INCREASE",
"updateValue": "10000",
"updatedAt": "2024-07-25T04:26:26.916Z"
}
},
{
"cursor": "F1DEE218539F110247DDFB38CBC4D16E8D534C83A69F05A9BC26FE4C63BF02FC",
"node": {
"balanceAfterUpdate": "40000",
"balanceBeforeUpdate": "10000",
"remarksCustomers": null,
"updateScene": "ORDER_PLACED",
"updateValue": "30000",
"updatedAt": "2024-07-25T05:23:53.168Z"
}
},
{
"cursor": "211DF3551EDF9CBDE39BBB158DF57DC0E182B525A005BC205C5A78A5F5C55270",
"node": {
"balanceAfterUpdate": "41200",
"balanceBeforeUpdate": "40000",
"remarksCustomers": null,
"updateScene": "FIRST_ORDER",
"updateValue": "1200",
"updatedAt": "2024-07-25T05:24:24.523Z"
}
},
{
"cursor": "417B033E63F42BF9B3594722D2915055B1D35E6B2683B7855773B69D54E60BF4",
"node": {
"balanceAfterUpdate": "71200",
"balanceBeforeUpdate": "41200",
"remarksCustomers": null,
"updateScene": "ORDER_PLACED",
"updateValue": "30000",
"updatedAt": "2024-07-25T05:25:38.884Z"
}
}
],
"nodes": [
{
"balanceAfterUpdate": "0",
"balanceBeforeUpdate": "0",
"remarksCustomers": null,
"updateScene": "FIRST_ALLOCATION",
"updateValue": "0",
"updatedAt": "2024-07-25T04:26:26.783Z"
},
{
"balanceAfterUpdate": "10000",
"balanceBeforeUpdate": "0",
"remarksCustomers": null,
"updateScene": "MANUALLY_INCREASE",
"updateValue": "10000",
"updatedAt": "2024-07-25T04:26:26.916Z"
},
{
"balanceAfterUpdate": "40000",
"balanceBeforeUpdate": "10000",
"remarksCustomers": null,
"updateScene": "ORDER_PLACED",
"updateValue": "30000",
"updatedAt": "2024-07-25T05:23:53.168Z"
},
{
"balanceAfterUpdate": "41200",
"balanceBeforeUpdate": "40000",
"remarksCustomers": null,
"updateScene": "FIRST_ORDER",
"updateValue": "1200",
"updatedAt": "2024-07-25T05:24:24.523Z"
},
{
"balanceAfterUpdate": "71200",
"balanceBeforeUpdate": "41200",
"remarksCustomers": null,
"updateScene": "ORDER_PLACED",
"updateValue": "30000",
"updatedAt": "2024-07-25T05:25:38.884Z"
}
],
"pageInfo": {
"endCursor": "417B033E63F42BF9B3594722D2915055B1D35E6B2683B7855773B69D54E60BF4",
"hasNextPage": false,
"hasPreviousPage": false,
"startCursor": "AE248490BDD604657EFB920B13A773ED20FAC3F86BD0B14CBEF654E79E53A875"
}
}
},
"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": "/storeCreditHistory",
"dfRt": 272,
"dfServiceIdentity": "com.shopline.ec.openapi.interfaces.MemberStoreFrontApi@pageGoldFlowLog",
"dfStartTime": 1721890087682
}
],
"graphQLMetrics": {
"appId": "265337",
"appKey": "936eda168305ed82cee702c6822354ee6de2e802",
"clientIp": "218.253.130.212",
"countryCode": null,
"customizedClientIp": "218.253.130.212",
"deepLevel": 4,
"endParseTimeMillis": 1721890087680,
"errorFieldsCount": 0,
"executionId": "c0915e2a-d703-43f4-995b-8d0353d0e426",
"fieldCount": 147,
"includeDeprecatedField": false,
"includeQuery": false,
"languageCode": null,
"loaderCount": 0,
"merchantId": "4200114610",
"namespace": "storefront",
"operation": "QUERY",
"parseRt": 1,
"ratelimitPermits": 1,
"ratelimitRemaining": 1,
"rt": 277,
"saleChannel": null,
"startParseTimeMillis": 1721890087679,
"startTimeMillis": 1721890087679,
"storeId": "1641993455937",
"storePlus": false,
"successType": "SUCCESS",
"tenant": "ec20",
"traceId": "da1ba7f087928edb5afb30a87f5be4be",
"version": "v20241201"
}
},
"tracing": {
"duration": 276714211,
"endTime": "2024-07-25T06:48:07.956Z",
"execution": {
"resolvers": [
{
"duration": 272595018,
"fieldName": "storeCreditHistory",
"parentType": "Query",
"path": [
"storeCreditHistory"
],
"returnType": "StoreCreditHistoryConnection",
"startOffset": 2524066
},
{
"duration": 8286,
"fieldName": "edges",
"parentType": "StoreCreditHistoryConnection",
"path": [
"storeCreditHistory",
"edges"
],
"returnType": "[StoreCreditHistoryEdge!]",
"startOffset": 275313408
},
{
"duration": 3089,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
0,
"cursor"
],
"returnType": "String!",
"startOffset": 275357919
},
{
"duration": 2357,
"fieldName": "node",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
0,
"node"
],
"returnType": "HistoryOfStoreCredits",
"startOffset": 275391681
},
{
"duration": 2310,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275410448
},
{
"duration": 2452,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 275433584
},
{
"duration": 1850,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 275450868
},
{
"duration": 1798,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275463386
},
{
"duration": 1959,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 275478470
},
{
"duration": 2049,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 275491929
},
{
"duration": 2085,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
1,
"cursor"
],
"returnType": "String!",
"startOffset": 275566848
},
{
"duration": 1956,
"fieldName": "node",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
1,
"node"
],
"returnType": "HistoryOfStoreCredits",
"startOffset": 275593141
},
{
"duration": 1943,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275609740
},
{
"duration": 2360,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 275623039
},
{
"duration": 1988,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 275637214
},
{
"duration": 1811,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275649995
},
{
"duration": 1801,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 275662376
},
{
"duration": 1964,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 275674242
},
{
"duration": 1918,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
2,
"cursor"
],
"returnType": "String!",
"startOffset": 275703565
},
{
"duration": 2020,
"fieldName": "node",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
2,
"node"
],
"returnType": "HistoryOfStoreCredits",
"startOffset": 275728917
},
{
"duration": 1945,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275745045
},
{
"duration": 2163,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 275757681
},
{
"duration": 1787,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 275771507
},
{
"duration": 2067,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275804820
},
{
"duration": 1804,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 275821201
},
{
"duration": 1836,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 275832963
},
{
"duration": 1900,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
3,
"cursor"
],
"returnType": "String!",
"startOffset": 275861625
},
{
"duration": 1899,
"fieldName": "node",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
3,
"node"
],
"returnType": "HistoryOfStoreCredits",
"startOffset": 275884953
},
{
"duration": 1893,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275900667
},
{
"duration": 1983,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 275915168
},
{
"duration": 2220,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 275927389
},
{
"duration": 1755,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275940243
},
{
"duration": 1937,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 275952307
},
{
"duration": 1965,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 275964026
},
{
"duration": 2054,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
4,
"cursor"
],
"returnType": "String!",
"startOffset": 275990306
},
{
"duration": 1906,
"fieldName": "node",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
4,
"node"
],
"returnType": "HistoryOfStoreCredits",
"startOffset": 276012983
},
{
"duration": 2016,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276028773
},
{
"duration": 1946,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276041496
},
{
"duration": 1940,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276053973
},
{
"duration": 1817,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276066121
},
{
"duration": 1890,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276078210
},
{
"duration": 1945,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 276090927
},
{
"duration": 2373,
"fieldName": "pageInfo",
"parentType": "StoreCreditHistoryConnection",
"path": [
"storeCreditHistory",
"pageInfo"
],
"returnType": "PageInfo!",
"startOffset": 276136579
},
{
"duration": 2202,
"fieldName": "hasNextPage",
"parentType": "PageInfo",
"path": [
"storeCreditHistory",
"pageInfo",
"hasNextPage"
],
"returnType": "Boolean!",
"startOffset": 276154485
},
{
"duration": 1989,
"fieldName": "hasPreviousPage",
"parentType": "PageInfo",
"path": [
"storeCreditHistory",
"pageInfo",
"hasPreviousPage"
],
"returnType": "Boolean!",
"startOffset": 276169325
},
{
"duration": 2103,
"fieldName": "startCursor",
"parentType": "PageInfo",
"path": [
"storeCreditHistory",
"pageInfo",
"startCursor"
],
"returnType": "String",
"startOffset": 276181842
},
{
"duration": 1783,
"fieldName": "endCursor",
"parentType": "PageInfo",
"path": [
"storeCreditHistory",
"pageInfo",
"endCursor"
],
"returnType": "String",
"startOffset": 276193917
},
{
"duration": 2239,
"fieldName": "nodes",
"parentType": "StoreCreditHistoryConnection",
"path": [
"storeCreditHistory",
"nodes"
],
"returnType": "[HistoryOfStoreCredits]",
"startOffset": 276226644
},
{
"duration": 2103,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
0,
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276249702
},
{
"duration": 1990,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
0,
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276264104
},
{
"duration": 1872,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
0,
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276276382
},
{
"duration": 2828,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
0,
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276288508
},
{
"duration": 2055,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
0,
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276301775
},
{
"duration": 1800,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
0,
"updatedAt"
],
"returnType": "Date",
"startOffset": 276313460
},
{
"duration": 1945,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276338058
},
{
"duration": 1865,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276350298
},
{
"duration": 1864,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276362428
},
{
"duration": 1927,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276374594
},
{
"duration": 1772,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276386728
},
{
"duration": 1745,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"updatedAt"
],
"returnType": "Date",
"startOffset": 276398203
},
{
"duration": 2075,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276420568
},
{
"duration": 2157,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276432891
},
{
"duration": 1823,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276445467
},
{
"duration": 1909,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276457565
},
{
"duration": 1761,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276470041
},
{
"duration": 1836,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"updatedAt"
],
"returnType": "Date",
"startOffset": 276482658
},
{
"duration": 1970,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276504969
},
{
"duration": 2210,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276517187
},
{
"duration": 1791,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276529306
},
{
"duration": 1922,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276541574
},
{
"duration": 1771,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276553611
},
{
"duration": 1812,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"updatedAt"
],
"returnType": "Date",
"startOffset": 276565040
},
{
"duration": 2069,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276587487
},
{
"duration": 2118,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276599919
},
{
"duration": 1811,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276612479
},
{
"duration": 2040,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276624597
},
{
"duration": 1739,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276636810
},
{
"duration": 1850,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"updatedAt"
],
"returnType": "Date",
"startOffset": 276648379
}
]
},
"parsing": {
"duration": 387854,
"startOffset": 420752
},
"startTime": "2024-07-25T06:48:07.679Z",
"validation": {
"duration": 424465,
"startOffset": 1018602
},
"version": 1
}
}
}
Was this article helpful to you?