Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphQlTester.Builder<T extends GraphQlTester.Builder<T>>
A builder to create a
GraphQlTester instance. |
Modifier and Type | Interface and Description |
---|---|
static interface |
WebGraphQlTester.Builder
A builder to create a
WebGraphQlTester instance. |
Modifier and Type | Method and Description |
---|---|
static GraphQlTester.Builder<?> |
GraphQlTester.builder(GraphQlService service)
Return a builder with options to initialize a
GraphQlTester . |