zero-to-mastery / resources

Here is a list of best resources to get you started with learning how to code (mostly related to Web Development). Feel free to add your favorite resources as well and help others in their journey of learning.
https://zero-to-mastery.github.io/resources/
MIT License
2.6k stars 1.11k forks source link

Add apollo client chrome extension #917

Closed alejosilvalau closed 1 year ago

alejosilvalau commented 1 year ago

Resource name and link

Apollo Client Devtools

Short description

GraphQL debugging tools for Apollo Client.

Why do you think this is a good resource?

Apollo Client Devtools is a Chrome extension for the open-source GraphQL client, Apollo Client. This extension has 4 main features:

  1. A built-in version of the Apollo Studio Explorer that allows you to make queries against your GraphQL server using your app's network interface directly (no configuration necessary).

  2. A query watcher that shows you which queries are being watched by the current page, when those queries are loading, and what variables those queries are using.

  3. A mutation inspector that displays the mutations made to your Apollo Client application data.

  4. A cache inspector that displays your Apollo Client cache data. You can explore the cache through a tree-like interface, and search for specific field keys and values.

GitHub repository (optional)

https://github.com/apollographql/apollo-client-devtools

zero-to-mastery-bot[bot] commented 1 year ago

🙏 Thanks for your pull request @alejosilvalau, The team will now review and merge this request. In the mean time why not check out some of the other opensource projects available, contributions are greatly appreciated!

Some of the most popular are


PR Statistics

#️⃣ PR Number: Line Additions: 🗑️ Line Deletions:
917 3 0
📑 Files Changed: Repo Stars: 🔱 Total Forks:
2 2150 1027