Uses of Class
org.restheart.graphql.exchange.GraphQLRequest
Packages that use GraphQLRequest
-
Uses of GraphQLRequest in org.restheart.graphql
Methods in org.restheart.graphql that return types with arguments of type GraphQLRequestModifier and TypeMethodDescriptionFunction<io.undertow.server.HttpServerExchange,GraphQLRequest>GraphQLService.request()Methods in org.restheart.graphql with parameters of type GraphQLRequestModifier and TypeMethodDescriptionvoidGraphQLService.handle(GraphQLRequest request, MongoResponse response) -
Uses of GraphQLRequest in org.restheart.graphql.exchange
Methods in org.restheart.graphql.exchange that return GraphQLRequestModifier and TypeMethodDescriptionstatic GraphQLRequestGraphQLRequest.init(io.undertow.server.HttpServerExchange exchange, String appUri, GraphQLApp appDefinition)static GraphQLRequestGraphQLRequest.of(io.undertow.server.HttpServerExchange exchange)