Igor Dianov
Igor Dianov
Hi, I am trying to upgrade Stagemonitor dependencies to compile with OpenJDK 11 and to align dependencies with Spring Boot 2.1. managed versions (i.e. ByteBuddy 1.9.3). I created spike PR...
This PR removes injecting integration context variable converters into existing ConversionService to avoid conflicts with default Spring MVC ConversionService.
related to #53
so, the query like this ``` query { Humans(where: { name: { LIKE: ["Luke", "Darth"] } }) { select { name } } } ``` will result in: ``` {...
Depends on #18
There is a [proposal](https://robrichard.net/jskongress-2019/#43) spec for `@stream` directive that supposed to address streaming list results: - Similar to @defer, but for lists - Will load each element of the list...