pothos
GraphQL builder
A plugin-based GraphQL schema builder for TypeScript that leverages type inference and TypeScript's powerful type system
Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
2k stars
13 watching
163 forks
Language: TypeScript
last commit: 9 days ago
Linked from 1 awesome list
graphqltypescript
Related projects:
Repository | Description | Stars |
---|---|---|
graphql-nexus/nexus | A framework for building GraphQL schemas with TypeScript and JavaScript using a code-first, type-safe approach. | 3,398 |
michallytek/type-graphql | A framework for building GraphQL APIs with TypeScript using classes and decorators. | 8,039 |
ardatan/graphql-tools | A utility library for building and stitching GraphQL schemas in TypeScript. | 5,351 |
graphql/graphql-js | A reference implementation of GraphQL in JavaScript. | 20,088 |
dotansimha/graphql-yoga | A GraphQL server implementation with focus on ease of setup, performance, and developer experience | 8,249 |
prismake/typegql | A set of decorators and tools for creating GraphQL APIs in a type-safe manner | 424 |
dotansimha/graphql-code-generator | A tool that generates code from GraphQL schemas and operations | 10,856 |
graphql-editor/graphql-zeus | A tool for generating strongly typed GraphQL clients from a schema | 1,943 |
stepci/garph | A full-stack GraphQL framework for building and managing GraphQL APIs in TypeScript. | 1,313 |
cerinoligutom/graphql-starter | A TypeScript-based boilerplate for building RESTful APIs and GraphQL services with Node.js, Express, and Apollo GraphQL. | 103 |
graphql-compose/graphql-compose | Toolkit for generating complex GraphQL schemas from schema definitions and data models. | 1,208 |
quramy/ts-graphql-plugin | A TypeScript plugin for GraphQL development that provides tools for auto-completion, query validation, type generation, and more. | 723 |
apollographql/apollo-server | A GraphQL server for building production-ready APIs with schema-first development and universal compatibility. | 13,794 |
graph-gophers/graphql-go | A GraphQL library for Go with support for easy use and multiple features. | 4,652 |
piglovesyou/graphql-let | A tool that automates the generation of TypeScript code from GraphQL queries | 454 |