adrianhajdin/project_graphql_blog

[{message: "Mutation failed due to permission errors",…}]

carlyjames opened this issue · 2 comments

{response: {errors: [{message: "Mutation failed due to permission errors",…}], data: null,…},…}
request
:
{,…}
response
:
{errors: [{message: "Mutation failed due to permission errors",…}], data: null,…}

someone help me out please. i have added all permissions but yet still getting this error

me too having the same error i am confused which permissions to change

You need to give all the required permissions to your CMS token. It fixed the issue for me. Go to settings > Permanent Auth Tokens and then edit the token you are using and then give the permissions. Hope it helps.