Skip to content

Feature: indexer GraphQL API alongside REST for flexible claim queries #405

Description

@Psalmuel01

The indexer exposes fixed REST endpoints. Integrators querying claims by combinations (wallet + type + issuer + active) need flexible filtering.

Scope

  • Add a GraphQL endpoint over the existing claims store supporting filtering by wallet, credential_type, issuer, active/revoked, and time range, with pagination.
  • Keep REST for simple cases; share the same DB layer.
  • Document the schema and add query tests.

Value

Gives integrators expressive, typed queries without new REST endpoints per use case.

Acceptance

  • A GraphQL endpoint answers filtered, paginated claim queries against the indexed data, with a documented schema and tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave programbackendAPI routes, indexer, key management, server-side servicesmediumModerate complexity

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions