Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Graphql-code-generator Alternatives
Similar projects and alternatives to graphql-code-generator
-
TypeGraphQL
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
-
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
TypeORM
ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
-
contentful-typescript-codegen
Generate TypeScript interfaces from a Contentful environment
-
redux-toolkit
The official, opinionated, batteries-included toolset for efficient Redux development
-
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
graphql-js
A reference implementation of GraphQL for JavaScript
-
graphql-spec
GraphQL is a query language and execution engine tied to any backend service.
-
graphql-codegen-relay-plugins
Use the power of the relay-compiler with every GraphQL project!
-
-
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
prisma1
💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
-
graphql-cli
📟 Command line tool for common GraphQL development workflows
-
graphql-inspector
🕵️♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage
-
-
graphql-eslint
ESLint parser, plugin and set rules for GraphQL (for schema and operations). Easily customizable with custom rules. Integrates with IDEs and modern GraphQL tools.
-
WhatsApp-Clone-Client-React
https://www.tortilla.academy/Urigo/WhatsApp-Clone-Tutorial
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
graphql-code-generator reviews and mentions
-
The complete GraphQL Scalar Guide
In typescript and typescript-resolvers plugin v4.0.1, we have reverted the default ID Scalar input type to string. Read the pull request for more details.
-
Looking4Library: A GraphQL client that has query methods on the generated types
See https://github.com/dotansimha/graphql-code-generator with @graphql-codegen/typescript-graphql-request plugin
-
graphql-code-generator VS gqless - a user suggested alternative
2 projects | 2 Jun 2023
-
Making GraphQL Codegen Work For You: GraphQL Integration with React and TypeScript
Graphql Codegen is a code generation library for GraphQL that enables developers to generate custom code. It provides us developers with the ability to generate type definitions, query builders, documentation, and more by analyzing our GraphQL schemas. This makes it easier and faster to build GraphQL applications and reduces the time spent coding.
-
help wanted: Typescript GraphQL Types Response
Hey, not near a computer right now, but I hope this example can help you in the meantime: https://github.com/dotansimha/graphql-code-generator/tree/master/examples/typescript-esm
I guess just a PR against https://github.com/dotansimha/graphql-code-generator/blob/master/website/src/pages/docs/getting-started/index.mdx?
It is already incoming, with an example in the repository. 😇 https://github.com/dotansimha/graphql-code-generator/pull/8863
-
Why we ditched GraphQL for tRPC
GraphQL Codegen generates frontend types and React hooks from our GraphQL request definitions.
-
A journey towards a type-safe GraphQL API server
There are two main approaches to keeping the types of the GraphQL schema and entities in business logic in sync. You can generate the schema based on your TypeScript code (e.g. TypeGraphQL), or you can generate types based on your schema (e.g. GraphQL Code Generator). We opted for the latter since it slotted right into our existing GraphQL server implementation using Apollo Server.
-
[Discussion] Amount of teams choosing to break their backs implementing GraphQL APIs is too damn high
This https://www.the-guild.dev/graphql/codegen with plugins for backend and frontend
-
A note from our sponsor - Onboard AI
getonboard.dev | 1 Dec 2023
Stats
dotansimha/graphql-code-generator is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of graphql-code-generator is TypeScript.
Popular Comparisons
- graphql-code-generator VS nexus
- graphql-code-generator VS contentful-typescript-codegen
- graphql-code-generator VS TypeGraphQL
- graphql-code-generator VS TypeORM
- graphql-code-generator VS rtk-query-codegen
- graphql-code-generator VS lint-staged
- graphql-code-generator VS graphql-codegen-relay-plugins
- graphql-code-generator VS redux-toolkit
- graphql-code-generator VS orval
- graphql-code-generator VS next-auth-example