Azure / Azure/data-api-builder

Store graphQL query field names in Entity object to avoid duplicate determination

Abierto
#753 1 comentario 0 reacciones 1 asignado Reclamado por @severussundar Ver en GitHub
refactor
Lenguaje dominante
C#
Estrellas
1.5k
Forks
370
Merge medio
3 d 22 h
PR fusionados (30 d)
9

Descripción

DAB startup validates that no two entities define GraphQL.Singular/GraphQL.Plural with overlapping values. e.g. GraphQL Query Fields (`entity_by_pk` and `entities`) are not duplicated.

A separate startup step, GraphQL schema generation, reevaluates the query field names.

The above two operations perform redundant operations. DAB should remember the query field names the first time they are resolved and re-use those values in any subsequent validations/startup operations to avoid re-calculation.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.