graphql-apollo-client
✓Créez des applications React avec Apollo Client - requêtes, mutations, cache et abonnements
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 |
Créez des applications React avec Apollo Client - requêtes, mutations, cache et abonnements Source : pluginagentmarketplace/custom-plugin-graphql.
Faits (prêts à citer)
Champs et commandes stables pour les citations IA/recherche.
- Commande d'installation
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-client- Catégorie
- </>Développement
- Vérifié
- ✓
- Première apparition
- 2026-02-01
- Mis à jour
- 2026-02-18
Réponses rapides
Qu'est-ce que graphql-apollo-client ?
Créez des applications React avec Apollo Client - requêtes, mutations, cache et abonnements Source : pluginagentmarketplace/custom-plugin-graphql.
Comment installer graphql-apollo-client ?
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-client Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor
Où se trouve le dépôt source ?
https://github.com/pluginagentmarketplace/custom-plugin-graphql
Détails
- Catégorie
- </>Développement
- Source
- skills.sh
- Première apparition
- 2026-02-01