Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Method and Description |
---|---|
GraphQlTester.Response |
GraphQlTester.Request.execute()
Execute the GraphQL request and return a spec for further inspection of
response data and errors.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Flux<GraphQlTester.Response> |
GraphQlTester.Subscription.toFlux()
Return a
Flux of GraphQlTester.Response instances, each representing an
individual subscription event. |