stormy-gold
stormy-gold2y ago

inferencer

Hi how can we pass a custom json or typed object to the inferencer to scaffold crud operations
6 Replies
kapa.ai
kapa.ai2y ago
Hey @kg6800! I'm the kapa.ai support bot. I've searched through the docs to try to answer your question. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the refine documentation for more information on using Inferencer: refine Inferencer documentation (https://refine.dev/docs/packages/documentation/inferencer). ----------------------
kapa.ai
kapa.ai2y ago
<@911037234872987678> kapa.ai is still learning and improving, please let us how it did by reacting below
manual-pink
manual-pink2y ago
Hi, It does not support passing json directly to inferencer. However, I think you can do this by overriding the getlist method of the data provider. Here is a document on how to customize your data provider https://refine.dev/docs/api-reference/core/providers/data-provider/#how-i-can-override-a-specific-method-of-data-providers
Data Provider | refine
The data provider acts as a data layer for your app that makes the HTTP requests and encapsulates how the data is retrieved. refine consumes these methods via data hooks.
stormy-gold
stormy-gold2y ago
Okay is there a way to ensure the inferencer understands the types of the keys in a json object
afraid-scarlet
afraid-scarlet2y ago
Unfortunately, no
correct-apricot
correct-apricot16mo ago
Where can I follow the progress made on the inferencer component to see compatibility/feature releases?