hasura / ra-data-hasura

react-admin data provider for Hasura GraphQL Engine
MIT License
336 stars 70 forks source link

Remote schema resources #129

Open maratnasyrov opened 2 years ago

maratnasyrov commented 2 years ago

I have a local database with a Post table and also a connected remote graphql server with a User table. Can't find remote schema User resources when trying to display data in Datagrid component I am getting this error: Unknown resource User. Make sure it has been declared on your server side schema. Known resources are post, post_aggregate

arjunyel commented 1 year ago

Did you give the correct permissions to your remote schema so that your user can see them in the Hasura schema?