graphprotocol / graphprotocol/graph-node
Add support for GraphQL query IDs in `GRAPH_NODE_EXPENSIVE_QUERIES_FILE`
Abierto
@tilacog ya está trabajando en esto.
Desde el 29/11/2022.
Stale
- Lenguaje dominante
- Rust
- Estrellas
- 3.2k
- Forks
- 1.1k
- Merge medio
- 4 d 1 h
- PR fusionados (30 d)
- 1
Descripción
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Graph Node only supports full GraphQL queries to be included in GRAPH_NODE_EXPENSIVE_QUERIES_FILE.
What is the expected behavior?
Users should also be able to identify GraphQL queries by the query_id (also known as "shape hash") obtained from qlog.
For instance, each line could be parsed either as a complete GraphQL query or the query hash in the form:
query_id:a13e79928c47834f-f6ed187de01c7ec8
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.