Che cos'è graphql-fundamentals?
Concetti fondamentali di Master GraphQL: tipi, query, mutazioni e abbonamenti Fonte: pluginagentmarketplace/custom-plugin-graphql.
Concetti fondamentali di Master GraphQL: tipi, query, mutazioni e abbonamenti
Installa rapidamente la skill AI graphql-fundamentals nel tuo ambiente di sviluppo tramite riga di comando
Fonte: pluginagentmarketplace/custom-plugin-graphql.
This skill covers the essential GraphQL concepts every developer needs. From type definitions to query operations, you'll learn the foundation for building GraphQL APIs.
| Scalar | String, Int, Float, Boolean, ID | name: String! | | Object | type Name { fields } | type User { id: ID! } | | Input | input Name { fields } | input CreateUserInput { name: String! } | | Enum | enum Name { VALUES } | enum Status { ACTIVE INACTIVE } | | List | [Type] or [Type!]! | tags: [String!]! | | Non-null | Type! | id: ID! |
| Cannot query field "x" | Field not in schema | Check spelling, verify schema | | Variable "$x" not defined | Missing variable declaration | Add to query signature | | Expected non-null, got null | Resolver returned null for ! field | Fix resolver or make nullable | | Unknown type "X" | Type not defined | Add type definition |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-fundamentalsBrowse more skills from pluginagentmarketplace/custom-plugin-graphql
Concetti fondamentali di Master GraphQL: tipi, query, mutazioni 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-fundamentals 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