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

[Bug]: GraphQL transfers API filter by status is broken #10683

Closed
edd opened this issue Feb 15, 2024 · 0 comments · Fixed by #10689
Closed

[Bug]: GraphQL transfers API filter by status is broken #10683

edd opened this issue Feb 15, 2024 · 0 comments · Fixed by #10689
Assignees
Labels

Comments

@edd
Copy link
Member

edd commented Feb 15, 2024

Problem encountered

Specifying any status in the transfersConnection query returns an error

Observed behaviour

{
  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
  }
}

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

@edd edd added the bug label Feb 15, 2024
@gordsport gordsport assigned guoguojin and unassigned gordsport Feb 15, 2024
@gordsport gordsport moved this to Todo in Core Kanban Feb 15, 2024
@gordsport gordsport added this to the 🏰 Palazzo Mistero milestone Feb 15, 2024
@gordsport gordsport moved this from Todo to In Review in Core Kanban Feb 15, 2024
@github-project-automation github-project-automation bot moved this from In Review to Merged in Core Kanban Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants