You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: