GraphQL framework based on light-4j
Developer Chat | Documentation | Contribution Guide |
This module controls the configuration for GraphQL service and share some static variables with other modules to make the dependencies much simpler.
This module provides RouteHandler and SchemaProvider interfaces and implement both GET and POST handlers for GraphQL.
This is the handler that should be put before graphql-validator. There is no need to do any validation if JWT token does not exist in the request header.
Basic request validation for the graphql path and methods. It is the first line of validation right after graphql-security and it doesn't have any knowledge about the graphql query parameter and body.