- getHandler() - Method in class com.networknt.graphql.router.GraphqlRouter
-
- getMutationExecutionStrategy() - Method in interface com.networknt.graphql.router.ExecutionStrategyProvider
-
Return an execution strategy to use for mutations or null to use the default.
- getQuery() - Method in class com.networknt.graphql.router.models.QueryParameters
-
- getQueryExecutionStrategy() - Method in interface com.networknt.graphql.router.ExecutionStrategyProvider
-
Return an execution strategy to use for queries or null to use the default.
- getSchema() - Method in interface com.networknt.graphql.router.SchemaProvider
-
- getSubscriptionExecutionStrategy() - Method in interface com.networknt.graphql.router.ExecutionStrategyProvider
-
Return an execution strategy to use for subscriptions or null to use the default.
- getVariables() - Method in class com.networknt.graphql.router.models.QueryParameters
-
- GraphqlEndpointSource - Class in com.networknt.graphql.router
-
Lists standard GraphQl endpoints at /graphql (or as reconfigured in Graphql.config)
- GraphqlEndpointSource() - Constructor for class com.networknt.graphql.router.GraphqlEndpointSource
-
- GraphqlGetHandler - Class in com.networknt.graphql.router.handlers
-
This is the handler to handle graphql get request.
- GraphqlGetHandler() - Constructor for class com.networknt.graphql.router.handlers.GraphqlGetHandler
-
- GraphqlOptionsHandler - Class in com.networknt.graphql.router.handlers
-
Handle introspection queries issued using the http OPTIONS request method.
- GraphqlOptionsHandler() - Constructor for class com.networknt.graphql.router.handlers.GraphqlOptionsHandler
-
- GraphqlPathHandler - Class in com.networknt.graphql.router.handlers
-
Map requests that come into the /graphql path to the appropriate handler by the used request method.
- GraphqlPathHandler() - Constructor for class com.networknt.graphql.router.handlers.GraphqlPathHandler
-
- GraphqlPostHandler - Class in com.networknt.graphql.router.handlers
-
GraphQL post request handler
- GraphqlPostHandler() - Constructor for class com.networknt.graphql.router.handlers.GraphqlPostHandler
-
- GraphqlRouter - Class in com.networknt.graphql.router
-
Router of the graphql request to map different handlers.
- GraphqlRouter() - Constructor for class com.networknt.graphql.router.GraphqlRouter
-
- GraphqlSubscriptionHandler - Class in com.networknt.graphql.router.handlers
-
Handles and manages websocket connections for use in graphql subscriptions.
- GraphqlSubscriptionHandler() - Constructor for class com.networknt.graphql.router.handlers.GraphqlSubscriptionHandler
-