cardano-foundation / cardano-graphql

GraphQL API for Cardano
Apache License 2.0
262 stars 104 forks source link

Some of the transaction outpus returned in the cardano-graphql-7.0.0 api endpoint are null #760

Closed apufvqsp closed 2 years ago

apufvqsp commented 2 years ago

Ask a question

In fact these transactions have outpus,Version 6.2.0 does not have this problem

Node data has been synchronized

curl -X POST -H "Content-Type: application/json" -d '{"query": "{ cardanoDbMeta { initialized syncPercentage }}"}' http://localhost:3100/graphql
{"data":{"cardanoDbMeta":{"initialized":true,"syncPercentage":100}}}
curl -X POST -H "Content-Type: application/json" -d '{"query": "{ cardano { tip { number slotNo epoch { number } } } }"}' http://localhost:3100/graphql
{"data":{"cardano":{"tip":{"number":7724814,"slotNo":70956837,"epoch":{"number":361}}}}}

docker image

REPOSITORY                             TAG                     IMAGE ID       CREATED         SIZE
inputoutput/cardano-graphql-hasura     7.0.0                   1720421c2f36   2 weeks ago     87.9MB
inputoutput/cardano-graphql            7.0.0-mainnet           ee33397c90e4   2 weeks ago     325MB
cardanosolutions/cardano-node-ogmios   v5.5.5_1.35.3-mainnet   f5a4734e1935   2 weeks ago     816MB
inputoutput/cardano-db-sync            13.0.4                  52228d389c0d   3 weeks ago     938MB
postgres                               11.5-alpine             da01ecfbabe1   2 years ago     71.8MB

curl query

curl -X POST -H "Content-Type: application/json" -d '{"query": "query blockByNumber( $numbers: [Int!]! ) { blocks (where: { number: { _in: $numbers}}) { number forgedAt transactions{ hash fee invalidBefore invalidHereafter inputs{ address value } outputs{ index address value tokens { quantity asset { assetId description name } } } } } }", "operationName": "blockByNumber",  "variables": { "numbers": [7724650]}}' http://localhost:3100/graphql

The return result is as follows

{
    "errors":[
        {
            "message":"Cannot return null for non-nullable field Token.asset.",
            "locations":[
                {
                    "line":1,
                    "column":231
                }
            ],
            "path":[
                "blocks",
                0,
                "transactions",
                1,
                "outputs",
                0,
                "tokens",
                0,
                "asset"
            ],
            "extensions":{
                "code":"INTERNAL_SERVER_ERROR",
                "exception":{
                    "stacktrace":[
                        "Error: Cannot return null for non-nullable field Token.asset.",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:560:13)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at resolveField (/app/node_modules/graphql/execution/execute.js:435:10)",
                        "    at executeFields (/app/node_modules/graphql/execution/execute.js:275:18)",
                        "    at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:713:10)",
                        "    at completeObjectValue (/app/node_modules/graphql/execution/execute.js:703:10)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:591:12)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:557:21)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at /app/node_modules/graphql/execution/execute.js:618:25"
                    ]
                }
            }
        },
        {
            "message":"Cannot return null for non-nullable field Token.asset.",
            "locations":[
                {
                    "line":1,
                    "column":231
                }
            ],
            "path":[
                "blocks",
                0,
                "transactions",
                1,
                "outputs",
                1,
                "tokens",
                0,
                "asset"
            ],
            "extensions":{
                "code":"INTERNAL_SERVER_ERROR",
                "exception":{
                    "stacktrace":[
                        "Error: Cannot return null for non-nullable field Token.asset.",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:560:13)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at resolveField (/app/node_modules/graphql/execution/execute.js:435:10)",
                        "    at executeFields (/app/node_modules/graphql/execution/execute.js:275:18)",
                        "    at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:713:10)",
                        "    at completeObjectValue (/app/node_modules/graphql/execution/execute.js:703:10)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:591:12)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:557:21)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at /app/node_modules/graphql/execution/execute.js:618:25"
                    ]
                }
            }
        },
        {
            "message":"Cannot return null for non-nullable field Token.asset.",
            "locations":[
                {
                    "line":1,
                    "column":231
                }
            ],
            "path":[
                "blocks",
                0,
                "transactions",
                3,
                "outputs",
                2,
                "tokens",
                0,
                "asset"
            ],
            "extensions":{
                "code":"INTERNAL_SERVER_ERROR",
                "exception":{
                    "stacktrace":[
                        "Error: Cannot return null for non-nullable field Token.asset.",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:560:13)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at resolveField (/app/node_modules/graphql/execution/execute.js:435:10)",
                        "    at executeFields (/app/node_modules/graphql/execution/execute.js:275:18)",
                        "    at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:713:10)",
                        "    at completeObjectValue (/app/node_modules/graphql/execution/execute.js:703:10)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:591:12)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:557:21)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at /app/node_modules/graphql/execution/execute.js:618:25"
                    ]
                }
            }
        },
        {
            "message":"Cannot return null for non-nullable field Token.asset.",
            "locations":[
                {
                    "line":1,
                    "column":231
                }
            ],
            "path":[
                "blocks",
                0,
                "transactions",
                4,
                "outputs",
                1,
                "tokens",
                0,
                "asset"
            ],
            "extensions":{
                "code":"INTERNAL_SERVER_ERROR",
                "exception":{
                    "stacktrace":[
                        "Error: Cannot return null for non-nullable field Token.asset.",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:560:13)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at resolveField (/app/node_modules/graphql/execution/execute.js:435:10)",
                        "    at executeFields (/app/node_modules/graphql/execution/execute.js:275:18)",
                        "    at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:713:10)",
                        "    at completeObjectValue (/app/node_modules/graphql/execution/execute.js:703:10)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:591:12)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:557:21)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at /app/node_modules/graphql/execution/execute.js:618:25"
                    ]
                }
            }
        },
        {
            "message":"Cannot return null for non-nullable field Token.asset.",
            "locations":[
                {
                    "line":1,
                    "column":231
                }
            ],
            "path":[
                "blocks",
                0,
                "transactions",
                4,
                "outputs",
                4,
                "tokens",
                1,
                "asset"
            ],
            "extensions":{
                "code":"INTERNAL_SERVER_ERROR",
                "exception":{
                    "stacktrace":[
                        "Error: Cannot return null for non-nullable field Token.asset.",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:560:13)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at resolveField (/app/node_modules/graphql/execution/execute.js:435:10)",
                        "    at executeFields (/app/node_modules/graphql/execution/execute.js:275:18)",
                        "    at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:713:10)",
                        "    at completeObjectValue (/app/node_modules/graphql/execution/execute.js:703:10)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:591:12)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:557:21)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at /app/node_modules/graphql/execution/execute.js:618:25"
                    ]
                }
            }
        },
        {
            "message":"Cannot return null for non-nullable field Token.asset.",
            "locations":[
                {
                    "line":1,
                    "column":231
                }
            ],
            "path":[
                "blocks",
                0,
                "transactions",
                5,
                "outputs",
                0,
                "tokens",
                2,
                "asset"
            ],
            "extensions":{
                "code":"INTERNAL_SERVER_ERROR",
                "exception":{
                    "stacktrace":[
                        "Error: Cannot return null for non-nullable field Token.asset.",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:560:13)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at resolveField (/app/node_modules/graphql/execution/execute.js:435:10)",
                        "    at executeFields (/app/node_modules/graphql/execution/execute.js:275:18)",
                        "    at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:713:10)",
                        "    at completeObjectValue (/app/node_modules/graphql/execution/execute.js:703:10)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:591:12)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:557:21)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at /app/node_modules/graphql/execution/execute.js:618:25"
                    ]
                }
            }
        },
        {
            "message":"Cannot return null for non-nullable field Token.asset.",
            "locations":[
                {
                    "line":1,
                    "column":231
                }
            ],
            "path":[
                "blocks",
                0,
                "transactions",
                6,
                "outputs",
                0,
                "tokens",
                1,
                "asset"
            ],
            "extensions":{
                "code":"INTERNAL_SERVER_ERROR",
                "exception":{
                    "stacktrace":[
                        "Error: Cannot return null for non-nullable field Token.asset.",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:560:13)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at resolveField (/app/node_modules/graphql/execution/execute.js:435:10)",
                        "    at executeFields (/app/node_modules/graphql/execution/execute.js:275:18)",
                        "    at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:713:10)",
                        "    at completeObjectValue (/app/node_modules/graphql/execution/execute.js:703:10)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:591:12)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:557:21)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at /app/node_modules/graphql/execution/execute.js:618:25"
                    ]
                }
            }
        },
        {
            "message":"Cannot return null for non-nullable field Token.asset.",
            "locations":[
                {
                    "line":1,
                    "column":231
                }
            ],
            "path":[
                "blocks",
                0,
                "transactions",
                6,
                "outputs",
                2,
                "tokens",
                0,
                "asset"
            ],
            "extensions":{
                "code":"INTERNAL_SERVER_ERROR",
                "exception":{
                    "stacktrace":[
                        "Error: Cannot return null for non-nullable field Token.asset.",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:560:13)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at resolveField (/app/node_modules/graphql/execution/execute.js:435:10)",
                        "    at executeFields (/app/node_modules/graphql/execution/execute.js:275:18)",
                        "    at collectAndExecuteSubfields (/app/node_modules/graphql/execution/execute.js:713:10)",
                        "    at completeObjectValue (/app/node_modules/graphql/execution/execute.js:703:10)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:591:12)",
                        "    at completeValue (/app/node_modules/graphql/execution/execute.js:557:21)",
                        "    at completeValueCatchingError (/app/node_modules/graphql/execution/execute.js:495:19)",
                        "    at /app/node_modules/graphql/execution/execute.js:618:25"
                    ]
                }
            }
        }
    ],
    "data":{
        "blocks":[
            {
                "number":7724650,
                "forgedAt":"2022-09-07T02:59:43Z",
                "transactions":[
                    {
                        "hash":"80c4fa92e8672aa05ccbebb0be7673358dc49f4892d08a061be8c21a991f499d",
                        "fee":175225,
                        "invalidBefore":null,
                        "invalidHereafter":"70964044",
                        "inputs":[
                            {
                                "address":"addr1qxzcfd6xalrxlxegeqpmhuf6p8t0jff7u2c8svc4eumk5v84hxnjq520j3pgthacl0w7w6udhu8a3flgl0t7u6wd3znsdr577j",
                                "value":"4408650298"
                            }
                        ],
                        "outputs":[
                            {
                                "index":0,
                                "address":"addr1qx434tvyv67kswgar50scphcd2tzdtk0rscf864l0lcv3jl4hxnjq520j3pgthacl0w7w6udhu8a3flgl0t7u6wd3zns6xwr8n",
                                "value":"4408475073",
                                "tokens":[

                                ]
                            }
                        ]
                    },
                    {
                        "hash":"650a4f179de450c0db4feb35e3f6c04d719818f6a9e2c056adab61e316ede1bf",
                        "fee":920669,
                        "invalidBefore":"70953244",
                        "invalidHereafter":"70956844",
                        "inputs":[
                            {
                                "address":"addr1qy0n6kywsm47teghgu09xs07suljs5przwtfz0dgzds2e0u4t9ynx7ypmzrkj4d5wjxdyv8at00fknu0xgkkv3fhr2dqa2hsse",
                                "value":"2048230"
                            },
                            {
                                "address":"addr1qy0n6kywsm47teghgu09xs07suljs5przwtfz0dgzds2e0u4t9ynx7ypmzrkj4d5wjxdyv8at00fknu0xgkkv3fhr2dqa2hsse",
                                "value":"1379280"
                            },
                            {
                                "address":"addr1qy0n6kywsm47teghgu09xs07suljs5przwtfz0dgzds2e0u4t9ynx7ypmzrkj4d5wjxdyv8at00fknu0xgkkv3fhr2dqa2hsse",
                                "value":"1379280"
                            }
                        ],
                        "outputs":[
                            null,
                            null
                        ]
                    },
                    {
                        "hash":"c88f891c506512aeb67c6cd8a170d106fc44743db57b841034a83ee91754548e",
                        "fee":889126,
                        "invalidBefore":"70953257",
                        "invalidHereafter":"70956857",
                        "inputs":[
                            {
                                "address":"addr1qy9lwfacu4vu3f0q2nn679576sdc006y30re73u86cqrq6sqx4l93v0gay54uzy5rtj0rk9zmxu2c0v8qnrnc64tc4us0zxvvf",
                                "value":"5000000"
                            },
                            {
                                "address":"addr1qy9lwfacu4vu3f0q2nn679576sdc006y30re73u86cqrq6sqx4l93v0gay54uzy5rtj0rk9zmxu2c0v8qnrnc64tc4us0zxvvf",
                                "value":"395889126"
                            }
                        ],
                        "outputs":[
                            {
                                "index":0,
                                "address":"addr1zxj47sy4qxlktqzmkrw8dahe46gtv8seakrshsqz26qnvzypw288a4x0xf8pxgcntelxmyclq83s0ykeehchz2wtspksr3q9nx",
                                "value":"400000000",
                                "tokens":[

                                ]
                            }
                        ]
                    },
                    {
                        "hash":"664fb6c6d1fc40e363f0d5fd48cf78b7791e0337662fbca953f7524bd6cea0c9",
                        "fee":804738,
                        "invalidBefore":"70953257",
                        "invalidHereafter":"70956857",
                        "inputs":[
                            {
                                "address":"addr1qxyjrlrfcuvk0w9u25mhcfe0v62jscqheytvhz6mem8y9jr5c74qmuu5lmk2c9dpcnezsss5w6tqma3stsduqs9qtstsruww73",
                                "value":"24557906"
                            },
                            {
                                "address":"addr1qyc2a0su5qre4sddmkr5eguz4t3aqh36e25wehqxm8p060r5c74qmuu5lmk2c9dpcnezsss5w6tqma3stsduqs9qtstsvj8f6n",
                                "value":"10521641"
                            },
                            {
                                "address":"addr1zxj47sy4qxlktqzmkrw8dahe46gtv8seakrshsqz26qnvzypw288a4x0xf8pxgcntelxmyclq83s0ykeehchz2wtspksr3q9nx",
                                "value":"1724100"
                            },
                            {
                                "address":"addr1qyc2a0su5qre4sddmkr5eguz4t3aqh36e25wehqxm8p060r5c74qmuu5lmk2c9dpcnezsss5w6tqma3stsduqs9qtstsvj8f6n",
                                "value":"4576312"
                            },
                            {
                                "address":"addr1qyc2a0su5qre4sddmkr5eguz4t3aqh36e25wehqxm8p060r5c74qmuu5lmk2c9dpcnezsss5w6tqma3stsduqs9qtstsvj8f6n",
                                "value":"6500000"
                            },
                            {
                                "address":"addr1qyc2a0su5qre4sddmkr5eguz4t3aqh36e25wehqxm8p060r5c74qmuu5lmk2c9dpcnezsss5w6tqma3stsduqs9qtstsvj8f6n",
                                "value":"1302104"
                            },
                            {
                                "address":"addr1qyc2a0su5qre4sddmkr5eguz4t3aqh36e25wehqxm8p060r5c74qmuu5lmk2c9dpcnezsss5w6tqma3stsduqs9qtstsvj8f6n",
                                "value":"6500000"
                            }
                        ],
                        "outputs":[
                            {
                                "index":5,
                                "address":"addr1qyc2a0su5qre4sddmkr5eguz4t3aqh36e25wehqxm8p060r5c74qmuu5lmk2c9dpcnezsss5w6tqma3stsduqs9qtstsvj8f6n",
                                "value":"21359139",
                                "tokens":[

                                ]
                            },
                            {
                                "index":4,
                                "address":"addr1qyc2a0su5qre4sddmkr5eguz4t3aqh36e25wehqxm8p060r5c74qmuu5lmk2c9dpcnezsss5w6tqma3stsduqs9qtstsvj8f6n",
                                "value":"5000000",
                                "tokens":[

                                ]
                            },
                            null,
                            {
                                "index":2,
                                "address":"addr1qy3d30mwfr8p0r4gm0vkvdpdjakynjnkuw5zkw46sdgzunhpalc52qcd449llvvhwyshdqffaj338qhrsjhcasjsq66qvpz3ag",
                                "value":"24651000",
                                "tokens":[

                                ]
                            },
                            {
                                "index":1,
                                "address":"addr1q9cwvremt6n320s2e3agq0jyq82yhrk3htsu0w426xnz5us70z4w0jgvcdkkynmm8wmds66jd9kusnjfpu6raw5fqp0sr07p5w",
                                "value":"999978",
                                "tokens":[

                                ]
                            },
                            {
                                "index":0,
                                "address":"addr1q893er6t99ra67xzkm2v0fcs6vg9dsvnpggsgsjc5040j2pgh5m03ux3cuumusrqxz8hm67lr4s5qjxyjt9ew2hlfdpsfx2aqa",
                                "value":"1350000",
                                "tokens":[

                                ]
                            }
                        ]
                    },
                    {
                        "hash":"28970affc59eb52140897612d340a6f7e2c7c670ded89cbe20434c8a7b6a3915",
                        "fee":1393561,
                        "invalidBefore":"70953283",
                        "invalidHereafter":"70956882",
                        "inputs":[
                            {
                                "address":"addr1wxaptpmxcxawvr3pzlhgnpmzz3ql43n2tc8mn3av5kx0yzs09tqh8",
                                "value":"4500000"
                            },
                            {
                                "address":"addr1v9c04r8gmk5nw24fklwf746k8y883yuhgnre25xv8gnyk7gak56qt",
                                "value":"5697659"
                            },
                            {
                                "address":"addr1w9qzpelu9hn45pefc0xr4ac4kdxeswq7pndul2vuj59u8tqaxdznu",
                                "value":"6196845142923"
                            },
                            {
                                "address":"addr1v9c04r8gmk5nw24fklwf746k8y883yuhgnre25xv8gnyk7gak56qt",
                                "value":"2000000"
                            }
                        ],
                        "outputs":[
                            {
                                "index":4,
                                "address":"addr1v9c04r8gmk5nw24fklwf746k8y883yuhgnre25xv8gnyk7gak56qt",
                                "value":"5454098",
                                "tokens":[

                                ]
                            },
                            null,
                            {
                                "index":2,
                                "address":"addr1q9mnzpshxnln8a87l8tutyl9569fracdtj2jujj7su2cks90xl7t4n2qs2jrjxpm9t0huk9e0d2exkwukckturf0fl8qldvw9k",
                                "value":"21146218",
                                "tokens":[
                                    {
                                        "quantity":"42115801",
                                        "asset":{
                                            "assetId":"1d7f33bd23d85e1a25d87d86fac4f199c3197a2f7afeb662a0f34e1e776f726c646d6f62696c65746f6b656e",
                                            "description":"WMT is a utility token created to connect the unconnected and bank the unbanked. With nearly 4 billion people left offline, digital exclusion is a significant problem. Together with Input Output, World Mobile will deliver a revolutionary, scalable network in Africa and beyond. Let’s kickstart the sharing economy, reboot telecoms, and open a new world!",
                                            "name":"World Mobile Token"
                                        }
                                    }
                                ]
                            },
                            {
                                "index":1,
                                "address":"addr1w9jx45flh83z6wuqypyash54mszwmdj8r64fydafxtfc6jgrw4rm3",
                                "value":"1350000",
                                "tokens":[

                                ]
                            },
                            null
                        ]
                    },
                    {
                        "hash":"e8471667c6202a3fc4b24e0cad5b6878295c755cd2e5fe537e59c3feb24082b7",
                        "fee":570829,
                        "invalidBefore":null,
                        "invalidHereafter":"70960479",
                        "inputs":[
                            {
                                "address":"DdzFFzCqrht8JBB6PETXTPau8iesdkgZAQrGCv5kB4kotryB8BgcNZB7BG4m16Y7aLaa2mFXi2ZGsFtj2yE6sNZXtUa8386FpUAiX89F",
                                "value":"4295303832"
                            },
                            {
                                "address":"DdzFFzCqrhszFsyhpD1t4UsQnECWjGPNSAMhoa9NBQddtdqwnpP859y9beUpoqVjEzR3bfh58YfK4bU91g2xpdzF2VxD7WWT3a1vmXT9",
                                "value":"118615520"
                            },
                            {
                                "address":"DdzFFzCqrhsoDfV75sti9dHVNgpv8JE8Cn4GQsiqoXxWG6kcn6yNLugPwPGHisqKUsKLTL2vwegCwSgXXnT15PTXJ8WFfxe2A8LUKEiy",
                                "value":"540924069"
                            },
                            {
                                "address":"DdzFFzCqrhskhypYyiut8syCUkgUeidVtD4GBVuWsQU7nU34LS4oG1N4iPGnRqjwPTuQHcN1HCmFhbZJgWG5remjNHabFmDbbzCJiFj8",
                                "value":"10394759087"
                            },
                            {
                                "address":"DdzFFzCqrhtCv4GALDiVfAxTbyUCrkThSXMhvwpj1sr3T3JRNQTLGL5Q3mS93dhtpkV8Zq3uw5n9knWjw98B5rS6j59KXmhgYRbcw9S7",
                                "value":"5200440"
                            },
                            {
                                "address":"DdzFFzCqrht5Y69hjQDLQD1dSMouwYjEmKqNKqKUfWijdUuqLwzMsA16JY7YcnEULGFxrQuWqZxekGRhWqLv4qSdLQ1wLrWHhTWavBgv",
                                "value":"15000000"
                            },
                            {
                                "address":"DdzFFzCqrhshmMVaeqaszftrkQLJeDbu78kpZ5bTbBVnQVCAosi3i59RyGvAMhs6AtJHmUTqRTR2SdjLnERFG89skiQEPVm1rmTbojNY",
                                "value":"63450440"
                            },
                            {
                                "address":"DdzFFzCqrht25XRSPExW2AJYCGe34Wfj1LZp1gZwsj8AaEqtPtGMqFjnqyinijuqimHuihKLXYe57cvtdqymFiuVHNpxe8u3Z8PmLLsL",
                                "value":"2203222053"
                            },
                            {
                                "address":"DdzFFzCqrhsxuSE9g5LbqrWnLtE521zEPeXore8ajMrEeskRyTJCPXbFFZHxWZs6me2rStY4KmfFLzoJSmewRGBEvKsJAdArJcw3egrn",
                                "value":"89865901"
                            },
                            {
                                "address":"DdzFFzCqrhtAuziShaNoyepAiWu8aS2EAQDfjXfuTHst6v4SgtUFeEzfSjKjCqsPUugn1NvveZbHfvvHwVsJccBzKFZ7LiiK6LTmSubF",
                                "value":"62953066"
                            },
                            {
                                "address":"DdzFFzCqrhszytHRk7biigpU87PNdAUecYt6SBscXrbKDycCuokLNHzF9DQwSoPpbM47giSzoqZjV3uq4Px8vpEiD6NhAhLQNxHg3BkA",
                                "value":"69074517"
                            },
                            {
                                "address":"DdzFFzCqrhshwYpqawz2LF2iUmLYPc9Dp5bwsrKeUMGM5qouMnxwE7GLSp93CL2H5rnCUq6NHZthkwQn7nvKWWEd7z2PN5UxSUq8XEGs",
                                "value":"3000000000"
                            },
                            {
                                "address":"DdzFFzCqrhshJBuC1zEbyrta8ergSqH1A2NFK7yZ6UDuqDS1njRJAye4oM3LqwZweaFnCkoxH7aP62VyKF6CxWUCPaeG3xyQdfmFxmZJ",
                                "value":"6616712242"
                            },
                            {
                                "address":"DdzFFzCqrhsyb6UGC4cwUiSsn6r8a2ucVxcaV4ZQCK9Pg7L7xZCQ3sLigLUDqQiDPP3jzvYpznmssQYVeRyYL9saHEcdYJkre4rFitSY",
                                "value":"42293147"
                            },
                            {
                                "address":"DdzFFzCqrht8Gf1wDW1543sLZmQfovvNJtET2KDKZWjwf2X6EJwLtZh7dw64yEDLojDNkw88fRKJfSjLniJXk9skdWfsBTmgiUJhYV8B",
                                "value":"63690127669"
                            },
                            {
                                "address":"DdzFFzCqrhtB2omzXQYUa7pxmRjjnZfWrFEwDHR12H25ztBbvfDtMcB49GC7xkCxUMaqhYxCRUjz3TsTg1FfYWW5sh2kYep3y3HfAsn3",
                                "value":"1550000000"
                            },
                            {
                                "address":"DdzFFzCqrhsraqhGRWbvmMjW9MkavgVQWJvRby8uCL4BGoNfa1xmbubfWxnpFS4Q2JoBttQAvBFjyEoCd7owGSiua17Ffgnds3uDRbTB",
                                "value":"70000000"
                            },
                            {
                                "address":"DdzFFzCqrht3sr8dXjPiYotNPFkw5ZH36Nc1C5Y2PY3teaeQgtDFuGnSuqTbN8Xj625b9pkqVijrVxeP3wuCYYg62x8RmacPtbAr2iqR",
                                "value":"2200000000"
                            },
                            {
                                "address":"DdzFFzCqrhtBTwUKS7jZ8VdJbFTNnSvuKX7QgNfszKAuxMsvB6kopwv95RMGsFMuDFAzGLmEjiYsywE8GxgeevzhqjJR1EHEZ61Jwinr",
                                "value":"10199952046"
                            },
                            {
                                "address":"DdzFFzCqrhtBcr36GaRSC2UzQTTx2rXPNdRzpPwwshzcoxZfPheRFd735C43ZAFP1LKK4Hz2Y3rXWhVZHGv9NE3LVA5yhFPtqxKzQiFw",
                                "value":"2074576583"
                            },
                            {
                                "address":"DdzFFzCqrhsi9Bs2Xq2CADBebhYNi3MRqHjTsmKk5pE9drHUoFKQUMy8Jm4uugJ8V38TQXXngWxN4gwMjaYm5CzFzyP15rinmR5rVihb",
                                "value":"1249611700"
                            },
                            {
                                "address":"DdzFFzCqrhsqiAx9mxE7BsJFCUA88ieRWCDYAzaMcUT6je5mGwTJU3Y7VoB55iKbi7NFy4jWYfADNWkAWKjNwTFuLEzHhKCb2sHrtCjL",
                                "value":"194535524"
                            },
                            {
                                "address":"DdzFFzCqrhstWU46uxA8UUswydoTfa8RFCAj8ykzm9oTquL7grj2HAtaXpEi73QPBsztLCkUZrnVhPGkW8kojQ8Uh2nAUPFibTd1fK3T",
                                "value":"268028442"
                            },
                            {
                                "address":"DdzFFzCqrhtBekWWd6qyrg7NMXbwYyFvoZSPDhpxb52vLwsuSVFevcoTyJUVCkvvV2v7s8AvdYxd7buNYpsuBbMdjmsC3JhQS8VwANmh",
                                "value":"50000000"
                            },
                            {
                                "address":"DdzFFzCqrhsx9Wg2iM35JUeShitkXc2wRq8PcaPrZfz4yfQQJ98ZNML5BFhLBdyo2C2GF5eWoCKt2ZC989x2bKXHc3fMfkPPd5NpYzQk",
                                "value":"378498133"
                            },
                            {
                                "address":"DdzFFzCqrhtALHtmjuLPemu3VCALFWe4wTgWwdN7VBQtEQRkYKa6NuNENgk6AKZFW8HJeVuw3PQH6qx5CJLKcW1hKTRVTxQUsv4UR9ER",
                                "value":"5000000"
                            },
                            {
                                "address":"DdzFFzCqrht5MRbb1XbVmbNU5eeZgJrJ9ScuXFCKwbhFSGRNfCudWNAFPKVNSr92hR3V5VwnJM6JhboNpzqntUEDaAjYhpkruRutre6b",
                                "value":"2343118108"
                            },
                            {
                                "address":"DdzFFzCqrht9aKanjfczDJCnN9ZYbiMawtY5taaopm5Mdy74oqUWMj1ZkkiTEiZ3cxRDBXsSJ1U48JJr4EnBTroZrJVQpKhtTkfbsq6g",
                                "value":"624411918"
                            },
                            {
                                "address":"DdzFFzCqrht19i42w2sokdYXykcFTmNmqB9bYeyJHimieT2wGi6W9KQHPBQrkjJ5WbwVnvD3fdp6ofcnwb1CyWvfrWzBqKzS7bak5Gvo",
                                "value":"256100000"
                            },
                            {
                                "address":"DdzFFzCqrhsu7tGJGCTKeDb1AfXMkhj6noKd2Ny8Ukg6mvXhSeSmQWWfXZeizLptrtjDprGixku1TZn8YT1Ne1i8JwmNhGCNofvNyYoX",
                                "value":"7934695"
                            },
                            {
                                "address":"DdzFFzCqrhsqpLN4a1gk4be28cwrNX54G8iMoSjkQdqjmNQpgT3GCFEBg51k2WzmEDunba1BU1JiwiJT8P24BgZCw7afNgzDK7xqb4kX",
                                "value":"19969183"
                            },
                            {
                                "address":"DdzFFzCqrhsqKzGxrvQMuo2TdgZbRhexgbPKLKxbnkdkVDJHXuFSKx9iPCQVQHhVzVjb9zjsHF6evTQLP5fWdAdV6w8fiCGpuuppwwUU",
                                "value":"1499615300"
                            },
                            {
                                "address":"DdzFFzCqrhstaZqUvwgkw1UtPqohTEeP5nLpxhsXaprw5qXidKT28kRTsS7vFyHJkuCrKMG2YXj6eBxjLkVCYWymArzHseRY7dDDkgCS",
                                "value":"11662775"
                            },
                            {
                                "address":"DdzFFzCqrhspNY6VYaiqZEih7CnpE8swXVjKuEFvPM2rGvMfz2EMLj61BLjus8tbJmWvEZQ85GbCptXF5feV5FxAxe7t1g3m3BJN6ws6",
                                "value":"7355218"
                            },
                            {
                                "address":"DdzFFzCqrhsdv1qoiXcxXov3Rv4tFkqjn52guDTar2HEfFPwDBPpu4zntnhbij4Zx7UPS75pYWvDUdTs2mwuEmL6NKdRqbNur6vQQbFZ",
                                "value":"434661344"
                            },
                            {
                                "address":"DdzFFzCqrhstgdWK7tbcgLNDmKNuDL8gqiJxdgJyS67m7pxe5w3voBYC5Y8HDBtmy3ZYJ47ggwdgeNERRRKriRi2w19GSqS6j5uXG6Be",
                                "value":"4868361595"
                            }
                        ],
                        "outputs":[
                            null,
                            {
                                "index":0,
                                "address":"DdzFFzCqrhsmLfQVpdMcZEKoMCbxynn2qpAoYoZZE2QbtrgAZXEgkMtkdzCpMTrNEo4SsdTBgjHnDPbrwZbnuivaCxe4VceuSL45UdEW",
                                "value":"90159376869",
                                "tokens":[

                                ]
                            }
                        ]
                    },
                    {
                        "hash":"1e4ca0c99112bfa8f33e6fbe6f9314f89ec9099c1c9d2962bc0020827002874e",
                        "fee":817534,
                        "invalidBefore":null,
                        "invalidHereafter":"70954284",
                        "inputs":[
                            {
                                "address":"addr1vyht4ja0zcn45qvyx477qlyp6j5ftu5ng0prt9608dxp6lgpnh5ft",
                                "value":"334188058"
                            },
                            {
                                "address":"addr1vyht4ja0zcn45qvyx477qlyp6j5ftu5ng0prt9608dxp6lgpnh5ft",
                                "value":"1379280"
                            },
                            {
                                "address":"addr1wxn9efv2f6w82hagxqtn62ju4m293tqvw0uhmdl64ch8uwc0h43gt",
                                "value":"54000000"
                            },
                            {
                                "address":"addr1z8snz7c4974vzdpxu65ruphl3zjdvtxw8strf2c2tmqnxz2j2c79gy9l76sdg0xwhd7r0c0kna0tycz4y5s6mlenh8pq0xmsha",
                                "value":"4477221948599"
                            }
                        ],
                        "outputs":[
                            null,
                            {
                                "index":2,
                                "address":"addr1q8f3cyj8jp8rysaly8c2gsqgkgt5lgx994dw7m3jq3wlsjgdvce5ne6466gnk48wz3q2rjalrxs7emyg6c2q4k9usrrsvy4le9",
                                "value":"2000000",
                                "tokens":[
                                    {
                                        "quantity":"109703177",
                                        "asset":{
                                            "assetId":"1d7f33bd23d85e1a25d87d86fac4f199c3197a2f7afeb662a0f34e1e776f726c646d6f62696c65746f6b656e",
                                            "description":"WMT is a utility token created to connect the unconnected and bank the unbanked. With nearly 4 billion people left offline, digital exclusion is a significant problem. Together with Input Output, World Mobile will deliver a revolutionary, scalable network in Africa and beyond. Let’s kickstart the sharing economy, reboot telecoms, and open a new world!",
                                            "name":"World Mobile Token"
                                        }
                                    }
                                ]
                            },
                            null,
                            {
                                "index":0,
                                "address":"addr1vyht4ja0zcn45qvyx477qlyp6j5ftu5ng0prt9608dxp6lgpnh5ft",
                                "value":"335370524",
                                "tokens":[

                                ]
                            }
                        ]
                    }
                ]
            }
        ]
    }
}
apufvqsp commented 2 years ago

Has anyone encountered this problem?

vae520283995 commented 2 years ago

I have the same performance, but it has no effect on me

apufvqsp commented 2 years ago

@rhyslbw Why does the node have this problem? please help

rhyslbw commented 2 years ago

Has the asset sync progress reached 100%? It's shown in the cardano-graphql logs like so:

{"name":"cardano-graphql","hostname":"e587dd5b23df","pid":1,"level":30,"module":"Server","msg":"Sync Progress: cardano-db-sync: 99.97% | Asset: 100%","time":"2022-09-08T16:10:21.038Z","v":0}
apufvqsp commented 2 years ago

{"name":"cardano-graphql","hostname":"53cee676ff09","pid":1,"level":30,"module":"Server","msg":"Sync Progress: cardano-db-sync: 100% | Asset: 99%","time":"2022-09-09T06:34:03.770Z","v":0}

After print this log, the endpoint does not return error

thanks