Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Metaobjects scope issue

Metaobjects scope issue

AlexanderWeb
Shopify Partner
20 0 3

I have created the following:

Screenshot 2023-07-20 at 14.18.19.png

 

and I was trying to access it like so:

Screenshot 2023-07-20 at 14.15.45.png

 

however I am getting the above error even though the scopes seems to set right:

 

Screenshot 2023-07-20 at 14.16.01.png

 

Any help would much appreciated. Thank you

Replies 3 (3)

ShopifyDevSup
Shopify Staff
1453 239 534

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

sinemtopcu
Shopify Partner
11 0 2

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!

timdmackey
Shopify Partner
62 1 33

Oh perfect! I was able to update the GraphiQL app permissions by using this installation page, WITHOUT having to first uninstall the app. Thanks!