Che cos'è graphql-apollo-client?
Crea app React con Apollo Client: query, mutazioni, cache e abbonamenti Fonte: pluginagentmarketplace/custom-plugin-graphql.
Crea app React con Apollo Client: query, mutazioni, cache e abbonamenti
Installa rapidamente la skill AI graphql-apollo-client nel tuo ambiente di sviluppo tramite riga di comando
Fonte: pluginagentmarketplace/custom-plugin-graphql.
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 |
Crea app React con Apollo Client: query, mutazioni, cache e abbonamenti Fonte: pluginagentmarketplace/custom-plugin-graphql.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-clientBrowse more skills from pluginagentmarketplace/custom-plugin-graphql
Crea app React con Apollo Client: query, mutazioni, cache e abbonamenti Fonte: pluginagentmarketplace/custom-plugin-graphql.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-apollo-client Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/pluginagentmarketplace/custom-plugin-graphql