Access scopes not registering in graphql

Good morning all,

I am having a problem with my app’s access scopes not registering on GraphiQL when I make a query in the app.

The access scopes I need are “read_themes” and “read_translations”. I have these in my toml file and committed these to the app; they appear on the app’s config page.

However, when I go to query in GraphQL it tells me I do not have these permissions.

I have checked that all my npm packages are updated to the latest greatest - including GraphiQL, but this hasn’t made any difference.

I have also cleared the cache.

Let me know what further information you need from me to help.

Thanks in advance!!

I didn’t update the app on my dev store…it is now working!! :roll_eyes: