Skip navigation links
Spring GraphQL

Spring GraphQL 1.0.0-SNAPSHOT API

This is the public API documentation for the Spring GraphQL project.

See: Description

Packages 
Package Description
org.springframework.graphql
Top level abstractions for processing GraphQL requests including GraphQlService for executing a request and RequestInput to represent the input for a request.
org.springframework.graphql.data
Support for integrating Spring Data data fetchers.
org.springframework.graphql.execution
Support for GraphQL request execution, including abstractions to configure and invoke GraphQL.
org.springframework.graphql.test.tester
GraphQL client testing support.
org.springframework.graphql.web
Support for executing GraphQL requests over the Web, including handlers for HTTP and WebSocket.
org.springframework.graphql.web.webflux
HTTP and WebSocket handlers for use in a Spring WebFlux application.
org.springframework.graphql.web.webmvc
HTTP and WebSocket handlers for use in a Spring WebMvc application.

This is the public API documentation for the Spring GraphQL project.

Skip navigation links
Spring GraphQL