Execute graphql at browser?

Topic summary

  • Goal: Execute GraphQL queries directly in the browser against actual Shopify store data.

  • Context: The poster references Shopify’s Admin GraphiQL page as the desired interface but reports that running queries there does not return their real store data.

  • Clarification: GraphiQL is an in-browser IDE for composing and executing GraphQL queries/mutations. The post does not provide details about any configuration or authentication steps taken, which may influence data access.

  • Key question: Is there a way to run browser-based GraphQL queries that access real Shopify store data (e.g., via the Admin GraphiQL tool or another method)?

  • Status: No responses or solutions are provided. The thread remains open with the central question unanswered.

Summarized with AI on February 24. AI used: gpt-5.

Is there a way to execute graphql queries directly at browser, but using my real data?

Like we do in this link: https://shopify.dev/graphiql/admin-graphiql

The problem is that when I execute queries in that link, I’m not able to get my real store data

Is there a way to do that?