ما هي graphql-fundamentals؟
المفاهيم الأساسية لـ Master GraphQL - الأنواع والاستعلامات والطفرات والاشتراكات المصدر: pluginagentmarketplace/custom-plugin-graphql.
المفاهيم الأساسية لـ Master GraphQL - الأنواع والاستعلامات والطفرات والاشتراكات
ثبّت مهارة الذكاء الاصطناعي graphql-fundamentals بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: 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 |
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-fundamentalsBrowse more skills from pluginagentmarketplace/custom-plugin-graphql
المفاهيم الأساسية لـ Master GraphQL - الأنواع والاستعلامات والطفرات والاشتراكات المصدر: pluginagentmarketplace/custom-plugin-graphql.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-graphql --skill graphql-fundamentals بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/pluginagentmarketplace/custom-plugin-graphql