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.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
WebGraphQlTester.WebRequestSpec
Extends
GraphQlTester.RequestSpec with further input options
applicable to Web requests. |
Modifier and Type | Method and Description |
---|---|
GraphQlTester.RequestSpec<?> |
GraphQlTester.query(String query)
Prepare to perform a GraphQL request with the given operation which may
be a query, mutation, or a subscription.
|