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