Unit test for HttpGraphQlClient in spring boot 3 and java 17 with Mockito and Junit?
hi I am using HttpGraphQlClient from package spring-boot-starter-graphql in spring boot 3 with java 17. Now i am stuck with writing the unit test cases for the method.
Spring-boot GraphQl output map to data issue
I’ve to map a graphql response in a data object. But in the end, the data is null.