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.