GraphQL Schema Generator

中级development最低上下文:32K

Designs GraphQL schemas from domain descriptions or existing data models. Produces typed SDL with queries, mutations, subscriptions, input types, enums, and interfaces, following naming conventions, pagination patterns (Relay-style connections), and error-handling best practices. Can also generate resolvers scaffolding and map schemas to existing REST or SQL backends.

使用场景

  • Designing a GraphQL schema for a new product domain
  • Adding Relay-style pagination to existing types
  • Generating resolver stubs from an SDL schema
  • Mapping a REST or SQL data model to GraphQL types
  • Reviewing a schema for naming and nullability best practices

示例提示词

Design a GraphQL schema for a blogging platform with users, posts, comments, and tags.
Requirements:
- Relay-style cursor pagination on posts and comments
- Mutations for creating/updating/deleting posts with input types
- A subscription for new comments on a post
- Proper nullability and an error-handling convention

Output the SDL and a brief explanation of the key design decisions.

推荐模型

兼容工具

claude-codecursorkiroany

模态

输入: text, code
输出: code, text

相关 Skills

作者

OpenModels Community

@openmodelsrun