Rüdiger zu Dohna
Rüdiger zu Dohna
@phillip-kruger: I don't understand what's happening, as the `UnsupportedOperationException` happens in the `buildExecutionService` build step of the `SmallRyeGraphQLProcessor`, but there's no `add` call in that method! Has to be something...
I'm not good at JavaScript ;-)
After googling a bit, I'd go with `window.location.href` and then make it relative. I assume that your ~~hack~~ solution won't be necessary any more ;-) BTW: I'd love to go...
> the location of the graphql-ui, not the location of the /graphql endpoint I assumed that these are relative to each other, but if Quarkus has a configuration option, that...
As a first step, I just wanted to prove that it's possible. What do you think?
Oh, yeah. I forgot about that one. Maybe `@NonInput` would still be more explicit? WDYT?
The trick with `@Ignore` isn't supported in the client. I could add that, but this would require explanation/learning. It's not obvious that ignoring a setter means it's not passed as...
The client still has its own logic to recognize and handle fields. It would be a major change to use the code from the `common` module. I assume that this...
I totally agree that we'll have to do much more before it's ready to be lifted into the spec.
`@Ignore(on=OUTPUT)` is what we've agreed on in the meeting.