Kavitha Srinivasan

Results 219 comments of Kavitha Srinivasan

@jord1e - What exactly is the issue? This should work fine in your case, no? ``` val dataloader1 = dfe.getDataLoader(PersonByIdDataLoader::class.java) ``` The above should anyway handle the case where the...

Discussed in https://github.com/Netflix/dgs-framework/discussions/880

We have moved to the newer `graphql-transport-ws` protocol and the older will no longer be actively maintained.

Which version are you using? Have you tried using the latest release?

Is this an issue with the default exception handler or only when you are using a custom one? Because it is required to handle InvocationTargetException in the case of entities....

Ah ok, I understand better now. What does your custom exception handler look like?

Yes if its in a custom exception handler, you do need to check for InvocationTargetException in the case of handling for entities. On Tue, Jul 26, 2022 at 12:08 AM...

Sorry, haven't been able to prioritize this yet. The implementation should be straightforward to add. I'll try looking into adding some support in the next couple weeks. However, in the...

Thanks for the request. We will look into supporting this in a future release.

Not sure actually, but looking at the code, it seems like this should trigger. Will look into this more.