graphql-apollo-client
✓Erstellen Sie React-Apps mit Apollo Client – Abfragen, Mutationen, Cache und 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 |
Erstellen Sie React-Apps mit Apollo Client – Abfragen, Mutationen, Cache und Abonnements Quelle: pluginagentmarketplace/custom-plugin-graphql.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-client- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist graphql-apollo-client?
Erstellen Sie React-Apps mit Apollo Client – Abfragen, Mutationen, Cache und Abonnements Quelle: pluginagentmarketplace/custom-plugin-graphql.
Wie installiere ich graphql-apollo-client?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-client Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/pluginagentmarketplace/custom-plugin-graphql
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01