Package | Description |
---|---|
org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL . |
org.springframework.graphql.server.webflux |
HTTP and WebSocket handlers for use in a Spring WebFlux application.
|
org.springframework.graphql.server.webmvc |
HTTP and WebSocket handlers for use in a Spring WebMvc application.
|
Modifier and Type | Method and Description |
---|---|
GraphQlSource |
GraphQlSource.Builder.build()
Build the
GraphQlSource instance. |
Constructor and Description |
---|
DefaultExecutionGraphQlService(GraphQlSource graphQlSource) |
Constructor and Description |
---|
SchemaHandler(GraphQlSource graphQlSource) |
Constructor and Description |
---|
SchemaHandler(GraphQlSource graphQlSource) |