-
I have got Java types with SPQR-Annotations the following manner:
```
@GraphQLInterface(name = "IAnimal", implementationAutoDiscovery=true)
public interface IAnimal {
@GraphQLQuery(name = "name…
-
We're having issues that new builds not being accept by gitlab.
I found this in the logs, could it be the listeners crashed?
> failed to accept merge-request
java.lang.NullPointerException: RES…
-
I have a mutation which accesses the `HttpContext` from `IHttpContextAccessor` and sets the cookies in the response via:
```c#
_httpContext.HttpContext.Response.Cookies.Append("access_token", "ab…
-
https://github.com/pimcore/data-hub/blob/master/doc/graphl/Mutations.md says that most of the basic data types are already supported.
But I've just tried this using datahub v.master at Sep 6, 2019 …
-
I've run a very simplistic benchmark, just returning a long list of single-field objects.
It seems graphql-core-next is 2.5x slower than graphql-core: https://gist.github.com/ktosiek/849e8c7de8852c2d…
-
Hi,
i just copied spring example into my spring-boot project and included everything along with
resource/graphql-playground.html file, everything is working i can see the schema generation in the…
-
There's a small bug regarding inputObject directives in this line guys:
https://github.com/graphql-java-kickstart/graphql-java-tools/blob/master/src/main/kotlin/com/coxautodev/graphql/tools/SchemaP…
-
how do I use the protobuf generated struct? It throws a panic if I try to generate the files and it says "cannot find package". If I cd into the paths it shows in the panic, everything is ok. Protobuf…
-
After updating Jenkins core 2.220 => 2.222 this morning I often see such warning logs, but not necessarily every time a build ends (I think). I naively guess this might be a kind of race condition bet…
timja updated
4 years ago
-
I call react render (nextJS) eveything will fine. but one thing react can pass props to another component but get undefinded because I use Destructuring objects
`render() {
...
const {name,categ…