# Inspecting your GraphQL client in the browser

DevFeed: [Inspecting your GraphQL client in the browser](<https://devfeed.tech/articles/inspecting-your-graphql-client-in-the-browser-23400.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/inspecting-your-graphql-client-in-the-browser>)

Author: Ramya Nagarajan

Published: 2017-07-11T18:25:00Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [apollo-client](<https://devfeed.tech/topics/apollo-client.md>), [Chrome extension](<https://devfeed.tech/topics/chrome-extension.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [debug](<https://devfeed.tech/topics/debug.md>), [dev-tools](<https://devfeed.tech/topics/dev-tools.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [apollo-client](<https://devfeed.tech/tags/apollo-client.md>), [browser](<https://devfeed.tech/tags/browser.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [chrome-extension](<https://devfeed.tech/tags/chrome-extension.md>), [debug](<https://devfeed.tech/tags/debug.md>), [dev-tools](<https://devfeed.tech/tags/dev-tools.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

## AI overview

This tutorial explains how to use the Apollo Client Developer Tools Chrome extension to inspect and debug GraphQL applications. It covers the built-in GraphiQL query IDE, watched queries inspector, mutation log, and store inspector, including how to run queries through an already configured Apollo Client instance.

## Source excerpt

Late last year, Danielle Man blogged about the Apollo Client Developer Tools Chrome extension, which helps you debug your Apollo-Client-based GraphQL app. The Dev Tools launched with three main features, and we're excited to announce the first major addition today!