Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
HttpGraphQlTester.Builder<B extends HttpGraphQlTester.Builder<B>>
Builder for the GraphQL over HTTP tester.
|
Modifier and Type | Method and Description |
---|---|
static HttpGraphQlTester.Builder<?> |
HttpGraphQlTester.builder(WebTestClient.Builder webTestClientBuilder)
Return a builder to initialize an
HttpGraphQlTester by creating
the underlying WebTestClient through the given builder. |
HttpGraphQlTester.Builder<?> |
HttpGraphQlTester.mutate() |