Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: can't be converted into BI #253

Open
ShookLyngs opened this issue Jan 7, 2025 · 0 comments
Open

ERROR: can't be converted into BI #253

ShookLyngs opened this issue Jan 7, 2025 · 0 comments

Comments

@ShookLyngs
Copy link
Contributor

ShookLyngs commented Jan 7, 2025

Query:

query GetRgbppAddressBalances($address: String!) {
  rgbppAddress(address: $address) {
    balances {
      symbol
      amount
      decimal
      typeHash
    }
  }
}

Params:

address: bc1q8cey8mj52wuu6k52sd0cven8eyuwszh0eexn97

Error:

Error: invalid type:  can't be converted into BI: {"response":{"data":{"rgbppAddress":null},"errors":[{"message":"invalid type:  can't be converted into BI","locations":[{"line":3,"column":5}],"path":["rgbppAddress","balances"],"extensions":{"code":"INTERNAL_SERVER_ERROR"}}],"status":200,"headers":{}},"request":{"query":"query GetRgbppAddressBalances($address: String!) {\n  rgbppAddress(address: $address) {\n    balances {\n      symbol\n      amount\n      decimal\n      typeHash\n    }\n  }\n}","variables":{"address":"bc1q8cey8mj52wuu6k52sd0cven8eyuwszh0eexn97"}}}
@ShookLyngs ShookLyngs changed the title ERROR: can't be converted into BI in rgbppAddress ERROR: can't be converted into BI Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant