Genesis Guerrero Martinez

Results 6 comments of Genesis Guerrero Martinez

I have a use case, we're developing a feature to make the saved queries persistent between different devices, so we're going to save them in our database and load them...

This could be related to this issue #8032

I am looking a fix for this because but we shouldn't use it the ReferenceManyField + RefenceField on that way, it makes a tons of request for a data grid....

The solution is described in the documentation: [https://github.com/Steams/ra-data-hasura-graphql#example-query-related-entities](https://github.com/Steams/ra-data-hasura-graphql#example-query-related-entities) But those functions aren't exported in the library :( should create a issue about it?

The npm package should export all those functions, isn't? because this: `ra-data-hasura-graphql/src/*` won't work