Samuel Vazquez

Results 48 comments of Samuel Vazquez

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 ![image](https://user-images.githubusercontent.com/6611331/216691268-98f6b7f5-62e6-4d46-bf07-b0c7b8514121.png)

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...