You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: