Unknown field "status" on type "Coin"

Hi guys, I just noticed the production version of Swaylend stopped passing any tx with the next error, but it worked well a few days ago well

Error: Unknown field "status" on type "Coin".: {"response":{"data":null,"errors":[{"message":"Unknown field \"status\" on type \"Coin\".","locations":[{"line":18,"column":3}]},{"message":"Unknown field \"status\" on type \"Message\".","locations":[{"line":28,"column":3}]},{"message":"Unknown field \"resourcesToSpend\" on type \"Query\". Did you mean \"coinsToSpend\"?","locations":[{"line":2,"column":3}]}],"status":200,"headers":{"map":{"content-type":"application/json"}}},"request":{"query":"query getResourcesToSpend($owner: Address!, $queryPerAsset: [SpendQueryElementInput!]!, $excludedIds: ExcludeInput) {\n  resourcesToSpend(\n    owner: $owner\n    queryPerAsset: $queryPerAsset\n    excludedIds: $excludedIds\n  ) {\n    ...coinFragment\n    ...messageFragment\n  }\n}\n\nfragment coinFragment on Coin {\n  utxoId\n  owner\n  amount\n  assetId\n  maturity\n  coinStatus: status\n  blockCreated\n}\n\nfragment messageFragment on Message {\n  amount\n  sender\n  recipient\n  data\n  nonce\n  messageStatus: status\n  daHeight\n}","variables":{"owner":"0xf544349bc57a4fb57e9af1de2c4415a39b57856fe8c76263f040806095734ec1","queryPerAsset":[{"assetId":"0x0000000000000000000000000000000000000000000000000000000000000000","amount":"2"}],"excludedIds":{"messages":[],"utxos":[]}}}}

Is there any chain issue?

swaylend code GitHub - compolabs/sway-lend at beta-4
the contract was deployed on the beta-4 toolchain
Version of the fuel wallet: 0.13.0

After update there is another error

It looks like the other post was resolved by updating the Wallet from 0.11.0 to 0.13.0.

Are you still facing this error below, or is there something else we need to do here?

Error: Unknown field "status" on type "Coin"

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.