Etienne Hardy

Results 28 comments of Etienne Hardy

Will come up with an updated PR testing the plugin approach. Would the plugin need to be HTTP based? I'm thinking everything could be in code, with the Federation v2...

That's great news @tot-ra! Thanks for looking into this. I'll leave you to review the PR, if you think any change has to be made, let me know.

Hello @sofger , this is something we are currently evaluating on our end. There will most probably be some library updates at a minimum. We will be happy to contribute...

FYI, the PR for federation v2 has officially been opened. https://github.com/pipedrive/graphql-schema-registry/pull/142

Just bumped into this issue. `getInitialSet()` scans for classes annotated with `@Document`. Would it make sense for it to also look for classes annotated with `@TypeAlias`? Seems to me like...

We have done just that in our forked version of the registry in order to support GraphQL Federation v2. We have added an API endpoint that returns the fully built...

@flou We haven't faced such an issue since we are not using Router yet. We are still using a node.js based GraphQL Gateway. We are planning to move to Router...

Hello @srinivasankavitha, the problem, described in [#1088](https://github.com/Netflix/dgs-framework/discussions/1088), is that DGS does not distinguish between input fields that were explicitly set to `null` from fields that were absent from the GraphQL...

Sure thing! Also need to find some time, but will get to it 😁 Thank you @srinivasankavitha