| Package | Description |
|---|---|
| org.springframework.graphql.test.tester |
GraphQL client testing support.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebGraphQlTester
Main entry point for testing GraphQL over a Web transport with requests
executed
via WebTestClient or
via WebGraphQlHandler. |
| Modifier and Type | Method and Description |
|---|---|
GraphQlTester |
GraphQlTester.Builder.build()
Build the
GraphQlTester. |
static GraphQlTester |
GraphQlTester.create(GraphQlService service)
Create a
GraphQlTester that performs GraphQL requests through the
given GraphQlService. |