Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Feat: wrap indexing status schema to limit exposed APIs #17

Open
hopeyen opened this issue Jul 31, 2023 · 0 comments
Open

Feat: wrap indexing status schema to limit exposed APIs #17

hopeyen opened this issue Jul 31, 2023 · 0 comments

Comments

@hopeyen
Copy link
Owner

hopeyen commented Jul 31, 2023

For statusSever, extract graphql queries and filter for these supported root fields, and then pass the updated queries to graph status endpoint

let supported_root_fields = [
"indexingStatuses",
"publicProofsOfIndexing",
"entityChangesInBlock",
"blockData",
"cachedEthereumCalls",
"subgraphFeatures",
"apiVersions",
];
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant