Hey @dthyresson
Sorry if I wasn’t clear, So I set up auth and protected my service queries.
But I am using the graphql playground and am receiving errors when trying to use a mutation,
from the generated requireAuth
there is no currentUser logged in on port 8911
if (!context.currentUser) {
throw new AuthenticationError("You don't have permission to do that.")
}
So I am wondering how I can bypass this in dev