---
title: GraphiQL for the Admin API
description: Browse Shopify’s GraphQL Admin API resources using GraphiQL.
source_url:
  html: >-
    https://shopify.dev/docs/apps/build/apis/graphql-admin/api-exploration/admin-graphiql-explorer
  md: >-
    https://shopify.dev/docs/apps/build/apis/graphql-admin/api-exploration/admin-graphiql-explorer.md
---

# Graphi​QL for the Admin API

GraphiQL is an in-browser tool for writing, validating, and testing GraphQL queries. When working with Shopify's GraphQL Admin API, GraphiQL can be useful for the following tasks:

* Learning about the available queries and mutations

* Executing specific queries and mutations to extract information or accomplish tasks

  For more information on GraphQL Admin API queries, refer to the [GraphQL Admin API reference](https://shopify.dev/docs/api/admin-graphql).

***

## Execute queries on your store

You can use GraphiQL to interact with your store's data in the following ways.

### Install the Graphi​QL app

To build queries and mutations on your development store, [install Shopify's GraphiQL app](https://shopify-graphiql-app.shopifycloud.com/).

Some scopes aren't available within the GraphiQL app. The app also can't be used to access data owned by other apps. If you're developing an app, then you should [use a local GraphiQL instance](#use-a-local-graphiql-instance) instead.

### Use a local Graphi​QL instance

If you are developing an app using [Shopify CLI](https://shopify.dev/docs/apps/build/cli-for-apps), you can launch GraphiQL while running the [`dev`](https://shopify.dev/docs/api/shopify-cli/app/app-dev) command by tapping the `g` key.

Shopify CLI's GraphiQL instance connects as your app, so it has the same access scopes as your app, and it can access data owned by your app. It can't access data owned by other apps.

***

## Execute queries on a demo store

This is a read-only demo which can execute queries without needing to connect to a development store.

* Click **Explorer** and use checkboxes and fields to build GraphQL queries.
* Click **Docs** to expand the **Documentation Explorer**. You can search schemas to view descriptions and supported fields.

Launch GraphiQL in its [own window](https://shopify-graphiql-app.shopifycloud.com/).

***
