kailyak

Results 12 comments of kailyak

Hi @hpuac, an update, I looked into this and it's not possible right now due to the way federation-jvm transforms the schema using default options. I have opened an [issue...

Hi @JocyW thank you for the contribution! Apologies on the delay, this will be looked into later this week.

Hi @hpuac, thank you for the feedback and report. To make sure I'm understanding: the use case is, in the case of a customized `GraphQLError` arising from data fetching, the...

Hello, I replicated the behavior via this datafetcher, let me know if it's a different case: ``` @DgsQuery fun dataFetcherResult(): DataFetcherResult { return DataFetcherResult.newResult().error( GraphQLError.newError() .message("A DataFetchingException error occurred while...

Thanks for opening the issue. We currently do not support batch requests since this is not widely used internally. We will add it to our backlog to prioritize for future...

Hello @lthoulon-locala. Can you explain more about what steps you are taking to use GraphiQL and where in that process you are getting the error?

Hi @annarafaeladev. What version of the dgs-codegen are you using? The generateClientv2 configuration option was created to allow users to opt into the v2 API. It's still there for legacy...

I noticed that the version you are using for the dgs BOM is bit outdated at v3.10.2. Right now latest is [v8.6.1](https://github.com/Netflix/dgs-framework/releases). Can you try upgrading to the latest version?...

Hi @AshaBPatil, I'm not able to reproduce this with the current version of the framework running springboot 3.2 as the dgs application boots successfully. I noticed error message mentions testClass...