Skip navigation links
C E F G H L O Q R S 

C

com.networknt.graphql.router - package com.networknt.graphql.router
 
com.networknt.graphql.router.handlers - package com.networknt.graphql.router.handlers
 
com.networknt.graphql.router.models - package com.networknt.graphql.router.models
 

E

ExecutionStrategyProvider - Interface in com.networknt.graphql.router
ExecutionStrategyProvider interface that is used to inject execution strategy implementations into the framework.

F

from(Map) - Static method in class com.networknt.graphql.router.models.QueryParameters
 

G

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
 

H

handleRequest(HttpServerExchange) - Method in class com.networknt.graphql.router.handlers.GraphqlGetHandler
 
handleRequest(HttpServerExchange) - Method in class com.networknt.graphql.router.handlers.GraphqlOptionsHandler
For introspection queries, we execute the built in query supplied in graphql-java without any parameters.
handleRequest(HttpServerExchange) - Method in class com.networknt.graphql.router.handlers.GraphqlPathHandler
Map requests that come to the graphql endpoint within graphql.yml to either GET or POST.
handleRequest(HttpServerExchange) - Method in class com.networknt.graphql.router.handlers.GraphqlPostHandler
 

L

listEndpoints() - Method in class com.networknt.graphql.router.GraphqlEndpointSource
 

O

onConnect(WebSocketHttpExchange, WebSocketChannel) - Method in class com.networknt.graphql.router.handlers.GraphqlSubscriptionHandler
 

Q

QueryParameters - Class in com.networknt.graphql.router.models
Graphql clients can send GET or POST HTTP requests.
QueryParameters() - Constructor for class com.networknt.graphql.router.models.QueryParameters
 

R

render(Map<String, Object>, String) - Static method in class com.networknt.graphql.router.RenderGraphiQL
 
RenderGraphiQL - Class in com.networknt.graphql.router
GraphiQL implementation
RenderGraphiQL() - Constructor for class com.networknt.graphql.router.RenderGraphiQL
 

S

SchemaProvider - Interface in com.networknt.graphql.router
SchemaProvider interface that is used to inject schema implementation to the framework.
C E F G H L O Q R S 
Skip navigation links

Copyright © 2023. All rights reserved.