Skip to content

Fix DEPS GraphQL query for updated Ponder schema#86

Merged
TaprootFreak merged 1 commit into
developfrom
fix/deps-graphql-query
Apr 12, 2026
Merged

Fix DEPS GraphQL query for updated Ponder schema#86
TaprootFreak merged 1 commit into
developfrom
fix/deps-graphql-query

Conversation

@TaprootFreak
Copy link
Copy Markdown

Summary

  • Ponder indexer schema changed entity name from depss to dEPSs
  • The GetDEPS query failed on every block (~12s) with a GraphQL validation error
  • Updated query and all data access paths to use the new entity name

Test plan

  • Verified dEPSs query works against production Ponder endpoint
  • Build passes locally
  • Verify errors disappear in Loki after deployment

The Ponder indexer schema changed the entity name from `depss` to `dEPSs`.
This caused the GetDEPS query to fail on every block with a GraphQL
validation error.
@TaprootFreak TaprootFreak marked this pull request as ready for review April 12, 2026 05:48
@TaprootFreak TaprootFreak merged commit ace3f94 into develop Apr 12, 2026
TaprootFreak added a commit that referenced this pull request Apr 13, 2026
PR #86 incorrectly changed depss → dEPSs, but the Ponder
schema uses lowercase 'deps' table name, exposing 'depss' as
the plural GraphQL field.
TaprootFreak added a commit that referenced this pull request Apr 13, 2026
PR #86 incorrectly changed depss → dEPSs, but the Ponder
schema uses lowercase 'deps' table name, exposing 'depss' as
the plural GraphQL field.
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.

1 participant