devnet-io / devnet-io/TypeGraph
Warn when generating queries and mutations if the corresponding query / mutation name is not present in the entity decorator
Ouverte
enhancement
good first issue
- Langage dominant
- TypeScript
- Étoiles
- 5
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.