drupal-graphql / drupal-decoupled-app

Decoupled Drupal demo application based on React, GraphQL and Apollo including server-side rendering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403 when hitting graphql from frontend

svict4 opened this issue · comments

Getting a 403 when clicking on the node overview link or any node that I've created.
I'm able to use the graphql explorer perfectly fine on the Drupal side.

I must be missing a step. Would I have to set up JWT with the frontend myself or does some of that work out-of-the-box?

Ah I see now, I was missing the Execute arbitrary GraphQL requests permission for Anonymous User