webpod/graphql-megaera
GraphQL to TypeScript Generator
This tool helps developers working with GraphQL APIs streamline their data handling. You feed it your GraphQL query files, and it automatically generates corresponding TypeScript types. This ensures your application's code accurately reflects the structure of the data you expect from the GraphQL server, making your development process smoother and less error-prone. It's ideal for front-end or back-end developers building applications that consume GraphQL data.
No commits in the last 6 months. Available on npm.
Use this if you are a developer regularly writing GraphQL queries and need to ensure your TypeScript code accurately matches the data structure those queries will return, without manually writing all the types.
Not ideal if you are not using GraphQL or TypeScript, or if you prefer to define all your data types manually.
Stars
46
Forks
1
Language
TypeScript
License
MIT
Category
Last pushed
Dec 01, 2024
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/webpod/graphql-megaera"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mk3008/rawsql-ts
SQL-first lifecycle toolkit for testing, inspecting, and evolving database applications.
helios1138/graphql-typed-client
A tool that generates a strongly typed client library for any GraphQL endpoint. The client...
Shopify/syrup
A type-safe GraphQL model generator for Kotlin, Swift, and TypeScript.
denisart/graphql-query
Complete Domain Specific Language (DSL) for GraphQL query in Python.
swapnilmj/web-vqd
Design SQL "select" queries visually. SQL "joins" by drag-n-drop.