·graphql-fundamentals
</>

graphql-fundamentals

Concetti fondamentali di Master GraphQL: tipi, query, mutazioni e abbonamenti

6Installazioni·0Tendenza·@pluginagentmarketplace

Installazione

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

Come installare graphql-fundamentals

Installa rapidamente la skill AI graphql-fundamentals nel tuo ambiente di sviluppo tramite riga di comando

  1. Apri il terminale: Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.)
  2. Esegui il comando di installazione: Copia ed esegui questo comando: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-fundamentals
  3. Verifica l'installazione: 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

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 |

Fatti (pronti per citazione)

Campi e comandi stabili per citazioni AI/ricerca.

Comando di installazione
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-fundamentals
Categoria
</>Sviluppo
Verificato
Prima apparizione
2026-02-01
Aggiornato
2026-03-10

Browse more skills from pluginagentmarketplace/custom-plugin-graphql

Risposte rapide

Che cos'è graphql-fundamentals?

Concetti fondamentali di Master GraphQL: tipi, query, mutazioni e abbonamenti Fonte: pluginagentmarketplace/custom-plugin-graphql.

Come installo graphql-fundamentals?

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

Dov'è il repository sorgente?

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