I am developing a board view using react and I have used the quickstart react js code. I am unable to get the current user logged in userId.
With this query : -
query { me { id, name } }
Every time it is giving me the same result (User who has generated the authentication token and configured the app)
Note : - The app is yet to published.
Please help.