Dariusz Kuc
Dariusz Kuc
**Library Version** 6.1.0 **Describe the bug** Federation v1 defined scalar as `_FieldSet`. Federation v2 introduced namespacing of the federated definintions (defaults to `federation__` unless explicitly imported through `@link` directive) and...
**Is your feature request related to a problem? Please describe.** `graphql-kotlin-client` currently supports query and mutation operations. We should provide support for subscription operations as well. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway....
Request parameter section currently specifies > Note: Specifying null in JSON (or equivalent values in other formats) as values for optional request parameters is equivalent to not specifying them at...
### What happened? If schema specifies non-nullable `@external` fields that are not part of the `@key` field set, entity resolution will blow up trying to coerce `nil` to a target...
Federation v2 support was added in v6 using an opt-in mechanism. In the next major release we should default to Federation v2 and provide an explicit opt-out to fallback to...
In the next major release we should update Kotlin to version 1.7. Many of our dependent libraries already updated to the new 1.7 baseline.
### Discussed in https://github.com/ExpediaGroup/graphql-kotlin/discussions/1565 Originally posted by **hchen** September 29, 2022 Hi team, we are getting the following errors when trying to use `@ExternalDirective` and `@RequiresDirective` in base type. ```...
Generate SDL task/mojo currently do not allow configuring this option and instead rely on the defaults provided by `graphql-java`. Since it is possible to configure this option when build a...
Generic `GraphQLContext` object map was deprecated in `graphql-kotlin` v5 (and `graphql-java` v17). We should clean up our logic and drop the support for the generic object in the next major...