graphql-middleware
Resolver wrapper
Simplifies GraphQL schema management by layering additional functionality around resolvers.
Split up your GraphQL resolvers in middleware functions
1k stars
13 watching
58 forks
Language: TypeScript
last commit: 8 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
michallytek/type-graphql | A framework for building GraphQL APIs with TypeScript using classes and decorators. | 8,039 |
monojack/graphql-normalizr | Transforms GraphQL responses into a normalized data structure suitable for caching and state management. | 194 |
mickhansen/graphql-sequelize | A package that simplifies the use of GraphQL with Sequelize models in MySQL and Postgres databases. | 1,897 |
rebing/graphql-laravel | A PHP package that enables Laravel applications to interact with GraphQL servers | 2,131 |
quramy/ts-graphql-plugin | A TypeScript plugin for GraphQL development that provides tools for auto-completion, query validation, type generation, and more. | 723 |
josephwoodward/graphiql-dotnet | Middleware for ASP.NET Core applications to provide a GraphiQL UI for GraphQL APIs | 142 |
moientajik/graphql.tools | Generates C# classes from a GraphQL schema | 95 |
kolpakov-p/zod-to-nestjs-graphql | A package to generate GraphQL types from zod contracts in TypeScript. | 20 |
pateketrueke/svql | A wrapper for Svelte 3 applications to simplify GraphQL API interactions | 61 |
graphql/swapi-graphql | A GraphQL schema and server wrapping SWAPI to provide an accessible API | 1,045 |
modevol-com/gqloom | A GraphQL framework that weaves schemas and resolvers using various validation libraries. | 7 |
the-road-to-graphql/react-graphql-client-library | A minimal GraphQL client for React applications | 15 |
arackaf/micro-graphql-react | A simple GraphQL client with extensible cache invalidation features. | 531 |
healx/python-graphjoiner | Implementing GraphQL with joins to resolve data queries efficiently | 2 |
prismake/typegql | A set of decorators and tools for creating GraphQL APIs in a type-safe manner | 424 |