A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I have created the following:
and I was trying to access it like so:
however I am getting the above error even though the scopes seems to set right:
Any help would much appreciated. Thank you
Hi @AlexanderWeb ,
The screenshot with the permissions error looks like the Shopify GraphiQL Explorer app which would not have the same permissions as the custom app in the last screenshot.
To add the permission for reading metaobjects you would need to add that permission to the Shopify GraphiQL explorer app by checking the box for that permission near the bottom of the installation page when installing it.
Here's a link to that installation page: https://shopify-graphiql-app.shopifycloud.com/login
Have a great day,
Jon551
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hey! This was really helpful. I was not able to edit permissions of GraphiQL App, I mean I couldn't find where to edit, and uninstalled and installed it again. Anyways that helps a lot. Thank you!
Oh perfect! I was able to update the GraphiQL app permissions by using this installation page, WITHOUT having to first uninstall the app. Thanks!