Uses of Interface
org.springframework.graphql.test.tester.GraphQlTester.Response
-
Uses of GraphQlTester.Response in org.springframework.graphql.test.tester
Modifier and TypeMethodDescriptionGraphQlTester.Request.execute()
Execute the GraphQL request and return a spec for further inspection of response data and errors.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<GraphQlTester.Response>
GraphQlTester.Subscription.toFlux()
Return aFlux
ofGraphQlTester.Response
instances, each representing an individual subscription event.