magic-amber
magic-amber16mo ago

Inferencer change

It is possible to make changes in the Inferencer templates since my tables do not have the id columns, for example they have the user_id ones in the users table and when I do the list it gives me an error that the id column does not exist in the user entity .id
3 Replies
kapa.ai
kapa.ai16mo ago
Hi @efren6799. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
kapa.ai
kapa.ai16mo ago
---------------------- Hmm, I don't know enough to give you a confident answer yet. However, you can learn more about how Inferencer works and how to use it with Headless Mode in the following documentation: - How Inferencer works (https://refine.dev/docs/packages/documentation/inferencer/) - How to use Inferencer with Headless Mode (https://refine.dev/docs/api-reference/core/components/inferencer/) ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Inferencer | refine
@refinedev/inferencer is a package that provides a way to automatically generate views for resources based on the data structure. The aim is to reduce the amount of time spent on creating views for resources by generating the code automatically that can be customized easily.
Inferencer | refine
You can automatically generate views for your resources using @refinedev/inferencer. Inferencer exports HeadlessListInferencer, HeadlessShowInferencer, HeadlessEditInferencer, HeadlessCreateInferencer and HeadlessInferencer (which combines all in one place) components.
kapa.ai
kapa.ai16mo ago
<@1031576840931913859> kapa.ai is still learning and improving, please let us how it did by reacting below