We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"}}}
The text was updated successfully, but these errors were encountered:
rgbppAddress
No branches or pull requests
Query:
Params:
Error:
The text was updated successfully, but these errors were encountered: