Step 1:

Get Auth0 Token
Try to run this query before and after you're signed in with Auth0.
Also, try to access the `secretComment` field in both cases.
GraphiQL
Prettify
 
1
{
2
  allPosts {
3
    title
4
    # secretComment
5
  }
6
}
Query Variables
x
 
1
xxxxxxxxxx
 
TypeError: Failed to fetch
    at t (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:34:26105)
    at t.value (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:27:16784)
    at t.value (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:27:11933)
    at e.notifyAll (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:20:27505)
    at r.close (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:33:24493)
    at r.closeAll (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:12:11323)
    at r.perform (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:12:10812)
    at s (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:21:2893)
    at r.perform (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:12:10729)
    at Object.batchedUpdates (https://lokka-auth0.netlify.app/static/js/main.843abb31.js:33:17702)