·graphql-apollo-server
</>

graphql-apollo-server

pluginagentmarketplace/custom-plugin-graphql

Erstellen Sie Produktions-GraphQL-Server mit Apollo Server, Plugins und Federation

6Installationen·0Trend·@pluginagentmarketplace

Installation

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

SKILL.md

Learn to build scalable GraphQL servers with Apollo Server 4, including middleware integration, custom plugins, federation, and production best practices.

| Server | @apollo/server | Core server | | Express | @apollo/server/express4 | Express integration | | Plugins | @apollo/server/plugin/ | Extensibility | | Federation | @apollo/subgraph | Microservices |

| CORS errors | Missing middleware | Add cors() before expressMiddleware | | 503 on shutdown | No drain | Add DrainHttpServer plugin | | Memory leak | Global loaders | Create per-request | | Slow startup | Large schema | Use schema caching |

Erstellen Sie Produktions-GraphQL-Server mit Apollo Server, Plugins und Federation Quelle: pluginagentmarketplace/custom-plugin-graphql.

Original anzeigen

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-server
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist graphql-apollo-server?

Erstellen Sie Produktions-GraphQL-Server mit Apollo Server, Plugins und Federation Quelle: pluginagentmarketplace/custom-plugin-graphql.

Wie installiere ich graphql-apollo-server?

Ö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-server 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