·graphql-apollo-client
</>

graphql-apollo-client

pluginagentmarketplace/custom-plugin-graphql

Build React apps with Apollo Client - queries, mutations, cache, and subscriptions

10Installs·0Trend·@pluginagentmarketplace

Installation

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-client

SKILL.md

Learn to integrate Apollo Client with React, including hooks, cache management, optimistic updates, and real-time subscriptions.

| useQuery | Fetch data | { data, loading, error, refetch } | | useMutation | Modify data | [mutate, { data, loading, error }] | | useSubscription | Real-time | { data, loading, error } | | useLazyQuery | On-demand fetch | [execute, { data, loading }] |

| Stale data | Cache not updated | Add update function | | Duplicates | Missing keyFields | Configure typePolicies | | Refetch loop | Variables object recreated | useMemo variables | | No subscription | Missing split link | Add wsLink |

Build React apps with Apollo Client - queries, mutations, cache, and subscriptions Source: pluginagentmarketplace/custom-plugin-graphql.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-client
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is graphql-apollo-client?

Build React apps with Apollo Client - queries, mutations, cache, and subscriptions Source: pluginagentmarketplace/custom-plugin-graphql.

How do I install graphql-apollo-client?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-client Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pluginagentmarketplace/custom-plugin-graphql