Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionGraphQlService
Implementation of
GraphQlService that performs GraphQL request execution
through GraphQL.executeAsync(ExecutionInput) . |
Modifier and Type | Method and Description |
---|---|
static GraphQlTester.Builder<?> |
GraphQlTester.builder(GraphQlService service)
Return a builder with options to initialize a
GraphQlTester . |
static GraphQlTester |
GraphQlTester.create(GraphQlService service)
Create a
GraphQlTester that performs GraphQL requests through the
given GraphQlService . |
Modifier and Type | Method and Description |
---|---|
static WebGraphQlHandler.Builder |
WebGraphQlHandler.builder(GraphQlService graphQlService)
Provides access to a builder to create a
WebGraphQlHandler instance. |