Automatic and model<>crud coordinating mapping API #461
Labels
needs/discussion
Open-ended conversation about something (ideation, design, analysis, ...)
scope/projecting
Exposing Prisma Models in the GQL API
scope/synchronized-projectors
type/feat
Add a new capability or enhance an existing one
We currently have no hollistic mapping API. Users can, model-by-model write mappings. But these do not coordinate automatically in any way with the
t.crud
API. Users need to manually use thetype
andalias
options. This is boring and error prone. When the user screws it up, they get confusing feedback giving them the wrong advice (e.g."did you forget to export 'Person'?"
).The text was updated successfully, but these errors were encountered: