接口访问需要令牌,具体如何获取令牌请参考:身份认证
查询单个客户的购物金增减流水明细,包括购物金的增减数值、变更场景和给客户的留言等。
Arguments
after ● String
返回指定游标之后的元素。如果指定了该参数,也必须要指定 first 参数。
before ● String
返回指定游标之前的元素。如果指定了该参数,也必须要指定 last 参数。
first ● Int
返回列表中的前 n 个元素。
last ● Int
返回列表中的最后 n 个元素。
reverse ● Boolean
是否反转列表的顺序。
● true:反转
● false:不反转
默认值:false
customerAccessToken ● String!non-null
客户访问令牌
Return
edges ● [StoreCreditHistoryEdge!]non-null
edges 列表
More
节点列表
More
pageInfo ● PageInfo!non-null
有助于分页的信息
More
错误码
关于更多通用错误码说明,参考:状态码和错误码
Example
查询单个客户的购物金增减流水明细
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": {
"nodes": [
{
"updateValue": "0",
"updatedAt": "2024-07-25T04:26:26.783Z",
"balanceAfterUpdate": "0",
"balanceBeforeUpdate": "0",
"remarksCustomers": null,
"updateScene": "FIRST_ALLOCATION"
},
{
"balanceAfterUpdate": "10000",
"balanceBeforeUpdate": "0",
"remarksCustomers": null,
"updateScene": "MANUALLY_INCREASE",
"updateValue": "10000",
"updatedAt": "2024-07-25T04:26:26.916Z"
},
{
"updatedAt": "2024-07-25T05:23:53.168Z",
"balanceAfterUpdate": "40000",
"balanceBeforeUpdate": "10000",
"remarksCustomers": null,
"updateScene": "ORDER_PLACED",
"updateValue": "30000"
},
{
"updatedAt": "2024-07-25T05:24:24.523Z",
"balanceAfterUpdate": "41200",
"balanceBeforeUpdate": "40000",
"remarksCustomers": null,
"updateScene": "FIRST_ORDER",
"updateValue": "1200"
},
{
"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"
},
"edges": [
{
"cursor": "AE248490BDD604657EFB920B13A773ED20FAC3F86BD0B14CBEF654E79E53A875",
"node": {
"updateScene": "FIRST_ALLOCATION",
"updateValue": "0",
"updatedAt": "2024-07-25T04:26:26.783Z",
"balanceAfterUpdate": "0",
"balanceBeforeUpdate": "0",
"remarksCustomers": null
}
},
{
"cursor": "D894E60EF9ECC1D754BDF8FEA5A77DC9C3FEFDECFEBA69AC66275779692298A6",
"node": {
"balanceAfterUpdate": "10000",
"balanceBeforeUpdate": "0",
"remarksCustomers": null,
"updateScene": "MANUALLY_INCREASE",
"updateValue": "10000",
"updatedAt": "2024-07-25T04:26:26.916Z"
}
},
{
"cursor": "F1DEE218539F110247DDFB38CBC4D16E8D534C83A69F05A9BC26FE4C63BF02FC",
"node": {
"balanceBeforeUpdate": "10000",
"remarksCustomers": null,
"updateScene": "ORDER_PLACED",
"updateValue": "30000",
"updatedAt": "2024-07-25T05:23:53.168Z",
"balanceAfterUpdate": "40000"
}
},
{
"cursor": "211DF3551EDF9CBDE39BBB158DF57DC0E182B525A005BC205C5A78A5F5C55270",
"node": {
"remarksCustomers": null,
"updateScene": "FIRST_ORDER",
"updateValue": "1200",
"updatedAt": "2024-07-25T05:24:24.523Z",
"balanceAfterUpdate": "41200",
"balanceBeforeUpdate": "40000"
}
},
{
"node": {
"balanceAfterUpdate": "71200",
"balanceBeforeUpdate": "41200",
"remarksCustomers": null,
"updateScene": "ORDER_PLACED",
"updateValue": "30000",
"updatedAt": "2024-07-25T05:25:38.884Z"
},
"cursor": "417B033E63F42BF9B3594722D2915055B1D35E6B2683B7855773B69D54E60BF4"
}
]
}
},
"extensions": {
"dataloader": {
"individual-statistics": {
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-onlineStoreUrl": {
"batchLoadCount": 0,
"batchLoadRatio": 0,
"cacheHitRatio": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"cacheHitCount": 0,
"loadCount": 0,
"batchInvokeCount": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-publishedAtForLoader": {
"loadErrorCount": 0,
"loadErrorRatio": 0,
"batchInvokeCount": 0,
"batchLoadCount": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"loadCount": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-variants": {
"batchLoadCount": 0,
"batchLoadExceptionRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0,
"batchInvokeCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.CollectionStorefrontQueryService-onlineStoreUrl": {
"loadCount": 0,
"loadErrorRatio": 0,
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadErrorCount": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-options": {
"batchInvokeCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0,
"batchLoadCount": 0,
"batchLoadRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-template": {
"batchInvokeCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"batchLoadCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-variantsForLoader": {
"loadErrorRatio": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"batchInvokeCount": 0,
"batchLoadExceptionRatio": 0
},
"LD-com.shopline.merchant.website.openapi.interfaces.OnlineStorefrontApi-commentsQuery": {
"batchInvokeCount": 0,
"batchLoadExceptionCount": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadErrorCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"loadCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.CollectionStorefrontQueryService-queryCollectionByProduct": {
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"loadErrorCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorRatio": 0,
"batchInvokeCount": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.DescriptionQueryService-query": {
"batchInvokeCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0,
"loadErrorCount": 0,
"batchLoadCount": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorRatio": 0
},
"LD-com.shopline.pixiu.pcq.storefront.api.ProductStorefrontQueryV2Service-images": {
"loadErrorRatio": 0,
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadRatio": 0,
"cacheHitCount": 0,
"cacheHitRatio": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"loadCount": 0,
"loadErrorCount": 0
}
},
"overall-statistics": {
"cacheHitCount": 0,
"cacheHitRatio": 0,
"loadCount": 0,
"loadErrorCount": 0,
"loadErrorRatio": 0,
"batchInvokeCount": 0,
"batchLoadCount": 0,
"batchLoadExceptionCount": 0,
"batchLoadExceptionRatio": 0,
"batchLoadRatio": 0
}
},
"metrics": {
"dataFetcherMetrics": [
{
"dfProtocol": "dubbo",
"dfRootCoordinate": "/storeCreditHistory",
"dfRt": 272,
"dfServiceIdentity": "com.shopline.ec.openapi.interfaces.MemberStoreFrontApi@pageGoldFlowLog",
"dfStartTime": 1721890087682,
"dfErrorCode": null
}
],
"graphQLMetrics": {
"ratelimitRemaining": 1,
"clientIp": "218.253.130.212",
"saleChannel": null,
"successType": "SUCCESS",
"errorFieldsCount": 0,
"includeDeprecatedField": false,
"ratelimitPermits": 1,
"appId": "265337",
"merchantId": "4200114610",
"operation": "QUERY",
"tenant": "ec20",
"traceId": "da1ba7f087928edb5afb30a87f5be4be",
"version": "v20241201",
"executionId": "c0915e2a-d703-43f4-995b-8d0353d0e426",
"fieldCount": 147,
"parseRt": 1,
"customizedClientIp": "218.253.130.212",
"loaderCount": 0,
"rt": 277,
"storePlus": false,
"appKey": "936eda168305ed82cee702c6822354ee6de2e802",
"languageCode": null,
"startParseTimeMillis": 1721890087679,
"deepLevel": 4,
"endParseTimeMillis": 1721890087680,
"startTimeMillis": 1721890087679,
"storeId": "1641993455937",
"countryCode": null,
"includeQuery": false,
"namespace": "storefront"
}
},
"tracing": {
"endTime": "2024-07-25T06:48:07.956Z",
"execution": {
"resolvers": [
{
"fieldName": "storeCreditHistory",
"parentType": "Query",
"path": [
"storeCreditHistory"
],
"returnType": "StoreCreditHistoryConnection",
"startOffset": 2524066,
"duration": 272595018
},
{
"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
},
{
"startOffset": 275391681,
"duration": 2357,
"fieldName": "node",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
0,
"node"
],
"returnType": "HistoryOfStoreCredits"
},
{
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275410448,
"duration": 2310
},
{
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 275433584,
"duration": 2452
},
{
"duration": 1850,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 275450868
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275463386,
"duration": 1798,
"fieldName": "balanceBeforeUpdate"
},
{
"duration": 1959,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 275478470
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
0,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 275491929,
"duration": 2049,
"fieldName": "updatedAt"
},
{
"startOffset": 275566848,
"duration": 2085,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
1,
"cursor"
],
"returnType": "String!"
},
{
"duration": 1956,
"fieldName": "node",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
1,
"node"
],
"returnType": "HistoryOfStoreCredits",
"startOffset": 275593141
},
{
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275609740,
"duration": 1943,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits"
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 275623039,
"duration": 2360,
"fieldName": "updateScene"
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 275637214,
"duration": 1988,
"fieldName": "updateValue"
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275649995,
"duration": 1811,
"fieldName": "balanceBeforeUpdate"
},
{
"duration": 1801,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 275662376
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
1,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 275674242,
"duration": 1964,
"fieldName": "updatedAt"
},
{
"duration": 1918,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
2,
"cursor"
],
"returnType": "String!",
"startOffset": 275703565
},
{
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
2,
"node"
],
"returnType": "HistoryOfStoreCredits",
"startOffset": 275728917,
"duration": 2020,
"fieldName": "node"
},
{
"duration": 1945,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275745045
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 275757681,
"duration": 2163,
"fieldName": "updateScene"
},
{
"returnType": "UnsignedInt64",
"startOffset": 275771507,
"duration": 1787,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"updateValue"
]
},
{
"duration": 2067,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 275804820
},
{
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 275821201,
"duration": 1804,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits"
},
{
"startOffset": 275832963,
"duration": 1836,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
2,
"node",
"updatedAt"
],
"returnType": "Date"
},
{
"path": [
"storeCreditHistory",
"edges",
3,
"cursor"
],
"returnType": "String!",
"startOffset": 275861625,
"duration": 1900,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge"
},
{
"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
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 275915168,
"duration": 1983,
"fieldName": "updateScene"
},
{
"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
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 275952307,
"duration": 1937,
"fieldName": "remarksCustomers"
},
{
"duration": 1965,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
3,
"node",
"updatedAt"
],
"returnType": "Date",
"startOffset": 275964026
},
{
"path": [
"storeCreditHistory",
"edges",
4,
"cursor"
],
"returnType": "String!",
"startOffset": 275990306,
"duration": 2054,
"fieldName": "cursor",
"parentType": "StoreCreditHistoryEdge"
},
{
"returnType": "HistoryOfStoreCredits",
"startOffset": 276012983,
"duration": 1906,
"fieldName": "node",
"parentType": "StoreCreditHistoryEdge",
"path": [
"storeCreditHistory",
"edges",
4,
"node"
]
},
{
"startOffset": 276028773,
"duration": 2016,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64"
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276041496,
"duration": 1946,
"fieldName": "updateScene"
},
{
"startOffset": 276053973,
"duration": 1940,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"updateValue"
],
"returnType": "UnsignedInt64"
},
{
"duration": 1817,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276066121
},
{
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276078210,
"duration": 1890,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits"
},
{
"returnType": "Date",
"startOffset": 276090927,
"duration": 1945,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"edges",
4,
"node",
"updatedAt"
]
},
{
"duration": 2373,
"fieldName": "pageInfo",
"parentType": "StoreCreditHistoryConnection",
"path": [
"storeCreditHistory",
"pageInfo"
],
"returnType": "PageInfo!",
"startOffset": 276136579
},
{
"parentType": "PageInfo",
"path": [
"storeCreditHistory",
"pageInfo",
"hasNextPage"
],
"returnType": "Boolean!",
"startOffset": 276154485,
"duration": 2202,
"fieldName": "hasNextPage"
},
{
"parentType": "PageInfo",
"path": [
"storeCreditHistory",
"pageInfo",
"hasPreviousPage"
],
"returnType": "Boolean!",
"startOffset": 276169325,
"duration": 1989,
"fieldName": "hasPreviousPage"
},
{
"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
},
{
"parentType": "StoreCreditHistoryConnection",
"path": [
"storeCreditHistory",
"nodes"
],
"returnType": "[HistoryOfStoreCredits]",
"startOffset": 276226644,
"duration": 2239,
"fieldName": "nodes"
},
{
"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
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
0,
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276276382,
"duration": 1872,
"fieldName": "updateValue"
},
{
"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
},
{
"path": [
"storeCreditHistory",
"nodes",
1,
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276350298,
"duration": 1865,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits"
},
{
"startOffset": 276362428,
"duration": 1864,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"updateValue"
],
"returnType": "UnsignedInt64"
},
{
"duration": 1927,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276374594
},
{
"returnType": "String",
"startOffset": 276386728,
"duration": 1772,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"remarksCustomers"
]
},
{
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
1,
"updatedAt"
],
"returnType": "Date",
"startOffset": 276398203,
"duration": 1745
},
{
"duration": 2075,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276420568
},
{
"startOffset": 276432891,
"duration": 2157,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"updateScene"
],
"returnType": "StoreCreditUpdateScene"
},
{
"duration": 1823,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276445467
},
{
"returnType": "UnsignedInt64",
"startOffset": 276457565,
"duration": 1909,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"balanceBeforeUpdate"
]
},
{
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276470041,
"duration": 1761
},
{
"duration": 1836,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
2,
"updatedAt"
],
"returnType": "Date",
"startOffset": 276482658
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276504969,
"duration": 1970,
"fieldName": "balanceAfterUpdate"
},
{
"returnType": "StoreCreditUpdateScene",
"startOffset": 276517187,
"duration": 2210,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"updateScene"
]
},
{
"startOffset": 276529306,
"duration": 1791,
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"updateValue"
],
"returnType": "UnsignedInt64"
},
{
"duration": 1922,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"balanceBeforeUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276541574
},
{
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"remarksCustomers"
],
"returnType": "String",
"startOffset": 276553611,
"duration": 1771,
"fieldName": "remarksCustomers"
},
{
"returnType": "Date",
"startOffset": 276565040,
"duration": 1812,
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
3,
"updatedAt"
]
},
{
"path": [
"storeCreditHistory",
"nodes",
4,
"balanceAfterUpdate"
],
"returnType": "UnsignedInt64",
"startOffset": 276587487,
"duration": 2069,
"fieldName": "balanceAfterUpdate",
"parentType": "HistoryOfStoreCredits"
},
{
"path": [
"storeCreditHistory",
"nodes",
4,
"updateScene"
],
"returnType": "StoreCreditUpdateScene",
"startOffset": 276599919,
"duration": 2118,
"fieldName": "updateScene",
"parentType": "HistoryOfStoreCredits"
},
{
"fieldName": "updateValue",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"updateValue"
],
"returnType": "UnsignedInt64",
"startOffset": 276612479,
"duration": 1811
},
{
"returnType": "UnsignedInt64",
"startOffset": 276624597,
"duration": 2040,
"fieldName": "balanceBeforeUpdate",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"balanceBeforeUpdate"
]
},
{
"startOffset": 276636810,
"duration": 1739,
"fieldName": "remarksCustomers",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"remarksCustomers"
],
"returnType": "String"
},
{
"fieldName": "updatedAt",
"parentType": "HistoryOfStoreCredits",
"path": [
"storeCreditHistory",
"nodes",
4,
"updatedAt"
],
"returnType": "Date",
"startOffset": 276648379,
"duration": 1850
}
]
},
"parsing": {
"duration": 387854,
"startOffset": 420752
},
"startTime": "2024-07-25T06:48:07.679Z",
"validation": {
"duration": 424465,
"startOffset": 1018602
},
"version": 1,
"duration": 276714211
}
}
}
这篇文章对你有帮助吗?