graphql

Installation
SKILL.md

GraphQL

Schema design, queries, mutations, and tooling.

Schema Definition

# Type definitions
type User {
  id: ID!
  email: String!
  name: String
  posts: [Post!]!
  createdAt: DateTime!
}
Installs
8
GitHub Stars
3
First Seen
Feb 21, 2026
graphql — 1mangesh1/dev-skills-collection