graphql-directive
GraphQL directive library
Provides a set of reusable GraphQL directives for validation, authorization, and sanitization
Offers a collection of GraphQL directives for easy validation, authorization, and sanitation, simplifying the implementation of complex functionality in GraphQL APIs. It ensures secure and efficient GraphQL APIs with pre-built solutions.
4 stars
1 watching
0 forks
Language: TypeScript
last commit: over 1 year ago
Linked from 1 awesome list
authorizationdirectivegraphqlgraphql-directivetypescriptvalidationvalidator
Related projects:
Repository | Description | Stars |
---|---|---|
confuser/graphql-constraint-directive | A package to validate input data in GraphQL queries using constraints and directives. | 569 |
incetarik/nestjs-graphql-zod | A library that provides a way to work with GraphQL objects using Zod validation objects. | 85 |
quramy/ts-graphql-plugin | A TypeScript plugin for GraphQL development that provides tools for auto-completion, query validation, type generation, and more. | 723 |
prismake/typegql | A set of decorators and tools for creating GraphQL APIs in a type-safe manner | 424 |
urigo/graphql-modules | Toolset for creating reusable and maintainable GraphQL server modules | 1,311 |
michallytek/type-graphql | A framework for building GraphQL APIs with TypeScript using classes and decorators. | 8,039 |
moientajik/graphql.tools | Generates C# classes from a GraphQL schema | 95 |
urigo/graphql-cli | A command-line tool for managing GraphQL development workflows and projects. | 2,000 |
kamilkisiela/graphql-inspector | A tool for validating GraphQL schemas and detecting changes between them. | 1,650 |
omar-dulaimi/graphql-shield-generator | Automatically generates a shield to restrict access to sensitive data in GraphQL schemas. | 9 |
gqty-dev/gqty | An alternative GraphQL client library for TypeScript applications that automates data requirements and integrates with Next.js and other Node.js frameworks. | 932 |
kolpakov-p/zod-to-nestjs-graphql | A package to generate GraphQL types from zod contracts in TypeScript. | 20 |
modevol-com/gqloom | A GraphQL framework that weaves schemas and resolvers using various validation libraries. | 7 |
chkimes/graphql-net | Converts GraphQL queries to IQueryable for executing on databases using ORM systems. | 892 |
contra/graphql-helix | A utility library for building GraphQL HTTP servers with minimal dependencies and flexibility | 829 |