inferencer + hasura
Hi!
I'm experimenting with the Hasura data provider, and I am most interested in refine's "Auto-generated CRUD UIs from your API data structure" feature.
For now it seems that inferencing (eg. via
So, check-mate.
I maybe missing something here: what is the way to do scaffolding, to have the basic list/create/edit/show components with maybe all the fields of the resource?
Also, I thought that the cli may help me select resources by name as well, as I assume it knows the Graphql schema, so it can figure out what types/resources are there.
I'm experimenting with the Hasura data provider, and I am most interested in refine's "Auto-generated CRUD UIs from your API data structure" feature.
For now it seems that inferencing (eg. via
AntdInferencer) is not yet supported (https://github.com/refinedev/refine/issues/3326) and when trying to create a resource using the cli using npm run refine create-resource it generates components, which use AntdInferencer:So, check-mate.
I maybe missing something here: what is the way to do scaffolding, to have the basic list/create/edit/show components with maybe all the fields of the resource?
Also, I thought that the cli may help me select resources by name as well, as I assume it knows the Graphql schema, so it can figure out what types/resources are there.
GitHub![[FEAT] Inferencers with Hasura dataProvider ยท Issue #3326 ยท refined...](https://cdn.answeroverflow.com/embeds/1068210007302213642/0/thumbnail.png)
Is your feature request related to a problem? Please describe. When I initialize a new Hasura version of refine, and I use the command "refine create-ressource", the pages are gen...
