devnet-io / devnet-io/TypeGraph
Warn when generating queries and mutations if the corresponding query / mutation name is not present in the entity decorator
Abierto
enhancement
good first issue
- Lenguaje dominante
- TypeScript
- Estrellas
- 5
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Example:
An entity with decorator
`@Entity({one: "example"})`
And calling generate like so
`const query = generateQuery(entity, QueryType.MANY...`
should produce an error or warning indicating a field "many" is not present in the decorator
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.