Tag: react-admin
-
React Admin with ra-data-hasura Error: Unknown resource . Make sure it has been declared on your server side schema
0 I’m using React Admin with GraphQL and ra-data-hasura. My problem is that the Introspection Query is made only when the app starts (user has role guest before login) and after login, the Introspection Query does not refetch, so I get errors for the resources that the logged in user should have access to. After…