@Prince_Shivhare I got compilation error and after changing below code it fixed the issue and build failure also did not come. RuntimeWiring runtimeWiring = RuntimeWiring.newRuntimeWiring()
.type("Query", builder -> builder.dataFetcher("hello", new StaticDataFetcher("world")))
...