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
Let us say in profiles table, role user does not have select permission on column id.
But id column is also used in defining a remote relationship user_remote. Currently the following query
{
profiles {
user_remote {
username
}
}
}
gives error
errors:
- extensions:
path: "$.selectionSet.profiles_by_pk"code: unexpectedmessage: could not lookup "id" in 'profiles'
The text was updated successfully, but these errors were encountered:
Let us say in
profiles
table, roleuser
does not have select permission on columnid
.But
id
column is also used in defining a remote relationshipuser_remote
. Currently the following querygives error
The text was updated successfully, but these errors were encountered: