Rüdiger zu Dohna
Rüdiger zu Dohna
Okay, I didn't catch that. On some containers, it may be necessary to packaging a GraphQL implementation into the application (including jboss-logging). But when deploying to OpenLiberty or WildFly, this...
> but it'll be ignored for the copy packaged in the underlying runtime IIUC, it's the other way around. Even worse: it might be picked for some calls but not...
I have no idea what Kotlin is producing here. Looks like it's using internal classes in `sun.reflect.generics.reflectiveObjects`. Maybe you can investigate and provide a PR?
@NfNitLoop: thanks for your input. Would you like to turn this into a PR for a new page in the `docs` folder? BTW: you don't have to add `@JsonProperty` to...
Do I get this right: it would work, if you would only receive the types you are interested in? In other words: it only fails, if you actually receive a...
Of course! You're right. The "filtering" already happens (practically) via the fragments you specify; the empty `{}`s are just a bit ugly. So forget what I've said before. This is...
sorry for the delay... > 1. can the signature of io.smallrye.graphql.client.impl.typesafe.reflection.TypeInfo.subtype(String) be changed to Optional yes, sure. > 2. where are you defining the config and reading them? We use...
I've tried to create a reproducer, but that's tough, as it fails only sporadically. And I can't share the production code. But the `ConcurrentModificationException` happens in `Smallrye GraphQL` in the...
I just looked it up in [the spec](https://spec.graphql.org/draft/#sec-Unions.Type-Validation): "Scalar, Interface and Union types must not be member types of a Union.".
sorry, wrong resolution