Execute graphql at browser?

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?