graphql-java-codegen icon indicating copy to clipboard operation
graphql-java-codegen copied to clipboard

Make your GraphQL Java application schema-driven.

Results 142 graphql-java-codegen issues
Sort by recently updated
recently updated
newest added

Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.3.2 to 5.5.0. Changelog Sourced from io.rest-assured:rest-assured's changelog. Changelog 5.5.0 (2024-07-05) Removing custom validation of pathParams in the mock-mvc module and instead rely on the Spring implementation(issue...

dependencies
java

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.17.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=gradle&previous-version=2.15.3&new-version=2.17.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Bumps org.sonarqube from 4.0.0.2929 to 5.1.0.4882. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&package-manager=gradle&previous-version=4.0.0.2929&new-version=5.1.0.4882)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

## Issue Description Generated sources are not compatible with JSpecify annotations. `org.jspecify.annotations.NonNull` is specified as `@Target(TYPE_USE)` so the annotation needs to directly precede the type. ## Steps to Reproduce 1....

bug

my company has some ... qualms over using this. 2 things.. 1 how well maintained, and 2 I think some people get a rise that the github and maven coordinates...

**Is your feature request related to a problem? Please describe.** javax anything is no longer maintained it causes problem with using JPMS. If you are using jpms with a module-info...

**Is your feature request related to a problem? Please describe.** in order to be configuration cache compatible you'd have to move to `Property`'s and `Provider`, gradle 9 is working to...

## Issue Description Gradle plugin documentation uses old pattern that can cause some issues. Firstly `buildDir` is deprecated, but I also have a build issue because my schema in resources,...

bug

Hello! I'm trying to generate client code for swapi https://studio.apollographql.com/public/star-wars-swapi/variant/current/schema/sdl after generation there is no request classes of type GraphQLOperationRequest in build.gradle: ``` compileJava.dependsOn "graphqlCodegenSwapiClient" sourceSets.main.java.srcDir "$buildDir/generated-client-swapi" task graphqlCodegenSwapiClient(type: GraphQLCodegenGradleTask)...

The documentation https://github.com/kobylynskyi/graphql-java-codegen/blob/main/docs/codegen-options.md says: > Choose which language you want to generate, Java,Scala,Kotlin were supported. However, the plugin is case-sensitive and the name of the languages must be in UPPERCASE,...

bug