nexus
Schema builder
A framework for building GraphQL schemas with TypeScript and JavaScript using a code-first, type-safe approach.
Code-First, Type-Safe, GraphQL Schema Construction
3k stars
33 watching
275 forks
Language: TypeScript
last commit: about 1 year ago
Linked from 1 awesome list
graphqlgraphql-nexusgraphql-schemanexustypescript
Related projects:
Repository | Description | Stars |
---|---|---|
graphql/graphql-js | A reference implementation of GraphQL in JavaScript. | 20,088 |
ardatan/graphql-tools | A utility library for building and stitching GraphQL schemas in TypeScript. | 5,351 |
hayes/pothos | A plugin-based GraphQL schema builder for TypeScript that leverages type inference and TypeScript's powerful type system | 2,344 |
dotansimha/graphql-code-generator | A tool that generates code from GraphQL schemas and operations | 10,856 |
apollographql/graphql-tag | A utility package for parsing and manipulating GraphQL queries in JavaScript. | 2,328 |
dotansimha/graphql-yoga | A GraphQL server implementation with focus on ease of setup, performance, and developer experience | 8,249 |
graffle-js/graffle | A minimal GraphQL client library for building JavaScript applications with strong type safety and support for Node and browser environments. | 5,871 |
graphql-compose/graphql-compose | Toolkit for generating complex GraphQL schemas from schema definitions and data models. | 1,208 |
idurar/fast-graphql | A tool for structuring and generating GraphQL schemas for Node.js applications | 5 |
graphql/graphql-spec | A collection of specifications and examples for building GraphQL APIs | 14,307 |
graphql-editor/graphql-editor | An IDE for designing and visualizing GraphQL schemas | 6,010 |
michallytek/type-graphql | A framework for building GraphQL APIs with TypeScript using classes and decorators. | 8,039 |
graphql-go/graphql | An implementation of GraphQL schema and query execution in Go. | 9,920 |
inblack67/graphql-next-setup | A Next.js project that sets up an Apollo Server and Client with Nexus Schema using TypeScript. | 3 |
prismake/typegql | A set of decorators and tools for creating GraphQL APIs in a type-safe manner | 424 |