graphql-directive
There are 25 repositories under graphql-directive topic.
ravangen/graphql-rate-limit
🚦 Fixed window rate limiting middleware for GraphQL. Use to limit repeated requests to queries and mutations.
graphql-community/graphql-directive-auth
GraphQL directive for handling auth
grand-stack/graphql-auth-directives
Add authorization to your GraphQL API using schema directives.
graphql-calculator/graphql-calculator
A lightweight graphql calculation engine, which is used to alter execution behavior of query.
lirown/graphql-custom-directives
A collection of custom graphql directives
lirown/graphql-custom-directive
A custom directive for GraphQL which hooks the query or schema execution
graphql-community/graphql-directive-rest
GraphQL directive for easy integration with REST API
graphql-community/graphql-directive-computed-property
GraphQL directive for create computed property
thematters/apollo-response-cache
Caching and invalidation mechanisms (plugins, directives) of Apollo GraphQL
graphql-community/graphql-directive-uid
Generate uid for GraphQL schema
vsimko/node-graphql-constraint-lambda
GraphQL 'constraint' directive written in functional programming style
graphql-community/graphql-directive-template
Template for directives
ktutnik/graphql-directive
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.
Tomburgs/graphql-is-authenticated
👮 GraphQL directive for checking if user is authenticated
KeraphQL/graphql-citadel
🏰 Schema-first GraphQL custom schema directive for authentication and authorization.
andrew-go-code/graphql-directive-auth-style
String Boot GraphQL project with directive auth style
prantlf/graphql-resolvable-directive
Supports GraphQL custom directives that hook into the field execution.
WtfJoke/graphql-dgs-directives-demo
Repo to demonstrate GraphQL Directives with DGS Framework and Spring Boot
danstarns/graphql-code-directive
Use a GraphQL Schema Directive to define Javascript logic, have that logic executed as a resolver.
Edujugon/graphql-directive-resolve-as
Graphql directive to resolve fields as different prop names of the belonging object
ekkolon/graphql-werkzeug
A badass collection of pre-built and battle-tested directives for your GraphQL projects.
ifeanyi-ugwu/graphql-global-id-directive
graphql-global-id-directive is a package that includes a GlobalIdDirective class, which offers two directives: globalIdEncodeDirective and globalIdDecodeDirective. These directives handle the encoding and decoding of global IDs, making it a breeze to integrate global IDs into any GraphQL application.
KeraphQL/graphql-citadel-website
Website for KeraphQL/graphql-citadel
tw00/graphql-optimize-query
GraphQL query optimizer that evaluates "@include" and "@skip" client side.
ArchitectAK/graphql-directive-tutorial
Code repo for YouTube Tutorial on GraphQL Directives