在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用rest-to-graphql
Convert REST API routes to GraphQL schema. Use when migrating APIs.
星标1
分支0
更新时间2026年6月16日 19:14
SKILL.md
readonly菜单
Convert REST API routes to GraphQL schema. Use when migrating APIs.
| name | rest-to-graphql |
| description | Convert REST API routes to GraphQL schema. Use when migrating APIs. |
Migrating REST to GraphQL means mapping endpoints to queries and mutations. This tool reads your REST routes and generates a GraphQL schema.
One command. Zero config. Just works.
npx ai-rest-to-graphql ./src/routes/
# Convert routes
npx ai-rest-to-graphql ./src/routes/
# Single file
npx ai-rest-to-graphql ./routes/users.ts -o schema.graphql
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-rest-to-graphql --help
Parses your REST route files to understand endpoints and response shapes. Then maps them to GraphQL types, queries, and mutations following best practices.
MIT. Free forever. Use it however you want.