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
Specifying any status in the transfersConnection query returns an error
status
transfersConnection
{ transfersConnection(status: STATUS_PENDING) { edges { node { transfer { id } } } } }
returns
{ "errors": [ { "message": "unmarshaller not implemented as this API is query only", "path": [ "transfersConnection", "status" ] } ], "data": { "transfersConnection": null } }
Transfers
1. Open https://api.testnet.vega.rocks/graphql/# 2. With the query above
0.74.x
The text was updated successfully, but these errors were encountered:
guoguojin
Successfully merging a pull request may close this issue.
Problem encountered
Specifying any
status
in thetransfersConnection
query returns an errorObserved behaviour
returns
Expected behaviour
Transfers
Steps to reproduce
1. Open https://api.testnet.vega.rocks/graphql/# 2. With the query above
Software version
0.74.x
Note
The text was updated successfully, but these errors were encountered: