-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add utility for testing components that use GraphQlClient #1144
Comments
I'm not sure what You could also consider ExecutionGraphQlServiceTester, essentially |
google in it's infinite wisdom is having problems locating the reference/example documentation to baeldung has some though |
I guess we're mixing things a bit here: what we'd like to test and how we'd like to test it, what Spring GraphQL can do to help and if/how Spring Boot can provide a test slice for this case. I think that reproducing |
We're actively building a lot of code to integrate existing microservices into other services that are moving to a graphql interface. For now our services will remain REST. our services are "client only". What I'm looking for is an option akin to spring core's
RestClientTest
, where I can very quickly stub our limited responses with static responses. No idea for API at this time.The text was updated successfully, but these errors were encountered: