KushagraBindal
KushagraBindal
For ZoneId I have seen some response on https://github.com/leangen/graphql-spqr/issues/228 In my case I have applied the above logic and my ZoneId is loaded successfully. But in my case my ZoneId...
I am having a class Foo & Boo public class Foo{ String a; } public class Boo extends Foo{ String b; } Boo will be my output object in .graphqls...
While trying to execute the project using below query { book(id: "123") { title authors publisher } } I am getting below error. { "data": null, "errors": [ { "message":...