Interface GraphQLWebClient
public interface GraphQLWebClient
-
Method Summary
Modifier and TypeMethodDescription<T> reactor.core.publisher.Flux<T><T> reactor.core.publisher.Flux<T>static GraphQLWebClientnewInstance(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper) reactor.core.publisher.Mono<GraphQLResponse>post(GraphQLRequest request) <T> reactor.core.publisher.Mono<T><T> reactor.core.publisher.Mono<T>
-
Method Details
-
newInstance
static GraphQLWebClient newInstance(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
post
-
post
-
post
-
flux
-
flux
-