Marcel Overdijk

Results 60 issues of Marcel Overdijk

When upgrading from GraphQL-Java `11.0` to `12.0` I noticed the fields in the introspection query are suddenly ordered alphabetically. Before they were ordered in the "natural" (declaration) order they were...

`boot-swagger` demo's Swagger docs endpoint: (http://localhost:8080/springfox/v2/api-docs) gives a `404`. Other urls: - All Swagger Resources(groups) http://localhost:8080/springfox/swagger-resources - Swagger UI endpoint: http://localhost:8080/springfox/swagger-ui.html do give back expected results. I found this out...

bug

Hi @phillip-kruger It seems the `smallrye-graphql-gradle-plugin` jar is not published on maven central. Do you know if the `exec-maven-plugin` inside the pom was executed? Maybe something else is needed as...

I understand time is limited, but it might be interesting to have support for Relay connections out of the box. Similar as https://nexus.js.org/docs/plugin-connection

As discussed in https://github.com/spring-projects/spring-graphql/issues/250 this is feature request for support of custom argument resolvers in GraphQL controllers. E.g. to support ``` @QueryMapping public Page seasons(Pageable pageable) { int first =...

type: enhancement

To go all-in with Kotlin a `build.gradle.kts` instead of a `build.gradle` could be used.

When creating a Quarkus run configuration with default settings and starting it in Debug mode 2 sessions a started: - Quarkus (Gradle) - which runs `quarkusDev` - (Remote) - which...

bug
quarkus

- Redis? - Memcache? - JDBC?

enhancement

See https://github.com/aichaos/rivescript-wd/issues/5

enhancement

See: - https://www.apollographql.com/docs/apollo-server/requests/#postRequests - https://www.prisma.io/blog/improving-performance-with-apollo-query-batching-66455ea9d8b

type: enhancement
status: future consideration