Graphiql to test Customer Account API?

I’m using the Remix Hydrogen storefront and the Headless Sales Channel.

When I npm run dev the frontend, I can go to http://localhost:3000/graphiql and test the Storefront API queries and mutations.

When or how can we test for Customer Account API queries and mutations?

Hi,

Which specific queries are you looking to test? You should be able to access and query the CustomerAccountsV2 object using the GraphiQL app, when it’s installed on a dev store.

Thanks @Liam-Shopify. I was able to install the GraphQL App in my Shopify store. I’ll try this. Just curious, why can’t we do that in localhost:3000/graphiql?