Package | Description |
---|---|
org.springframework.graphql.test.tester |
GraphQL client testing support.
|
Modifier and Type | Method and Description |
---|---|
GraphQlTester.ResponseSpec |
GraphQlTester.ExecuteSpec.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.ResponseSpec> |
GraphQlTester.SubscriptionSpec.toFlux()
Return a
Flux of GraphQlTester.ResponseSpec instances, each representing an
individual subscription event. |