Chirdeep Tomar

Results 14 comments of Chirdeep Tomar

Federation is a specification by Apollo. Apollo already provides federation library that can be added to an existing Graphql Java project to support federation. When I added that dependency into...

We have a Spring Boot GraphQL server and we recently added federation-jvm to it as we moved to microservices architecture and the types just worked without having the change the...

Sure, I can do that. Would be interesting to see the patch and try to understand it.

@aklish Not compiling with Adopt Open JDK 16 on home machine, updating max sdk version to 16 not working either. So will test at work with JDK 11.

@aklish Finally able to compile on Java 11, I don't see enableFederation exposed via ElideStandaloneSettings so unable to override and see if _service is coming through? Btw, the intent with...

I haven't profiled it yet but just looked at windows task manager straight after booting standalone up, I am using AdoptJDK with Hotspot. Even the standalone example of yours, took...

Wouldn't just eager loading be a better approach with Hibernate than lazy loading as you already know what the query is and user definietly wants those nested fields back? Apologies,...

@aklish Hibernate is lazy by default. JPQL supports selection of given fields as per https://thorben-janssen.com/jpql/ (please check Scalar Value section). Sending all columns from the database to API is not...

Same problem with analytical queries, I have a query name empoyeeCountByCountry but swagger UI is generated for all GET/POST/PUT/Delete. I want to be able to define in HJSON that this...