Skip to content

Bug: GraphQLIndexer.query ignores GraphQL-level errors in an HTTP 20… - #590

Merged
Jaydbrown merged 2 commits into
conduit-protocol:mainfrom
richardgittest:main
Aug 31, 2026
Merged

Bug: GraphQLIndexer.query ignores GraphQL-level errors in an HTTP 20…#590
Jaydbrown merged 2 commits into
conduit-protocol:mainfrom
richardgittest:main

Conversation

@richardgittest

Copy link
Copy Markdown

Type of change

  • Bug fix
  • New feature / method
  • Refactor
  • Test coverage
  • Documentation
  • Dependency update

Related issue

Closes #

Changes

File Change

Checklist

  • npm run typecheck — no errors
  • npm run lint — no warnings
  • npm test — all tests pass
  • npm run build — bundle compiles cleanly
  • No any types introduced
  • New public methods documented in docs/api.md
  • All on-chain amounts kept as bigint — no Number() conversion in arithmetic
  • New methods mock-tested in src/tests/
  • CHANGELOG.md updated under [Unreleased]
  • src/index.ts updated if new exports added

Breaking changes?

  • No
  • Yes — describe below and add BREAKING CHANGE: footer to relevant commit

Notes for reviewers

Closes #515

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@richardgittest Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Jaydbrown
Jaydbrown merged commit 219acbc into conduit-protocol:main Aug 31, 2026
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

Successfully merging this pull request may close these issues.

Bug: GraphQLIndexer.query ignores GraphQL-level errors in an HTTP 200 response

3 participants