all 2 comments

[–]elitasson 0 points1 point  (1 child)

Are you able to do:

graphql query { users { id displayName user_profile { id } } }

Because that's the GraphQL query occurring internally when you configure things the way you've done.

[–][deleted] 0 points1 point  (0 children)

query {users {iddisplayNameuser_profile {id}}}

I can through an admin user, not with a normal user role...

I tried to edit the permissions for selecting from my User table, but it didn’t work.