---
title: GraphiQL in Shopify CLI for apps - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: 'https://shopify.dev/changelog/graphiql-in-shopify-cli-for-apps'
  md: 'https://shopify.dev/changelog/graphiql-in-shopify-cli-for-apps.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Tools
    handle: tools
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2024-01-10T18:06:20-05:00'
  postedAt: '2024-01-11T12:01:00-05:00'
  updatedAt: '2024-02-02T10:05:19-05:00'
  effectiveAt: '2024-01-11T12:01:00-05:00'
---

January 11, 2024

Tags:

* Tools

# GraphiQL in Shopify CLI for apps

As of Shopify CLI version 3.53+, you can use GraphiQL in the CLI while running `app dev` by simply pressing the `g` hotkey.

This GraphiQL instance uses your app's credentials, working with the same data and access scopes, ensuring that what works in GraphiQL will work exactly the same in your app. We expect this feature to streamline how you create and edit GraphQL queries.

Learn more about in [our documentation](https://shopify.dev/docs/apps/tools/graphiql-admin-api).
