Package org.springframework.graphql.server.webflux
@NonNullApi
@NonNullFields
package org.springframework.graphql.server.webflux
HTTP and WebSocket handlers for use in a Spring WebFlux application.
-
ClassDescriptionSpring WebFlux handler to serve a GraphiQl UI page.WebFlux.fn Handler for GraphQL over HTTP requests.WebSocketHandler for GraphQL based on GraphQL Over WebSocket Protocol and for use in a Spring WebFlux application.Spring WebFlux functional handler that renders the
GraphQLSchema
printed viaSchemaPrinter
.