Brad Baker

Results 214 comments of Brad Baker

Tangential to this particular experimental directive but the fact that the graphql spec does not allow "directives" to be listed on their usage sites (fields / types etc...) means that...

The library is still building out at the moment. We are in a phase where we are building a graphql gateway AND building out the Nadel library at the same...

> In general, I'm not very keen on having this, as all other semantic conventions we have are quite abstract, like db or http, without knowledge about the concrete DB...

ps. I am one of the maintainers of graphql-java so my server side graphql knowlege is ok but I am trying to work out this as a client side consumer...

Ahh worked it out just after I typed all this The model classes MUST be public. So ``` public class Query { @GraphQLVariable(name = "byName", scalar = "String") public List...

JDK 17 ``` Benchmark Mode Cnt Score Error Units GetterAccessBenchmark.measureDirectAccess thrpt 15 458411420.717 ± 34329506.990 ops/s 0% GetterAccessBenchmark.measureLambdaAccess thrpt 15 334158880.091 ± 10666070.698 ops/s 27% slower GetterAccessBenchmark.measureReflectionAccess thrpt 15 63181868.566...

This is tricky one to fix. Because the code involved does not always know the path to the offending field. Sometimes it does know the path to it but there...

@arlampin See https://github.com/graphql-java/graphql-java/pull/2985

We wont be using byte code generation - its price is too high for the pay off

Can you please write a small reproduction program please. Either a Java program or a Groovy test snippet. I want to see how you parsed the AST above, then see...