We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I was working on the following page And when send a mutation to the server i get the following response
{ "data": { "updateUser": null }, "errors": [ { "message": "This action is forbidden on the resources associated to the provided arguments.", "locations": [ { "line": 2, "column": 3 } ], "path": [ "updateUser" ], "extensions": { "code": "forbidden_action_on_arguments_associated_resources", "issues": [ { "argumentPath": [ "input", "id" ], "message": "You cannot update the user record associated to you with this action." } ] } } ] }
Expected behavior Admin should be able to update the profile
Actual behavior Error is thrown
Screenshots If applicable, add screenshots to help explain your problem.
Additional details Add any other context or screenshots about the feature request here.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered:
can u assign this issue to me?
Sorry, something went wrong.
please assign
No branches or pull requests
Describe the bug
![Image](https://private-user-images.githubusercontent.com/121549009/411978224-a52c0452-fee4-4875-8ae6-4376a30a26be.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTk5MzQsIm5iZiI6MTczOTMxOTYzNCwicGF0aCI6Ii8xMjE1NDkwMDkvNDExOTc4MjI0LWE1MmMwNDUyLWZlZTQtNDg3NS04YWU2LTQzNzZhMzBhMjZiZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwMDIwMzRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hM2I5ODI1ZDY1YTIzYjJmYjkxNDE5Nzg4YjRlMjE4OThjNzY3NDM1OTNkZGYxM2I3ZDc2Mjk1ZmVlYmEzYWNjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9wjrqkmMV6dE8PoJQHETrjXhpmMbXtBtr-NUp8eLF2M)
I was working on the following page
And when send a mutation to the server i get the following response
{ "data": { "updateUser": null }, "errors": [ { "message": "This action is forbidden on the resources associated to the provided arguments.", "locations": [ { "line": 2, "column": 3 } ], "path": [ "updateUser" ], "extensions": { "code": "forbidden_action_on_arguments_associated_resources", "issues": [ { "argumentPath": [ "input", "id" ], "message": "You cannot update the user record associated to you with this action." } ] } } ] }
Expected behavior
Admin should be able to update the profile
Actual behavior
Error is thrown
Screenshots
If applicable, add screenshots to help explain your problem.
Additional details
Add any other context or screenshots about the feature request here.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: