Kavitha Srinivasan

Results 219 comments of Kavitha Srinivasan

That is correct, we need to implement support for this as mentioned in my original comment.

Thanks for reporting this issue. Will investigate. If you are able to could you also share an example to reproduce? Thanks! On Wed, Jul 20, 2022 at 9:51 AM Georg...

Thanks, we do not support File uploads with webflux yet. On Mon, Jan 17, 2022 at 12:11 PM Bernardo Gomez Palacio < ***@***.***> wrote: > Thanks for reporting the issue...

We do not plan on adding support in the next few months at least, since WebFlux is not used internally. You are also the first to request this feature. We...

The `@connection` directive is processed at run time to generate the appropriate connection types. Codegeneration is therefore not aware of these types since it works with static schema. We will...

> @srinivasankavitha, Is there any progress on this? According to the documentation, this might have already been implemented. https://netflix.github.io/dgs/advanced/relay-pagination/#configuring-code-generation However, the same class was not generated for me. If you...

> We haven't yet worked through adding explicit support for apollo federation 2, so I do expect a few of our existing features will need to be reworked.

We could potentially expose a config property to do the same and apply that on the SchemaGenerator. I am a bit reluctant to add more properties though, since this is...

Apologies for the delayed responses. We've been a bit caught up with other priorities internally. I think it does make sense to just have a config property to expose this....

We will update such that the default option is to hide the comments. As an enhancement, we can also offer a configuration option to change this behavior. ``` ParserOptions.newParserOptions().captureLineComments(false) ```