You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a WebMVC project and writing some tests with GraphQlTester, and I found the GraphQlTester is dependent on WebClient or WebTestClient which is part of spring-webflux.
So I think it is better to add spring-webflux as dependency of spring-graphql-test by default.
The text was updated successfully, but these errors were encountered:
When creating a WebMVC project and writing some tests with
GraphQlTester
, and I found the GraphQlTester is dependent onWebClient
orWebTestClient
which is part ofspring-webflux
.So I think it is better to add
spring-webflux
as dependency ofspring-graphql-test
by default.The text was updated successfully, but these errors were encountered: