I'm trying to use react admin with ra-hasura data provider, when I try to create a record where the id is a UUID which is actually auto generated by postgresql, the interface of react admin insert a UUID generated by the react admin itself as an id and fails to create the record at the end in the database.
I was doing the same without inserting the id in another application "not react admin" and it was successful, what I need to do to prevent the app from doing this behavior, is this because there should be always and id in the request ? and how to overcome this ?
Appreciate your help