Samuel Vazquez
Samuel Vazquez
yes, once we make the update, we can cherry pick it to 6.x.x
Hi @acao yes, sorry! forgot to switch the npm registry, will apply the changes, along with some fixes regarding building the payload for the HTTP request. Also if needed we...
@acao i just make the changes, also update the README.md
Hi all, an update here!, just added an option to also batch using aliases, took the batching algorithm from https://github.com/ardatan/graphql-tools/blob/master/packages/batch-execute/src/mergeRequests.ts 
Hi everyone, just circling back here, would it still make sense to have this plugin ? we are already using it but publishing it internally. We believe that this is...
>When including input fields, the execution time is 7-10 times worse. In fact, this means that we have to run up to 10 times more instances to handle the same...
@fletchgqc i was referring to >10 times more instances to handle the same amount of load. that's not necessarily true, at least for the full reactive non-blocking servers, webflux i,e....
lets do a release with this, and update dependencies in next major version, hopefully by end of this month graphql-java will release its next major version
@curtiscook could you address the ktlint errors ```bash /home/runner/work/graphql-kotlin/graphql-kotlin/servers/graphql-kotlin-ktor-server/src/main/kotlin/com/expediagroup/graphql/server/ktor/GraphQLStatusPages.kt:34:60 Missing newline before "}" /home/runner/work/graphql-kotlin/graphql-kotlin/servers/graphql-kotlin-ktor-server/src/main/kotlin/com/expediagroup/graphql/server/ktor/GraphQLStatusPages.kt:34:62 Missing newline before "}" ```
I just got bit by this, using the S3Client, locally even with docker it works perfectly, when deployed it randomly hangs forever, in my case I just need to watch...