Uses of Record Class
io.evitadb.externalApi.graphql.io.GraphQLResponse
Packages that use GraphQLResponse
-
Uses of GraphQLResponse in io.evitadb.externalApi.graphql.io
Methods in io.evitadb.externalApi.graphql.io that return GraphQLResponseModifier and TypeMethodDescriptionstatic <T> GraphQLResponse<T>GraphQLResponse.fromExecutionResult(graphql.ExecutionResult executionResult) Methods in io.evitadb.externalApi.graphql.io that return types with arguments of type GraphQLResponseModifier and TypeMethodDescriptionprotected io.evitadb.externalApi.http.EndpointResponse<GraphQLResponse<?>>GraphQLHandler.doHandleRequest(GraphQLHandler.GraphQLEndpointExchange exchange) Methods in io.evitadb.externalApi.graphql.io with parameters of type GraphQLResponseModifier and TypeMethodDescriptionprotected voidGraphQLHandler.writeResult(GraphQLHandler.GraphQLEndpointExchange exchange, OutputStream outputStream, GraphQLResponse<?> response)