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
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