Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
GraphQlTester.RequestSpec<T extends GraphQlTester.RequestSpec<T>>
Declare options to gather input for a GraphQL request and execute it.
|
static interface |
WebGraphQlTester.WebRequestSpec
Extends
GraphQlTester.RequestSpec with further input options
applicable to Web requests. |