Skip to content

What if there is no select permission for the hasura column used in defining remote relationshp? #58

@nizar-m

Description

@nizar-m

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: unexpected
  message: could not lookup "id" in 'profiles'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions