Celso Santos
Celso Santos
There is something that is not clear to me... I'm using [`graphql-java-kickstart`](https://www.graphql-java-kickstart.com/tools/relay/) which implements Relay (for a number of reasons this existed already in the project I'm working on). Can...
According to the [spec](https://github.com/google/rejoiner/blob/7f18f8c6056cdb2f2cf54237b17856f08c794df4/docs/RELAY_SUPPORT.md), one needs to annotate the proto definition with `[(google.api.graphql.relay_options).id = true];` right? @DianaSuvorova I took a look at your code. I see the `@RelayNode` annotation but...
@Rjerk you mean you built your own Docker image? I'm trying to replicate the build of this container on a rpi4 but it's failing with a message like `/usr/glibc-compat/sbin/ldconfig: line...
Humm, I think you are right, but I don't quite get what's wrong... Isn't [this image](https://hub.docker.com/layers/alpine/library/alpine/latest/images/sha256-3b3f647d2d99cac772ed64c4791e5d9b750dd5fe0b25db653ec4976f7b72837c?context=explore) arm64? Maybe I misunderstood something... .It does run on the pi using `docker run`,...
This one is working for me: https://github.com/CelsoSantos/docker-glibc-builder I don't think there's anything too special about it, I think there aren't even any changes, but I use it [here](https://github.com/CelsoSantos/alpine-glibc) to produce...
I agree it would make sense for this project to have it, IMHO. Maybe point the openjdk-docker maintainer to that repo or, better yet, fork your own copy and work...
Also seeing this error when running the Docker image
I installed it yesterday and I don't even see it trying to start, let alone give me an error :(
@cramhead I installed it as an application (I did try the action first, but that seems to fail as well) but my schema is in `.json` format, which I don't...
Isn't this configuration supposed to work? I have a `graphql-inspector.yaml` at my repos `.github` dir according to the [docs](https://www.the-guild.dev/graphql/inspector/docs/products/github#usage). Full path would be `.github/graphql-inspector.yaml`: ```yaml # Enabling / Disabling Schema...