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

[US] As a user, I want to query the Portals on the subgraph via the SDK #209

Closed
alainncls opened this issue Sep 18, 2023 · 2 comments
Closed
Assignees
Milestone

Comments

@alainncls
Copy link
Collaborator

alainncls commented Sep 18, 2023

As a user,
I want to query the Portals on the subgraph via the SDK
So that I can apply sorting, filtering and pagination to all portals returned by the query


Description

The SDK needs to be able to handle arbitrary GraphQL queries, and to have some abstraction for pagination and sorting.

Examples of specific queries that the SDK should be capable of handling:

  • As a user, I want to be able to query Portal by id, name, description, or contract address

    • number of attestation issued
    • creator
    • all of them
  • As a User, I want to be able to modify and extend the indexer to accommodate my needs

  • As a User, I want to index the portals off-chain

@alainncls alainncls converted this from a draft issue Sep 18, 2023
@alainncls
Copy link
Collaborator Author

Initially described in #173

@alainncls
Copy link
Collaborator Author

Done via #278

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Released
Development

No branches or pull requests

2 participants